Skip to main content

Send Heartbeat

Report that an agent is alive. Updates the agent’s last_heartbeat timestamp and sets status to healthy.

Status Transitions

Send Heartbeats (Batch)

Report multiple agent heartbeats in a single request. Requires the telemetry:write scope.

Request Body

Each heartbeat object:
Maximum 100 heartbeats per batch request.

Report Single Usage

Report a single LLM API call with token counts and optional cost.

Request Body

Report Batch Usage

Report multiple usage events in a single request. More efficient than sending individual events.
Maximum 100 events per batch request. Events that fail validation are reported in the errors array but do not block the rest of the batch.