Skip to main content
POST
/
api
/
svc
/
v1
/
agents
/
proxy
/
agent-card
Fetch Agent Card
curl --request POST \
  --url https://{controlPlaneURL}/api/svc/v1/agents/proxy/agent-card \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sourceURL": "https://example.com/.well-known/agent-card.json"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sourceURL
string
required

URL to fetch agent card JSON from

Example:

"https://example.com/.well-known/agent-card.json"

Response

200

Agent card fetched successfully