Ringg API requests use a workspace API key in theDocumentation Index
Fetch the complete documentation index at: https://docs.ringg.ai/llms.txt
Use this file to discover all available pages before exploring further.
X-API-KEY header.
Get your API key
- Log in to the Ringg AI dashboard.
- Open API from the dashboard sidebar.
- Copy the workspace API key, or regenerate it if you intentionally want to rotate the key.

Send the API key
Successful response
GET /workspace is the simplest authentication check.
Production practices
- Store the key in a secret manager or environment variable.
- Use one backend service as the integration boundary when possible.
- Rotate the key when a team member with access leaves.
- Avoid logging request headers.
- Alert on unexpected usage volume or repeated
401responses. - Use HTTPS for every API call.
Troubleshooting
| Response | Meaning | Fix |
|---|---|---|
401 Unauthorized | Missing, invalid, or rotated API key | Verify X-API-KEY and redeploy secrets |
403 Forbidden | Key is valid but lacks permission for that action | Check workspace role and API permissions |
429 Too Many Requests | Rate limit exceeded | Back off and retry later |
5xx | Ringg server or upstream provider issue | Retry with backoff and log call_id or request context |
Next steps
Quick Start Guide
Use the key to make your first call.
Regenerate API Key
Rotate a workspace key intentionally.
