All API requests must include a valid API key in theDocumentation Index
Fetch the complete documentation index at: https://docs.sweetr.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header using the Bearer scheme:
Generating API keys
API keys are scoped to a workspace. To generate one:- Open the Sweetr dashboard.
- Navigate to Settings > Workspace.
- Scroll down to the API section.
- Click Regenerate and copy the generated key.
Security best practices
- Never commit API keys to source control.
- Use CI/CD secrets (e.g., GitHub Actions secrets, GitLab CI variables) to inject keys at runtime.