Skip to main content
Assistant = who the AI is and how it talks. Knowledge base = what it looks up. MCP = what it can do (email, calendar, your API).

What is it?

The AI profile used in the AI assistant graph step (or on-site chat). You set name, instructions, model, and linked resources.

Configure in the dashboard

AutomationsAssistants tab. Example instruction:
You are support for Store ABC. Reply in English, politely and briefly. If you don’t know, say you’ll get a human. Never invent prices.

Use in an automation

Typical chatbot flow:
In the editor, add AI assistant step and pick the assistant you created.

Best practices

v1 API

Assistants are configured in the dashboard (Automations → Assistants). There is no public /v1/ endpoint for assistant CRUD in this documentation. For graphs, events, and runs, use the v1 API with an API Key.

Next steps