Organizations
!!! info "Coming soon" The Rover Nexus REST API is not yet available. This page describes the planned shape and may change. To integrate today, use the Zenoh messaging surface (primary) or the ROS 2 bridge.
An organization is the top-level account that owns your fleets, robots, members, and data in Rover Nexus.
What it represents
Every account belongs to an organization. The organization is the boundary for ownership and access: fleets, robots, missions, and telemetry all live under an organization, and members are invited into it with roles that govern what they can do. Organizations can also share fleets with one another in a controlled way.
Base URL
The API base URL for organization endpoints is coming soon.
Authentication
All requests require a valid credential. See Authentication.
Endpoints
The organization resource supports the standard read and management operations. Exact paths and payloads are not yet finalized.
| Operation | Description |
|---|---|
| List | List organizations the caller can access |
| Get | Retrieve a single organization |
| Create | Create a new organization |
| Update | Update organization details |
| Delete | Remove an organization |
Exact paths, methods, and parameters are coming soon.
Errors and pagination
The error response format and the pagination scheme used by list endpoints are coming soon.