RO1 Robotics REST API

On-robot REST API (served by the RO1 control box on /api/v1, Bearer-token auth) for controlling arm position and motion, the gripper/end-effector, cameras, routines, teleoperation, the recorder, I/O, calibration and fault recovery. A companion realtime protobuf stream and ROS2 bridge cover low-latency control.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/ro1-robotics-rest-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: RO1 Robotics REST API
description: On-robot REST API (served by the RO1 control box on /api/v1, Bearer-token auth) for controlling
  arm position and motion, the gripper/end-effector, cameras, routines, teleoperation, the recorder, I/O,
  calibration and fault recovery. A companion realtime protobuf stream and ROS2 bridge cover low-latency
  control.
humanURL: https://docs.standardbots.com/docs/rest-api/
baseURL: http://robot-control-box.local:3000
x-base-url-note: The RO1 REST API is served on the robot control box on the local network (default port
  3000), not a public internet host; the base URL is device-local and per-robot. Enable it in the Standard
  Bots app under Settings -> Configure Developer API.
properties:
- type: APIReference
  url: https://docs.standardbots.com/docs/rest-api/
- type: Authentication
  url: authentication/standard-bots-authentication.yml
- type: Protobuf
  url: grpc/standard-bots-external-control.proto