Developer Center

Build on the Physical Intelligence operating system. Access world models, simulation engines, training pipelines, evaluation frameworks, and deployment APIs.

API Specification

The simulation API is locally hosted and provides direct endpoints to parse systems, schedule runs, and read traces.

Base Local Endpoint: http://localhost:8000/api/v2
Authorization Header: Bearer <amretra-id-token>
Systems and scenarios APIAvailable now

Fetch or persist complete hardware workspace architectures, component properties, device state transition graphs, and scenario timelines.

/api/simulation/systems/
Runs and jobs schedulerAvailable now

Create deterministic simulation runs or queue asynchronous job runs for active engine adapters.

/api/simulation/runs/
Telemetry and action tracesAvailable now

Inspect chronological sensor emissions, controller decision evaluations, and actuator outcomes.

/api/simulation/runs/{runId}/trace/
Object operations backendAvailable now

Submit scene manipulation commands (move, rotate, scale, attach) to construct environments with full conflict detection and state replaying.

/api/simulation/systems/{systemId}/operations/
Engine registry endpointAvailable now

List active simulation engines and inspect detailed solver versions or localized runtime capabilities.

/api/simulation/engines/
Model format compilerAdapter available

Download compiled formats of active digital twins in industry-standard mechanical schemas.

/api/simulation/systems/{systemId}/export/
Amretra authentication gatewayAvailable now

Use Firebase-backed identity claims to isolate account workspaces and enforce secure project sync bounds.

Chitraagni link receiverAvailable now

Push reviewed software-control traces to Chitraagni, instantiating software workflows and dashboard templates automatically.

/api/chitraagni/import/