Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →

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/message
curl -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:

Last updated on