Skip to main content

Remote Dev Environments API

The Remote Dev Environments REST API lets you manage sessions, templates, and saved inputs programmatically. It's the same API that the CLI, the web UI, and the MCP server use.

Remote Dev Environments is in beta

Remote Dev Environments is a beta product. The features, APIs, and clients described here can change, and breaking changes can happen without prior notice. Don't rely on RDE for production-critical workflows yet.

Experimental API

The RDE API is experimental. Although it's versioned, endpoints and payloads can change in backwards-incompatible ways without notice. Pin your integrations to a known-good behavior and expect to update them.

Base URLClick to copy link

The API is served at:

https://api.bitrise.io/rde

AuthenticationClick to copy link

Authenticate with a Bitrise personal access token, sent in the Authorization header:

Authorization: token YOUR_BITRISE_PAT

ReferenceClick to copy link

For the full list of endpoints, request and response schemas, and examples, see the interactive API reference:

Remote Dev Environments API reference