Skip to main content

Cloud

View as Markdown

Cloud

RocketRide Cloud is a managed engine: the same runtime you can self-host, operated for you. Instead of running the engine yourself, you point a client at the Cloud endpoint and start building pipelines, no infrastructure to provision.

Connecting

Set two values and any SDK or the CLI connects:

VariableValue
ROCKETRIDE_URIhttps://api.rocketride.ai
ROCKETRIDE_AUTHYour API token (ROCKETRIDE_APIKEY also works).
ROCKETRIDE_URI=https://api.rocketride.ai
ROCKETRIDE_AUTH=your-api-token

Always use https:// or wss:// for Cloud. An http://, ws://, or bare host:port URI silently downgrades to an unencrypted connection. The secure scheme upgrades to wss:// under the hood, see the WebSocket protocol.

Cloud vs. self-hosting

CloudSelf-hosting
EngineManaged for youYou run it (Docker / on-prem)
Endpointhttps://api.rocketride.aiws://localhost:5565 (or your host)
AuthAPI token requiredOptional locally
Best forGetting started, hosted workloadsPrivate data, full control, air-gapped

The pipeline JSON is identical either way: the same .pipe file runs unchanged against Cloud or your own engine.