API Structure
Standard Server:https://api.klavis.ai
EU Residency Server: https://api.eu.klavis.ai
Strata API
Use the Strata API to manage the unified MCP server that guides AI agents to use tools progressively. Solves tool overload, context limits, and coverage gaps for reliable agentic workflows.
Single Integration API
Use the Single Integration API to manage individual MCP server instances. This allows you to provision and control specific tool integrations one by one.
User API
Use the User API to manage users within your organization. This includes retrieving user details, managing user-specific integrations, and handling user deletion.
OAuth API
Use the OAuth API to handle authentication flows for your integrations. This covers the authorization processes required to connect third-party services securely.
White Label API
Use the White Label API to manage white-label configurations, allowing you to present integrations under your own branding.
Sandbox API
Use the Sandbox API to manage isolated MCP sandbox environments for LLM training and evaluation. Handles account pooling, state initialization, export, and teardown for reproducible AI workflows.
Response codes
Klavis uses standard HTTP codes to indicate the success or failure of your requests. In general, 2xx HTTP codes correspond to success, 4xx codes are for user-related failures, and 5xx codes are for infrastructure issues.| Status | Description |
|---|---|
| 200 | Successful request. |
| 400 | Check that the parameters were correct. |
| 401 | The API key used was missing. |
| 403 | The API key used was invalid. |
| 404 | The resource was not found. |
| 429 | The rate limit was exceeded. |
| 5xx | Indicates an error with Klavis servers. |
