Cloud Overview

ByteOr Cloud is the hosted control plane for pipeline versions, config bundles, deployments, agents, artifacts, and replay workflows.

Coverage Map

Resource Hierarchy

Cloud organizes resources in a multi-tenant hierarchy:

Organization
  └── Project
        └── Environment
              ├── Pipeline Versions
              ├── Config Bundles
              ├── Deployments
              ├── Agents
              └── Artifacts
  • Organizations — top-level tenancy boundary
  • Projects — group related pipelines and environments
  • Environments — scoped deployment targets (dev, staging, prod) with independent governance posture

Core Workflows

Author and Compile

  1. Create or open a pipeline draft
  2. Select the execution target (SingleRing or LaneGraph)
  3. Author the plan through the shared editor
  4. Preview validates through the WASM-compiled compiler
  5. Create a version — an immutable compiled record

Configure

  1. Create a config bundle for a pipeline version
  2. Start from a guided tuning profile (default, low-latency, isolated-core)
  3. Override specific tuning fields only when needed
  4. Associate the bundle with a target environment

Deploy

  1. Create a deployment targeting a version + bundle + environment
  2. Provide approval when the environment posture requires it
  3. The deployment enters the orchestration pipeline
  4. Registered agents receive deployment targeting information
  5. Monitor heartbeats and status transitions

Investigate and Replay

  1. Agents upload artifacts (incident bundles, snapshots)
  2. Review artifact metadata in the control plane
  3. Launch dry-run replay for investigation
  4. Escalate to execute-mode replay with approval when needed

Deeper Technical Sources

Endpoints

SurfaceURL
Production UIhttps://cloud.byteor.com
Production APIhttps://api.byteor.com/v1
Staging UIhttps://cloud.staging.byteor.com
Staging APIhttps://api.staging.byteor.com/v1
Development UIhttps://cloud.dev.byteor.com
Development APIhttps://api.dev.byteor.com/v1
Health/healthz
Readiness/readyz
Metrics/metrics
Provenance
Need the canonical source?
Use the public hub to orient yourself, then jump to repo-owned docs or rustdoc when you need contract-level detail.