Agent Skills

Update agent skill

Update one or more fields on a skill.

put/api/v0/agent/skills/{skill_id}

Path parameters

skill_idstring uuid required

Request body

namestring nullable

New name.

descriptionstring nullable

New description.

bodystring nullable

New markdown body.

Response

Successful Response

idstring uuid required

The ID of the skill.

namestring required

The name of the skill.

descriptionstring required

The description of the skill.

bodystring

Markdown body of the skill — what the agent reads via the read_skill builtin tool when a persona has preloaded it.

created_atstring date-time required

When the skill was created.

updated_atstring date-time required

When the skill was last updated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.