Writing

Every agent needs a human: the sponsor model in Azure AI Foundry

Agent identities in Azure AI Foundry are bound to a named human sponsor who owns their access, configuration and lifecycle, and Foundry suspends the agents when that person leaves.

Illustration of an agentic world: networked robot agents surrounded by people, with one person labelled accountability at the centre.

In an agentic world full of agents, when something goes wrong, who do we blame?

The agent? The model? The prompt? The tool it called?

Turns out the answer is still a human.

This brings up one of the most important concepts in AI engineering: accountability. And that is exactly the idea behind agent sponsors in Azure AI Foundry.

When an agent gets its own identity, that identity doesn’t float on its own. It is bound to a named human, the sponsor. One agent, one accountable person.

Why this matters more than it first sounds

Agents are no longer just chat interfaces. They hold credentials. They call APIs. They read documents, write records, trigger workflows, and increasingly, they call other agents. That is a non-human identity acting inside your enterprise, at machine speed, on someone’s behalf. Every one of those actions needs a line back to a human who owns it.

What the sponsor signs up for

  • Identity: the agent is registered and tied to them at creation time.
  • Access: they grant the scopes and permissions the agent runs with.
  • Least privilege: they decide what it genuinely needs, and nothing beyond that.
  • Configuration: guardrails, tool access and deployment settings follow best practice.
  • Observability: logs, traces and audit trails are actually reviewed, not just collected.
  • Lifecycle: when the agent is no longer needed, they retire it and its access.
  • Accountability: when the agent does something unexpected, they answer for it.

What happens when the sponsor leaves

Do the agents they were accountable for keep working? No. Foundry detects it, suspends the agents, and rejects all incoming requests. A new sponsor must take accountability for those agents before they can be resumed.