Skip to main content
GET
/
v1
/
ap2
/
agent-card
AP2 agent card
curl --request GET \
  --url https://api.getsly.ai/v1/v1/ap2/agent-card \
  --header 'Authorization: Bearer <token>'
{
  "issuer": "<string>",
  "public_key": "<string>",
  "jwks_url": "<string>",
  "supported_scopes": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).

Response

200 - application/json

Agent card

issuer
string
required
public_key
string
required
jwks_url
string<uri>
required
supported_scopes
string[]
required