Prerequisites
- At least one agent with an Active version published.
- That agent’s Tool & MCP interface turned on. See Tool & MCP Interface for how to name the tool, write its description, and optionally define input and output schemas.
Connecting Airia Deployed Agents
1
Add the server
Add Airia Deployed Agents to a Gateway or Deployment the same way as any other server. See Gateway/Deployment Creation.
2
Choose how it authenticates
Whichever method you use, the agents that show up as tools depend on the access level behind that connection. Two people connecting through the same Gateway with passthrough auth may see different tools if their permissions differ.
What Each Tool Includes
Once connected, any agent exposed through the Tool & MCP interface becomes a callable tool with:- A name and description you defined, so callers know what it does and when to use it.
- An input schema, either the default single-input format or a custom one you defined, so callers know exactly what to send.
- Automatic version management: calling the tool always runs the agent’s latest published version, so republishing an agent updates the tool immediately without touching your Gateway or Deployment configuration.
Two Ways to Call It
- From an external client. Point Claude Desktop, Cursor, or any other MCP client at a Gateway that includes this server, and your deployed agents show up as tools it can call.
- From inside Airia. Add it to a Deployment and use one agent as a tool inside another, without leaving the platform.
Conversation Memory and MCP Sessions
If an agent you’re calling this way uses conversation-scoped memory, for example to remember a chat ID or thread across turns, that continuity is tied to the MCP connection itself rather than anything you pass in. As long as the calling client keeps the same session open, repeated tool calls share the same conversation memory. If you need memory that survives reconnects, use User-specific or Global scoping instead of Conversation-scoped. See Memory for the full breakdown of scoping options.Related Resources
Tool & MCP Interface
Turn an agent into a tool other agents or clients can call
Managing Agent Interfaces
See how Tool & MCP fits alongside other interface types
Gateway/Deployment Creation
Build the Gateway or Deployment you’re adding this server to
Memory
Choose a memory scope that survives reconnects
