Cloud Overview
ByteOr Cloud is the hosted control plane for pipeline versions, config bundles, deployments, agents, artifacts, and replay workflows.
Repo-derived public summary
This page is the public-hub entry point into the synced Cloud guide set. The canonical operator workflows remain in the repo-owned Cloud docs that are synced into this site.
Coverage Map
Resource Hierarchy
Cloud organizes resources in a multi-tenant hierarchy:
- 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
- Create or open a pipeline draft
- Select the execution target (SingleRing or LaneGraph)
- Author the plan through the shared editor
- Preview validates through the WASM-compiled compiler
- Create a version — an immutable compiled record
Configure
- Create a config bundle for a pipeline version
- Start from a guided tuning profile (default, low-latency, isolated-core)
- Override specific tuning fields only when needed
- Associate the bundle with a target environment
Deploy
- Create a deployment targeting a version + bundle + environment
- Provide approval when the environment posture requires it
- The deployment enters the orchestration pipeline
- Registered agents receive deployment targeting information
- Monitor heartbeats and status transitions
Investigate and Replay
- Agents upload artifacts (incident bundles, snapshots)
- Review artifact metadata in the control plane
- Launch dry-run replay for investigation
- Escalate to execute-mode replay with approval when needed