Skip to main content
Agents are the product path for teams that want Comms to own free-form conversation: instructions, knowledge, tools, and human handoff. You do not need an agent to use the Messages API. Keys talk to the line directly.

When to use an agent

Create an agent

Agents are created through your own AI connected over MCP:
  1. Open MCP in the dashboard and connect Claude, Cursor, or any MCP client.
  2. Ask it to create the agent — describe the job in plain English and it calls osis_comms_create_agent with a full creed.
  3. Confirm the line and test from the inbox.

Combined pattern

Many production systems use both:
  1. Your backend sends operational messages via Send a message.
  2. An agent answers open-ended replies on the same line.
  3. Inbox handoff brings a human in when needed.
See How Comms works and Architecture.