Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Choosing your provider guide

Each guide below is a complete, end-to-end walkthrough for one Agentic AI provider: where Warden sits, how that platform’s identity maps to Warden’s token, minting the token with the SDK adapter, routing tool calls through the proxy, a provider-appropriate policy, running it, and verifying the audit.

They all follow the same integration model — the token is the only interface — so once you’ve done one, the others are familiar.

GuideOrchestrationIdentity sourceStart here if…
LangGraphLangGraph ReAct agentdev token, or any cloud adapteryou build agents with LangGraph (runs fully locally)
AWS BedrockBedrock AgentCoreSTS AssumeRole + session tagsyour agents run on AgentCore Gateway/Identity
DatabricksMosaic AI Agent Frameworkon-behalf-of-user + Unity Catalogyour tools are UC functions / Databricks-hosted MCP
Google ADKADK / Vertex Agent Engineworkload identity / service accountyou use ADK or Vertex Agent Engine (or A2A)
Azure AI FoundryFoundry Agent ServiceEntra ID managed identity + OBOyour agents run in Azure AI Foundry

Identity vs orchestration

Two of these are orchestration frameworks (LangGraph, Google ADK) and the rest are identity platforms — and they compose. LangGraph has no identity issuer of its own: run it on a cloud and pair its orchestration shim with that cloud’s identity adapter. The SDK chapter shows both sides.

Not listed here?

Any platform integrates through the same two pieces — an issuer/verifier config and a claims-mapping adapter. Use the raw token spec directly (the proxy needs no SDK), or model a new adapter on the closest one above. The conformance kit verifies that your adapter emits a valid token.