API overview
Build trusted applications and automations on the versioned Make Agent Fast API.
Build trusted applications and automations on the versioned Make Agent Fast API.
The public API uses resource-oriented JSON over HTTPS under /api/v1. It is available on paid plans and uses the same site, credit, and feature entitlements as the dashboard.
What you can automate#
- Sites and publishing state
- Agent configuration, FAQs, products, and knowledge
- Conversations, leads, analytics, notifications, and broadcasts
- Domains, connectors, monetization, usage, and account information
- Signed webhook subscriptions for supported events
Sensitive actions use explicit action endpoints rather than unrestricted database mutation. Connector secrets are accepted on write but never returned.
This is currently a management and synchronization API. Conversations, leads, analytics, and usage are read-only; v1 does not expose a visitor chat send, owner reply, or lead-create endpoint. Use the published widget/embed for visitor conversations and the dashboard for owner follow-up.
Start safely#
Create a scoped key in the dashboard, call the current-account endpoint, then build against a test site before touching production content.
curl https://makeagent.fast/api/v1/me \
-H "Authorization: Bearer maf_live_YOUR_KEY"See Authentication, API quickstart, and the API reference.