API and webhooks
Build on Kabaido: keys and scopes, the REST API, webhooks, inbound endpoints and the MCP server.
- API keys and scopesCreate a key that can do exactly what one integration needs, and retire it safely.
- The REST APICall every v1 resource with the right scope, page through lists and handle every error it returns.
- WebhooksReceive signed events at your own URL and prove each one came from Kabaido.
- Inbound endpointsGive any system a URL it can post JSON to, and choose what each post does.
- The MCP serverConnect Claude or any MCP client to your workspace, with the scopes you choose.
- Rate limitsKnow every limit the API, the inbound endpoints and the webhooks apply, and what happens at each.
- API changelogSee what the API, the webhooks and the MCP server offer today and when each part arrived.