Skip to main content

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

https://crossproductroadmapbackend.vercel.app/api/v1

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 the x-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:
HeaderDescription
Ratelimit-LimitMaximum requests per window
Ratelimit-RemainingRequests remaining in current window
Ratelimit-ResetSeconds until window resets