Tutorial: First automation (web Quickstart)
This walkthrough matches the Quickstart Integration area in the web dashboard. You will end with an Agent ID, optionally a workspace API key, and a path to n8n, Zapier, or a custom HTTP client.Prerequisites
- Access to the web dashboard for your deployment, signed in as a workspace owner (API key generation requires owner).
- Your deployment’s Agent API base URL (for example
https://api.example.comwithout a trailing slash). The Quickstart surfaces this from dashboard configuration where available.
Steps
1. Agent
- Open Quickstart Integration in the sidebar.
- In Agent, either select an existing agent or create one and copy its Agent ID (UUID).
X-Agent-Id header.
2. API key (optional but typical)
- Move to the API key step.
- Optionally generate a workspace API key with a label you recognize.
X-Api-Key header.
If you skip key creation, you must already have a valid workspace key from elsewhere.
3. Integration
- Choose n8n, Zapier, or custom.
- Follow the on-screen snippets: they align with n8n, Zapier, and the Agent API for custom HTTP.
Verify
Send a testPOST /v1/approvals with your headers (you may omit request_id; the response includes one). Resolve the approval in the dashboard or mobile app, then confirm the result via callback or polling as described in How it works.