Not sure whether to use sub-agents or tools? Read Extending Airia Agent first.
Prerequisites
The agent you want to add must be:- Built and tested in Agent Studio
- Published to the Airia Catalog — unpublished agents do not appear in the sub-agent picker
Add a sub-agent
Browse the catalog
The picker shows all published catalog deployments in your tenant. Use the search box to filter by name.
Select sub-agents
Click the agents you want to add. Selected agents appear in the Configured Sub-agents list.
Remove a sub-agent
- In the Sub-agents tab, find the agent in the Configured Sub-agents list
- Click the remove icon (or deselect the agent in the picker)
- Click Save
How delegation works
At runtime, Airia Agent evaluates each user message against all configured tools and sub-agents. When it identifies that a request falls within a sub-agent’s domain, it invokes the sub-agent and incorporates the response into its reply. Sub-agents run with their own:- System prompt — the instructions you wrote when building the agent
- Tools — any tools the sub-agent is configured with
- Knowledge — any data sources or context the sub-agent has access to
Sub-agents must belong to the same tenant. Cross-tenant delegation is not supported.
