Agents
Talk to a role agent or hit the same tools the MCP server uses (/api/agents/tools/*).
Message the CMO
POST
/api/agents/cmo/messagecurl -X POST "https://backend.makinari.com/api/agents/cmo/message" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"site_id": "YOUR_SITE_ID",
"message": "Give me a status update on our campaigns."
}'Other role prefixes follow the same pattern: /api/agents/sales/..., /api/agents/customerSupport/message, /api/agents/email/reply, /api/agents/copywriter/content-editor.
Tools (preferred for CRUD)
Do not guess GET /list paths. CRM and marketing use POST + action:
- Leads → Leads
- Campaigns / segments → Campaigns, Segments
- Full MCP names → Tools catalog
Last updated on