Changelog
A record of released, shipped changes to Rover Nexus, newest first.
This page lists changes that have already shipped to customers. It is not a roadmap and does not list planned work.
2026-09-19
REST API
- Added nested reads for mission templates, features, and tracked objects, plus
GET …/objects/{object_id}andGET …/features/{feature_id}. - Added
POST …/stop-allto pause every active robot in a fleet, matching Agent APIcontrol-robotstop_all. - Added
PUT …/field-rules/{directive_id}/activeto enable or disable a Field Rule without a full upsert. - Added Agent API tools
control-featureandupsert-field-rule, plusobjectas aquery-entities/get-entitykind. - Extended
control-robotsomode,invoke_action, andupdate_settingsaccept bulk robot lists, split into one command per robot. - Extended
control-operationwithenable_missionanddisable_mission. - Added Agent API
edit-schedulefor updating an existing mission schedule, including optionalretry_limitandretry_interval_secson schedule intake.
2026-08-04
REST API
- Added the 15-tool Agent API, including single-call
submit-job, live schedule diagnosis, bulk robot control, and typed entity queries. - Added
GET /openapi.jsonwith an OpenAPI 3.1 contract for mounted REST and Agent API routes. - Added nested mission-template authoring, feature deployment, tracked-object endpoints, and Field Rules CRUD.
- Added
GET /v1/eventsfor correlated fleet event timelines and richer mission schedule and run filters. - Made mission deployment responses explicit and asynchronous.
deploy-missionnow returnsscheduleIdandstatus: "scheduled". - Added durable, actor-scoped idempotency for mission-template and schedule creation workflows.
- Added optional bounded robot acknowledgement waits and structured delivery outcomes, including
207 partial_failureand422 policy_rejected. - Added opaque keyset pagination to Agent API entity queries.
- Removed obsolete plan, export, nested activity-log, flat mission-schedule write, and flat mission-template write routes. Integrations should use the Agent API and nested authoring routes documented in this API reference.