API Reference
Base URL
Section titled “Base URL”https://api.kelet.aiAuthentication
Section titled “Authentication”Authorization: <your-api-key>No Bearer prefix — just the raw API key.
Interactive docs
Section titled “Interactive docs”Full REST API reference with request/response schemas, examples, and a try-it-out interface:
When to use the REST API
Section titled “When to use the REST API”Use the SDK for signal submission — it handles session context automatically. Use the REST API for programmatic access to issues, sessions, projects, and findings from external systems (CI/CD pipelines, dashboards, automations).
API keys
Section titled “API keys”Get your keys from Settings → API Keys in the console. Two types:
- Secret key: full API access, server-only
- Publishable key: frontend-safe, for
KeletProvideronly