Documentation Index
Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
You need to get an API key from the Kombo dashboard to call our API. You can create one on the Secrets page. You might have multiple environments in your Kombo account. Each API key is specific to an environment. This will allow you to call some general endpoints that are not integration-specific. For example, try calling the following test API key endpoint:Calling Integration Endpoints
To call integration-specific endpoints, you need the integration ID. An integration ID identifies a specific instance of a tool connected to Kombo. If you haven’t created an integration yet, read the creating integrations guide. Get the integration ID from the details of integration on the integrations dashboard page. Pass the integration ID with theX-Integration-Id header in your API requests. For example:
API Key Security
Kombo provides several features to help you manage API keys securely.Key Scoping
Each API key is scoped to a single environment (Production or Development). Keys created in Production cannot access Development data and vice versa. The key prefix reflects the environment:ks_prod_... for production, ks_dev_... for development.