Ingest telemetry
POST /telemetry accepts robot, mission, and operational context signals. RobotOps normalizes the schema, validates it, and routes it through the observability pipeline into dashboards, alerts, and archives.
- Support for JSON payloads, protobuf, and binary telemetry.
- Authentication via API keys scoped per environment.
- Backpressure handling keeps edge agents stable while feeding fleet-wide observability.
Query robots & alerts
GET /robots and GET /alerts return enriched data across vendors and sites so you can build dashboards, reliability tools, or customer-facing fleet portals.
- Filters for vendor, site, severity, SLA impact, and diagnostics state.
- Cursor-based pagination and delta tokens for efficient polling.
- Webhook subscriptions for robots that change state or surface critical alerts.
Webhooks for critical alerts
POST /webhooks/alerts routes critical events from autonomous systems—offline robots, safety incidents, or reliability failures—into incident channels, chat, or orchestration platforms.
- Payloads include severity, recommended actions, and contextual metadata.
- Retry policies and signature verification keep data secure.