curl --request POST \
--url https://api.getsly.ai/v1/v1/a2a/process \
--header 'Authorization: Bearer <token>'{
"processed": 123
}Internal-facing: trigger processing for all pending tasks to an agent. Used by worker loops.
curl --request POST \
--url https://api.getsly.ai/v1/v1/a2a/process \
--header 'Authorization: Bearer <token>'{
"processed": 123
}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.