What you can build
- Zapier / Make automations — create initiatives from form submissions, Jira tickets, Slack messages, or any other trigger
- GPT Actions / Claude tools — give AI assistants read/write access to your roadmap
- Custom dashboards — pull initiative and stats data into Notion, Google Sheets, or internal tools
- CI/CD integrations — update initiative status automatically when a deployment completes
Base URL
Authentication
All requests require an API key passed as a Bearer token. See Authentication for details.Workspace isolation
Every API key is scoped to a single Tabillo workspace. You must pass the workspace slug with every request via thex-tenant-slug header (e.g. acme). Keys from one workspace cannot access another.
Rate limits
1,000 requests per hour per API key. Rate limit headers are included in every response:| Header | Description |
|---|---|
Ratelimit-Limit | Maximum requests per window |
Ratelimit-Remaining | Requests remaining in current window |
Ratelimit-Reset | Seconds until window resets |