curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/templates \
--header 'Authorization: Bearer <token>'Get detailed skill templates with variants and configuration schemas.
This endpoint returns all available skill templates including their variants, configuration schemas, default values, and available runners for workflow executor skills. Useful for UI forms and skill creation.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/templates \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Enter your Kubiya API token (format: Bearer
Successful Response
Was this page helpful?