When to use an agent
| Use an agent | Use the API only |
|---|---|
| Customers text free-form questions | System events (receipts, status, ops) |
| You want Creed / knowledge without code | Your product already owns the copy |
| Human handoff rules matter | Fully automated pipelines |
Create an agent
- Open Create in the dashboard.
- Describe the job in plain English.
- 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.

