Skip to content

Support Agent

The Support Agent monitors inbound communication channels (email, Telegram, web forms) and handles customer support workflows. It triages incoming requests, dispatches to specialist agents when needed, and closes the loop with customers.

  • Email monitoring via Gmail (forwarding, IMAP, or OAuth)
  • Ticket triage with automatic categorization
  • Dispatch to Research, Content, or QA agents
  • Response drafting for customer replies
  • Resolution tracking across the full pipeline

When a message arrives, the Support Agent classifies it:

CategoryActionExample
Content errorDispatch to Research for verification”Your pricing page is wrong”
Bug reportDispatch to QA for reproduction”The checkout button doesn’t work”
Feature requestLog and acknowledge”Can you add dark mode?”
General inquiryAnswer directly”What are your hours?”

The Support Agent connects to your email through one of three methods:

  • Email forwarding — forward specific emails to the agent’s inbox
  • IMAP / App Password — direct inbox access
  • Your OAuth app — maximum security, credentials stay on your infrastructure

See Email Integration for detailed setup.

When a pipeline completes, the Support Agent:

  1. Compiles a summary of what was found and fixed
  2. Attaches any relevant evidence (screenshots, links)
  3. Drafts a professional reply
  4. Sends the reply (or waits for your approval, depending on review settings)
  5. Logs the resolution
agent:
id: support
model: anthropic/claude-sonnet-4-6
skills:
- gog # Gmail access
tools:
- web_search
- web_fetch
email:
account: support@yourcompany.com
method: forwarding # or imap, or oauth