curl --request POST \
--url https://api.zo.computer/events/{agent_id}/execute \
--header 'Authorization: Bearer <token>'{}Execute an agent immediately, bypassing its schedule.
Returns conversation_id where results will appear. Runs asynchronously; poll conversation for completion.
curl --request POST \
--url https://api.zo.computer/events/{agent_id}/execute \
--header 'Authorization: Bearer <token>'{}