Cloud Quick Start
The shortest path from zero to a running deployment in ByteOr Cloud.
Prerequisites
- Access to a ByteOr Cloud organization
- A project and environment created (or permissions to create them)
Steps
1. Sign In
Open the Cloud UI and authenticate through the browser flow.
2. Set Up Your Environment
Create or select an organization, project, and environment. Environments are independent governance scopes — use separate environments for dev, staging, and production.
3. Create a Pipeline
- Create a new pipeline draft
- Select the execution target: SingleRing for ordered linear execution, LaneGraph for branching and topology work
- Author stages and connections in the editor
- The editor projects the shared plan as either a linear canvas or a topology canvas depending on the target
4. Compile a Version
- Use preview to validate through the WASM-compiled compiler
- Create a version — this produces an immutable compiled record
- The version is content-addressed by spec hash
5. Create a Config Bundle
- Open the config bundle composer for the version
- Start from a guided tuning profile
- Override specific fields only when needed
- The bundle is associated with your target environment
6. Register an Agent
- Create an enrollment token in the target environment
- Use the token once to register the agent node
- The control plane returns a per-agent runtime API key
- The agent uses this key for all subsequent operations
7. Deploy
- Create a deployment targeting your version + bundle + environment
- Provide approval if the environment requires it
- The registered agent receives deployment targeting
- Confirm heartbeats appear in the control plane
8. Verify
Check that:
- The pipeline version exists as an immutable record
- The config bundle is readable from the environment
- The deployment is persisted and associated with the correct environment
- The agent is reporting heartbeats
- Effective tuning shows requested vs. applied settings
Next Steps
- Agent Installation — detailed agent enrollment guide
- Approvals — understand the governance model
- Incident and Replay — capture and replay workflows