cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/presence/heartbeat \ --header 'Content-Type: application/json' \ --data '{ "user_id": "<string>", "user_email": "<string>", "user_name": "<string>", "user_avatar": "<string>", "agent_id": "<string>", "session_id": "<string>", "execution_id": "<string>", "is_typing": false }'
"<any>"
HTTP endpoint for updating presence (fallback for non-WebSocket)
Successful Response
The response is of type any.
any
Was this page helpful?