Create an agent skill

Create a new agent skill within the given project.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired

Request

Agent skill object to create
keystringRequired
namestringRequired
markdownstringRequired
The verbatim SKILL.md content of the agent skill
descriptionstringOptional
maintainerIdstringOptional
maintainerTeamKeystringOptional
tagslist of stringsOptional

Response

Agent skill created
keystring
namestring
markdownstring
The verbatim SKILL.md content of the agent skill
tagslist of strings
versioninteger
createdAtlong
_accessobject
_maintainerobject
descriptionstring

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error