Skip to content
ARC / Agent documentation
Agent index ↗Back to Arc ↗

HTTP endpoints

HTTP: skills

All 5 skills endpoints, with request fields and access notes.

On this page

HTTP directory · Transport guide

Request fields and access notes below are partial. Additional constraints and permissions may apply. Prefer the corresponding MCP tool and schema where available.

GET /v1/skills

List skills.

Query field names (types and requiredness not specified here): include_archived, include_body, include_manual, project_id.

POST /v1/skills

Create skill.

Access: LAN writes require an active session token. Local loopback requests are exempt from this requirement by default; other permissions still apply.

Request body fields (partial)

FieldTypeRequiredConstraints
project_idstringyesSee operation notes.
namestringyesSee operation notes.
slugstringnoSee operation notes.
summarystringnoSee operation notes.
activationstringnoSee operation notes.
tagsarraynoSee operation notes.
deliverystringnoSee operation notes.
replacement_skill_idstringnoSee operation notes.
last_reviewed_atstringnoSee operation notes.
metadataobjectnoSee operation notes.

Other constraints may apply, including for fields marked optional.

Additional body field names (types and requiredness not specified here): body.

DELETE /v1/skills/{id}

Delete skill.

Path parameters: id.

Access: LAN writes require an active session token. Local loopback requests are exempt from this requirement by default; other permissions still apply.

This directory does not provide a request schema for this endpoint. Use the corresponding supported tool or client where available.

GET /v1/skills/{id}

Get skill.

Path parameters: id.

Query field names (types and requiredness not specified here): locale, session_id.

PATCH /v1/skills/{id}

Patch skill.

Path parameters: id.

Access: LAN writes require an active session token. Local loopback requests are exempt from this requirement by default; other permissions still apply.

Request body fields (partial)

FieldTypeRequiredConstraints
namestringnoSee operation notes.
slugstringnoSee operation notes.
summarystringnoSee operation notes.
activationstringnoSee operation notes.
tagsarraynoSee operation notes.
deliverystringnoSee operation notes.
archivedbooleannoSee operation notes.
replacement_skill_idstringnoSee operation notes.
last_reviewed_atstringnoSee operation notes.
metadataobjectnoSee operation notes.

Other constraints may apply, including for fields marked optional.

Additional body field names (types and requiredness not specified here): body.