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"
}
'
{
  "statusCode": 123,
  "message": "<string>",
  "code": 123,
  "details": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Agent card fetched successfully