Skip to main content

Choose How to Run RocketRide

View as Markdown

Choose How to Run RocketRide

One engine, two ways to run it: point your clients at managed RocketRide Cloud, or run the engine yourself. The pipeline JSON is identical either way — the same .pipe file runs unchanged against Cloud or your own engine, so the choice is operational, not architectural, and you can switch later.

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

While you build, there is a third option that is really the second in disguise: the VS Code extension deploys and manages a local engine for you — self-hosting without the setup, ideal for the inner loop.

  • Cloud: connect a client to the managed endpoint.
  • Self-hosting: download, run, and secure your own engine.
  • Security: credentials, ports, and TLS.