Skip to main content
PUT /api/v1/cloud/skills/{skill_id} Updates the metadata or content of the specified skill. Only JSON request bodies are supported.

Path parameters

Headers

Request body

Example request

Example response

HTTP 200 OK

Response notes

  • updated_at is refreshed to the operation time.
  • latest_version increments when content is updated.
  • latest_version is not incremented for metadata-only updates.
  • Fields not included in the request body retain their previous values.

Errors

Notes

  • The PUT endpoint accepts only application/json Content-Type.
  • For base64 zip content, the archive must contain SKILL.md at the root or one directory below the root.
  • If base64 zip content includes SKILL.md frontmatter and name or description are omitted, the API uses the frontmatter values.
See Errors for the full error envelope.

Agent Skills

Attach domain expertise to your agent.