Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Telemetry API
The Telemetry API is a general-purpose event bus for emitting structured events from agents, CLI scripts, and external compute runners. Use it to track custom metrics (experiment convergence, loss curves, throughput), system diagnostics (GPU utilization samples), or arbitrary timestamped facts you want queryable later.List Events
Convex ID of the lab.
Filter to a specific event name (e.g.,
gpu.utilization, loss.epoch).Max events to return. Capped at 500.
Telemetry events, newest first.
Track Event
Convex lab ID.
Event name (dot-separated, max 100 chars).
Numeric metric value.
JSON-encoded extra context (max 2KB).
Convex agent ID emitting the event.
Convex experiment ID to link.
New telemetry event Convex ID.