API & Integrations
Get an API key, set up webhooks, integrate with Zapier, and connect to the MCP server for AI agents.
-
How do I get an API key?
Pro and above: visit /account/api/ → Generate key. Copy it once (it won't show again) and use as Bearer token in HTTP requests.
-
How do rate limits work?
API is rate-limited per-key: 60 requests/minute on Pro, 300/min on Business, 1,000/min on Agency. 429 response when exceeded.
-
How do I subscribe to webhooks?
Register a webhook URL at /account/webhooks/. We POST events (tool.run.completed, workflow.completed, etc.) with HMAC-signed payloads.
-
How do I integrate with Zapier?
Search "AI Central Tools" in Zapier, connect with your API key, then use any of 30+ tool actions in your Zaps.
-
What is the MCP server?
MCP (Model Context Protocol) lets Claude, ChatGPT, Cursor, and other AI agents directly call AICT tools as if they were native skills.