docs: Managed Agent Identity Binding spec extension (v1.2 direction)#11
Merged
chrishooooo-netizen merged 3 commits intomainfrom Apr 9, 2026
Merged
docs: Managed Agent Identity Binding spec extension (v1.2 direction)#11chrishooooo-netizen merged 3 commits intomainfrom
chrishooooo-netizen merged 3 commits intomainfrom
Conversation
Introduces did:trail:agent:* identifier mode and PlatformIdentityBinding VC as v1.2 spec extensions for platform-hosted AI agents (Anthropic Managed Agents, Azure AI, Google Vertex). Key design: deployer-signed binding, no platform cooperation required for EU AI Act Art. 12 audits. References upcoming Issue #6 for full spec proposal. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…eployment identity - Extends §4.2 agent mode with deployment vs. instance distinction - Adds §7.5 PlatformIdentityBinding VC (normative) - Updates ToC and version to 1.2.0-draft - Adds changelog entry referencing Discussion #10 and Issue #9 Closes: partial - full normative text, community input pending
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for the Managed Agent Identity Binding spec extensions proposed in response to the Anthropic Managed Agents launch (April 2026).
did:trail:agent:*— Agent Deployment Identity mode, registered by the deploying organizationPlatformIdentityBindingVC — deployer-signed credential linking platform deployment IDs todid:trail:agentDIDs (no platform cooperation required)Motivation
Platform-hosted AI agents (Anthropic Managed Agents, Azure AI, Google Vertex) are dynamically provisioned per session. The current spec assumes agents have stable, persistent identities. This PR documents the proposed extensions that close that gap — platform-agnostically, with the deploying organization as the accountability anchor.
Full technical discussion: #10
Changes
README.md: Added "Managed Agent Support (v1.2 — in progress)" section withdid:trail:agent:*syntax,PlatformIdentityBindingVC JSON example, and updated roadmapStatus
Spec extension proposal only. Normative text for
spec/did-method-trail-v1.mdwill follow in a separate PR once community feedback from Discussion #10 is incorporated.