Guides

Practical, task-oriented guides for building with ZeroID. Each guide focuses on a specific integration pattern with working code examples in Python and TypeScript.

  • Agent Delegation — Model orchestrator-to-sub-agent delegation using RFC 8693 token exchange. Covers registering both agents, issuing orchestrator tokens, building sub-agent assertions, and verifying the resulting delegation chain.

  • Credential Policies — Control which grant types, scopes, and delegation depths are allowed per identity. Use policies to enforce least-privilege across your agent fleet.

  • Downstream Authorization — Verify ZeroID JWTs in your APIs and services. Covers local JWKS-based verification, introspection, and claim-driven authorization patterns (sub, scopes, act.sub, trust_level, delegation_depth).

Last updated