docs(agent-id): migrate API references to agent-api.self.xyz; retire consumer UI#23
Draft
kartikmehta8 wants to merge 1 commit into
Draft
docs(agent-id): migrate API references to agent-api.self.xyz; retire consumer UI#23kartikmehta8 wants to merge 1 commit into
kartikmehta8 wants to merge 1 commit into
Conversation
…consumer UI The Agent ID hosted web app is being retired and the API moved to a dedicated host. Update the docs to match while keeping every feature: - Point REST, A2A, CLI, visa, and AA proxy references at https://agent-api.self.xyz (was selfagentid.xyz). - Replace the retired dApp wizard with an SDK-first registration page (Register Without the Web App): render the QR client-side, mint on-chain, sign, and verify, with no hosted service required. - Note CLI/REST as alternatives that return the QR for you to display, and that the CLI fetches the QR from /api/qr. - mcp-user: SELF_AGENT_API_BASE default updated. No features dropped; on-chain registration and verification unchanged. Co-Authored-By: Claude Opus 4.8 <[email protected]>
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.
What
Updates the Self Agent ID docs for the API migration: the hosted consumer
web app is being retired and the API moves to a dedicated host
(
agent-api.self.xyz). All features are retained — nothing is dropped.Changes
(render the QR client-side with
@selfxyz/qrcode, mint on-chain, sign,verify). Needs no hosted service. Added to the Agent ID nav.
https://agent-api.self.xyz(wasselfagentid.xyz): REST API, A2A endpoint, CLI, Celo Agent Visa, AA proxy.framing updated.
api-docslink;apiBaseexample updated.agent-api.self.xyz(override viaSELF_AGENT_API_BASE) and fetches the QR from/api/qr/{sessionToken}.updated A2A/REST examples and the smart-wallet section.
SELF_AGENT_API_BASEdefault updated.Not changing
On-chain registration (Hub V2 mint) and verification are unaffected — they
never depended on the hosted app. No features removed.