Skip to main content
The Collabase API is currently in closed beta. Access is available to selected customers only and is not yet generally available. If you are interested in API access, reach out to us and we will add you to the beta program.
The Collabase REST API lets you integrate Collabase with your other tools and automate tasks programmatically.

Base URL

https://your-collabase-domain/api

Authentication

All API requests require an API key passed as a Bearer token in the Authorization header:
Authorization: Bearer cba_live_xYz123ABCD...
API key management is part of the beta program. Contact Collabase to get your key.

Response format

All responses return JSON. Success:
{ "data": { ... } }
Error:
{ "error": "Unauthorized" }

Rate limiting

Requests are limited to 300 per minute per API key. If you exceed this, the API returns 429 Too Many Requests.

Available endpoints

Automation API

Manage automations, connections, executions, templates, and webhooks.

Test Management API

Projects, test cases, test runs, results, and milestones.

Health

Service health check — no authentication required.

SCIM

User and group provisioning for Okta, Microsoft Entra, and any SCIM 2.0 provider.