Instead of building one agent with every connector and a massive system prompt, split the work across specialized agents. A coordinator agent talks to the user and delegates to specialists as needed.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
Attach agents to enable delegation
Open any agentβs General tab and scroll to Multi-Agent. Click Attach agents to open a searchable panel listing every agent in your workspace. When you attach Agent B to Agent A, Agent B appears as a callable tool in Agent Aβs tool list. The coordinator doesnβt need to know how to query Salesforce directly. It just calls the Salesforce specialist tool, which runs that agent with the delegated task and returns the result.Set up a coordinator
1. Build specialists first. Each one gets its own system prompt, connectors, and knowledge base scoped to one domain. Youβll see them listed on the Agents page alongside your other agents.



A2A protocol for cross-platform delegation
For agents that need to communicate across organizations, Xpander supports Googleβs Agent2Agent (A2A) protocol. Enable it in the Channels tab to get an A2A URL and agent card.
When to use multi-agent
Use it when:- The coordinatorβs system prompt is getting too long because it handles too many domains
- Different domains need different tool sets, and combining them confuses the model
- You want reusable specialists (one Salesforce agent attached to multiple coordinators)
Whatβs next
Multi-Model Reasoning
Select the right model for each agent and task type.
Building Workflows
Backend automation on the visual canvas.

