Agents & MCP

Subagent

A smaller agent spawned by a parent agent to handle a piece of the work. Subagents let one task fan out into many, which is powerful — and a spend-attribution challenge, because their cost needs to roll back up to the agent that launched them.

Example

A research agent spawns five subagents, one per competitor, each running its own calls in parallel. To see the true cost, each subagent's spend has to roll up to the parent agent, which rolls up to the project — otherwise "the agent" is a mystery cost buried in someone's key.