Reach Agent
Reach Agent (display name; internal id router, endpoint /a2a/router) routes merchant questions to one or more Reach Dog agents and synthesizes their answers into a single unified response. Use this endpoint when a question spans multiple domains (gaps, intent, pricing, demand, campaign planning).
Endpoint: POST /a2a/router
Skills
Multi-Domain Question Routing
Classifies merchant questions across gap, intent, pricing, demand, and campaign domains and synthesizes a unified answer.
Example queries:
- "I'm launching insulated water bottles under $30 -- what does the landscape look like?"
- "Give me a complete picture of the premium yoga mat market"
How It Works
- The router classifies the incoming question by domain
- It dispatches to the relevant agent(s) in parallel
- Each agent runs its full tool loop independently
- The router synthesizes all agent responses into a single coherent answer
When a question touches only one domain, the router delegates to that single agent. When it spans multiple domains, you get a unified response covering all relevant angles.
Input/Output
- Input modes:
text/plain - Output modes:
application/json,text/plain