Agent fields
Agent status
Every agent has astatus that controls whether it can make authorized tool calls.
active
active
The agent can make tool calls. Each call is evaluated against the agent’s attached policies to determine whether it is allowed or denied.
suspended
suspended
All authorization requests from this agent are immediately denied, regardless of policies. Use suspension for temporary holds — you can reactivate a suspended agent.
revoked
revoked
All authorization requests are denied, same as suspended. Revocation is intended to be permanent. A revoked agent cannot be reactivated through normal flows.
When an agent is suspended or revoked, Veto short-circuits policy evaluation entirely and returns
denied without inspecting any rules. No policy can override a non-active status.