curl --request POST \
--url https://api.getsly.ai/v1/a2a/{agentId}/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"received": true
}External agents (peer A2A platforms) post callbacks here. Verified via signature on the inbound request.
curl --request POST \
--url https://api.getsly.ai/v1/a2a/{agentId}/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"received": true
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.