Activation and processing flow
Validation
The Agent Runtime validates manifest structure and resolves required MCP registry identifiers.
Agent loop begins
The agent loop begins. The agent’s lifecycle is independent of MCP server availability.
MCP request issued
When the agent issues an MCP request, it passes through the plane boundary enforcement point.
Identity verification
The enforcement point verifies the agent’s identity using infrastructure under the user’s control (not by trusting the manifest’s
id field).Policy evaluation
The enforcement point evaluates the request against the user’s security policy. Operations that violate the policy are denied with
AUTHORIZATION_DENIED.Availability check
If the target MCP server is unavailable, the enforcement point returns
SERVER_UNAVAILABLE. The agent MAY retry, wait, or adapt its approach.