curl --request POST \
--url https://api.zo.computer/events/{agent_id}/add-conversation \
--header 'Authorization: Bearer <token>'{}Link a conversation to an agent for history tracking.
Internal: Called when running agents via /ask endpoint.
curl --request POST \
--url https://api.zo.computer/events/{agent_id}/add-conversation \
--header 'Authorization: Bearer <token>'{}