For developers and platform teams

RobotOps exposes an API surface for robotics teams, OEMs, and integrators that powers ingestion, querying, and alerting for autonomous systems and robot fleets—serving as the observability pipeline for robotic telemetry.

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.

The API surface is evolving—early pilot partners, OEMs, and integrators help shape the next endpoints and workflows. Reach out if you want to co-design the next capability.