Generate an API key
- Log in to your Tabillo workspace
- Go to Settings → API Keys
- Click Generate new key
- Give the key a name (e.g. “Zapier integration”)
- Copy the key immediately — it is shown only once
Store your API key securely. It will not be shown again after you close the modal.
If lost, revoke it and generate a new one.
Using your key
Pass the key as a Bearer token in the Authorization header on every request. Also include your workspace slug in the x-tenant-slug header.
Finding your workspace slug
Your workspace slug is the subdomain of your Tabillo URL. If your workspace is at acme.tabillo.com, your slug is acme.
Revoking a key
Go to Settings → API Keys and click Revoke next to the key. It stops working immediately.
Error responses