curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/definitions \
--header 'Authorization: Bearer <token>'Get all available skill definitions with their variants.
This returns the registry of all skill types that can be instantiated, along with their predefined variants/presets.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/skills/definitions \
--header 'Authorization: Bearer <token>'Enter your Kubiya API token (format: Bearer
Successful Response
Was this page helpful?