When to use an agent
Create an agent
Agents are created through your own AI connected over MCP:- Open MCP in the dashboard and connect Claude, Cursor, or any MCP client.
- Ask it to create the agent — describe the job in plain English and it calls
osis_comms_create_agentwith a full creed. - Confirm the line and test from the inbox.
Combined pattern
Many production systems use both:- Your backend sends operational messages via Send a message.
- An agent answers open-ended replies on the same line.
- Inbox handoff brings a human in when needed.