3.1 Control Plane vs Agent Execution Plane
3.2 Project Scope Model
3.3 Data Flow: Source -> Release -> Pipeline -> Logs/Artifacts
3.4 Runtime Configuration Layers (global / project / environment)
3.5 Pipeline Execution Semantics
3.6 Release Governance Path
3.7 Rollback Architecture (Policy-driven)
3.8 Security and Trust Boundaries
3.9 State and Persistence Model
3.10 Scalability Model
3.11 Failure Modes and Recovery Patterns
3.12 Why This Architecture Works in Practice
18.1 API Authentication
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Orbnetes API is designed for operational automation: launch runs/releases, read status, approve/cancel flows, and stream logs into your own systems.
Use API when you need:
- internal deployment portals,
- ChatOps/bot actions,
- external orchestration,
- machine-readable release/pipeline state.
API access uses personal API keys (generated in user profile).
Auth method
Send key as Bearer token:
Authorization: Bearer orb_xxxxxxxxx
Accept: application/json
Content-Type: application/json
Security notes
- Keys are shown once at creation.
- Use separate key per integration.
- Prefer expiring keys for automation.
- Revoke and rotate on compromise suspicion.