AIP plugin: cryptographic identity and delegation for ADK agents #5116
sunilp
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I published an ADK adapter for the Agent Identity Protocol (AIP) that gives every agent in your ADK hierarchy a verifiable cryptographic identity.
What it does
The plugin recursively walks your agent tree and:
aip:key:ed25519:z...identifierX-AIP-Tokenheaders for authenticated tool callsScope narrows at every delegation hop. A sub-agent can never exceed its parent's permissions.
Why
MCP and A2A lack an identity layer for multi-agent delegation. OAuth covers single-hop auth but not delegation chains. AIP adds verifiable identity that flows across hops, with 0.189ms verification overhead in Python.
Install
Links
(ADK walkthrough included)
Would love feedback on how this fits with ADK's security model.
Beta Was this translation helpful? Give feedback.
All reactions