Quick links
- Product overview — Web, mobile, Agent API, and how they fit together
- Getting started — Sign in, first workspace and agent (mobile path; web is also supported)
- Web dashboard — Browser experience: agents, keys, approvals, Quickstart
- API keys & automations — Agent ID, workspace API key, integration headers
- Integrations — n8n, Zapier, MCP, and custom HTTP
- Agent API — REST reference for
/v1/*and OpenAPI spec - Automation limits & billing — quotas and
USAGE_APPROVAL_LIMIT
At a glance
| Topic | Description |
|---|---|
| Web or mobile | Sign in, switch workspaces, create agents, and (as an owner) generate API keys—web dashboard or mobile app. |
| API keys | Workspace-scoped keys with X-Agent-Id and X-Api-Key for automations. |
| Automate | HTTP recipes for n8n and Zapier; MCP (request_human_approval / create_approval / get_approval_result); n8n AI Agent tools via n8n-nodes-finalsay. |