Skip to main content
POST
/
a2a
/
{agentId}
/
callback
Agent callback endpoint
curl --request POST \
  --url https://api.getsly.ai/v1/a2a/{agentId}/callback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "received": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string<uuid>
required

Body

application/json
{key}
any

Response

Acknowledged

received
boolean
required