a2a_registration
Discover Agent Card
Fetch the upstream agent's well-known card so the UI can show the admin which skills/capabilities the agent exposes.
Only proxy admins can call this — the UI uses it during agent registration, and we don't want arbitrary keys probing internal URLs.
Example:
curl -X POST "http://localhost:4000/v1/a2a/discover" \
-H "Authorization: Bearer <admin_key>" \
-H "Content-Type: application/json" \
-d '{"url": "https://upstream-agent.example.com"}'
post/v1/a2a/discover
Request body
Response
Successful Response
Changes
Changed in 1 of the 42 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○