Create Project Skill Revision

Create a new revision for a project-scoped skill.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

skill_idstringRequiredformat: "uuid"
The skill ID
org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID

Request

This endpoint expects an object.
instructionsstringRequired
The primary instructions for this revision.
reference_docsmap from strings to strings or nullOptional
Optional named reference files bundled with this revision.
assetsmap from strings to strings or nullOptional
Optional named asset files bundled with this revision.
skill_metadatamap from strings to any or nullOptional
Optional ADK skill metadata for this revision.
capabilitiesobject or nullOptional
Optional typed capability contract for this revision.
annotationstring or nullOptional<=255 characters
Optional human note describing this revision.
activatebooleanOptionalDefaults to true
Whether to immediately activate this revision.

Response

Project skill revision created
idstringformat: "uuid"
skill_idstringformat: "uuid"
instructionsstring
skill_metadatamap from strings to any or null
capabilitiesobject or null
annotationstring or null
createdstring
reference_fileslist of strings
asset_fileslist of strings
reference_file_contentslist of objects
asset_file_contentslist of objects
script_fileslist of strings

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error