Quickstart
Train and deploy your first skill in under an hour.
OpenQuickstarts, concept guides, and a complete API reference, from your first twin to a multi-site fleet.
Understand how the pieces fit together.
RL/IL, domain randomization, and gates.
ReadHow validation works before deploy.
ReadDeploying policies to Jetson.
ReadTask graphs and fleet coordination.
ReadVersioning and publishing skills.
ReadSSO, roles, and API keys.
ReadREST for control-plane operations and a streaming channel for live fleet telemetry.
# curl the fleet status endpoint
curl -H "Authorization: Bearer $FORE_KEY" \
https://api.foremai.com/v1/fleets/line-a/status
# => { "robots": 8, "online": 8, "tasks_per_hr": 1180,
# "skill_success": 0.991, "safety_flags": 0 }One command to get going.
Vendor-agnostic across robots, controllers, and systems of record.
Robots act in the physical world, so every skill is validated before it ever touches hardware.
Every policy must pass success + collision + force limits in sim before deploy.
AES-256 at rest, TLS 1.3 in transit, per-site key isolation.
Run in your VPC or on-prem; telemetry never leaves your boundary.
SAML/OIDC, provisioning, and role-based access down to the cell.
Get SDK access and follow the quickstart to your first deployment.