Authentication
Learn how to authenticate with the Kubiya API
Authentication
The Kubiya API uses API keys to authenticate requests. You can view and manage your API keys in the Kubiya dashboard.
This playground makes API calls to Kubiya API through a secure server-side proxy. Your requests never expose your API token directly to the browser.
API Keys
To authenticate your requests, include your API key in the Authorization
header:
Keep your API keys secure and never share them publicly. Rotate your keys regularly and use different keys for different environments.
Example Usage
Common Errors
HTTP Status | Description |
---|---|
401 | Unauthorized - API key is missing or invalid |
403 | Forbidden - The API key doesn't have permission to access the requested resource |
Error Response Example
If your API key is invalid or missing, you'll receive a 401 Unauthorized response:
Next Steps
After authenticating, you can: