Fetch external agent card

Proxy-fetch an external agent card from a URL, avoiding CORS issues. The URL is validated against SSRF attacks.

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
urlstringRequiredformat: "uri"

Response

Agent card JSON
authenticationobject
capabilitiesobject
descriptionstring
iconUrlstring
namestring
protocolVersionstring
providerobject
skillslist of objects
urlstring
versionstring

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
502
Bad Gateway Error