Kestra Enterprise API: Available Endpoints and Authentication
For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append.mdto anykestra.io/docs/*URL for plain Markdown.
The Kestra Enterprise API exposes endpoints for managing executions, flows, tenants, and more — all authenticated with API tokens.
Authentication
Authenticate with an API token. Pass the token in the Authorization header:
curl -X POST http://localhost:8080/api/v1/executions/company.team/hello_world \-H "Authorization: Bearer YOUR_API_TOKEN"Browse the API reference
For a full list of available endpoints, see the Enterprise Edition API Reference.
Was this page helpful?