MC-1 DOCS
API ReferenceCookbook
Docs/Agent Identity + Guard/Agent identity
PublishedGALAST REVIEWED · 30 AUG 2026

Agent identity

Understand the signed claims used by guarded execution.

Verified claim set

  • agent_id and organization_id
  • principal and trust_level
  • permissions
  • issued_at and expires_at
  • optional certification, delegation, and session context

Verification

The supported identity format is a signed Cairo Agent JWT issued by the configured identity authority. Validate issuer, signature, expiry, revocation, organization, and required permission before use.

End of guide
Was this page helpful?