Komo runs in multiple data centers. Always call the Admin REST API host for your workspace region — there is no global API endpoint.
This API is for your integrations and backend services that call Komo with a workspace API key.
Find your region
Check the hostname when you sign in to the Komo admin portal:
| Portal URL pattern | Data center | API base URL |
| ------------------ | ----------- | ------------ |
| app.us1.komo.cloud | United States (us1) | https://api.us1.komo.cloud |
| app.au1.komo.cloud | Australia (au1) | https://api.au1.komo.cloud |
If your portal is app.us1.komo.cloud, use https://api.us1.komo.cloud for every Admin REST API request and for the interactive docs below.
Interactive Admin REST API reference
Open the Scalar OpenAPI UI for your region:
| Region | API docs |
| ------ | -------- |
| United States (us1) | api.us1.komo.cloud/api/v1/public/api-docs |
| Australia (au1) | api.au1.komo.cloud/api/v1/public/api-docs |
The docs UI includes a Server dropdown when multiple regions are listed in the OpenAPI spec. Pick the server that matches your workspace before using Test Request or copying curl examples.
Authentication
Send your workspace API key on every request:
X-Api-Key: <your-api-key>
Generate keys in the Komo admin portal under your workspace API settings.