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>"
]
}Public AP2 capability advertisement — issuer, public key, supported scopes. Used by merchants to verify mandates offline.
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>"
]
}API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).