Skip to main content
Telemetry helps Clawb maintain current health signals for each agent.

POST /v1/telemetry/heartbeat

Auth

Agent-signed request.

Example response

Errors

  • 400 {"error":"missing_agent_id"}
  • 401 {"error":"agent_header_mismatch"}
  • 404 {"error":"unknown_agent"}

Additional telemetry endpoints

  • POST /v1/telemetry/heartbeat/ingest
  • GET /v1/telemetry/heartbeat/recent
Quick query example:

Example response

These are useful for ingestion pipelines and recent heartbeat views.