Every request to the Sevalla API must include a valid API key in theDocumentation Index
Fetch the complete documentation index at: https://api-docs.sevalla.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Get an API key
Open the dashboard
Go to API Keys in your Sevalla dashboard.
Using the key
Pass your API key as a Bearer token in theAuthorization header:
Scoped keys
API keys can be scoped to specific permissions. Create a key with only the access it needs, for example read-only for monitoring or deploy-only for CI pipelines. You can manage keys through the API or from the dashboard.Error responses
If authentication fails, you’ll get one of these responses:| Status | Meaning |
|---|---|
401 Unauthorized | Missing or invalid API key. Check that your Authorization header is formatted correctly. |
403 Forbidden | The API key is valid but doesn’t have permission for this action. Create a key with broader scope or contact your team admin. |