Create Sandbox Fleet (No Spawn)

Persist a single fleet configuration to the partner's sandbox_config.mock_fleet without spawning any robots. Use this when you want to define a fleet ahead of powering it up. Call POST /simulated_fleet/fleets/:fleet_id/power_up later to spawn the robots.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

Partner ID

Body Params

Fleet configuration

Configuration for a fleet of simulated robots.

integer
required
1 to 10

Number of simulated robots to create. Capped at 10 robots across all of a partner's sandbox fleets combined.

string
required

Prefix used when auto-generating robot identifiers. Ignored when robot_names is provided.

robot_names
array of strings | null

Optional explicit names for each robot. When provided, must have exactly fleet_size unique entries.

robot_names
start_gps
object
required

Geographic location (Latitude, Longitude)

integer
required

Interval in milliseconds at which the robot publishes GPS telemetry.

integer
required

Interval in milliseconds the robot polls the fleet registry for jobs.

integer
required

Milliseconds between auto-published job lifecycle events.

boolean
required

When true, the robot auto-progresses through job stages without external prompts.

integer
required

Maximum speed in miles per hour the simulated robot can travel.

boolean
Defaults to true
boolean
Defaults to true
integer | null

Random offset (meters) applied to each robot's start location.

float
Defaults to 0
integer
Defaults to 0
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json