Conversation
The agent-signed approval endpoint is gone, so the guide that taught it leaves the nav and redirects to the browser-enrollment guide. The public-key credential endpoints stay, described as signed-request keys rather than AgentID sign-in credentials, and a changelog entry records the breaking change with the enrollment call that replaces it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
✨ API ChangesNo changelog changes💡 Download |
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
Docs half of retiring the agent-signed AgentID approval path. Publish after agentmail-to/agentmail-api PR "Retire the agent-signed AgentID approval endpoint" and agentmail-to/agentmail-web PR "Retire keypair approval from the AgentID issuer and guides" have deployed.
Changes
pages/guides/agentid-public-key-authentication.mdxis deleted and removed from the Guides nav;docs.ymlredirects its slug to/agentid-browser-enrollmentso existing links keep resolving.POST https://auth.agentid.com/authorize/approveno longer exists and the waiting page prints no request id; registered public keys remain valid as signed-request credentials but no longer sign anyone in.api-keys.yml(and the checked-inopenapi/openapi.yml) describe public-key credentials as signed-request keys rather than "AgentID sign-in credentials", and drop "sign-in eligibility" from the immutable-field lists. Operation ids and paths are unchanged, so generated SDKs keep their method names.2026-09-05-agentid-approval-retired.mdxwith a breaking-change section and the raw HTTP enrollment call from the guide (the guide itself uses HTTP, not SDK methods).Validation
docs.yml,api-keys.yml, andopenapi.ymlparse as YAML🤖 Generated with Claude Code