Create Project Skill
Create a project-scoped skill and its initial active revision in a single transaction.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
The organization ID
project_id
The project ID
Request
This endpoint expects an object.
display_name
Human-readable name of the skill.
instructions
The primary instructions for this skill.
description
Short description shown in the skill catalog.
license
Optional license string for the skill.
compatibility
Optional compatibility notes for the skill.
slug
Stable lowercase kebab-case identifier for the skill.
reference_docs
Optional named reference files bundled with the skill.
assets
Optional named asset files bundled with the skill.
skill_metadata
Optional ADK skill metadata for the initial revision.
capabilities
Optional typed capability contract for the initial revision.
Response
Project skill created
id
slug
display_name
description
license
compatibility
source
has_active_revision
has_capabilities
requires_prerequisites
active_revision
created
modified
project_id
created_by_user_id
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error
