Cloud Settings

Settings in Cloud should be understood as posture controls, not arbitrary toggles. They shape how environments behave, what approvals are required, and how operators interact with the control plane.

Settings Categories

Cloud settings are split by responsibility rather than hidden behind one generic preferences page.

SurfaceWhat it controlsWhy it matters
MembersOrganization and project membershipDetermines who can see and operate workspace resources
AuthLogin and identity-provider integrationControls who can enter the workspace and how sessions are issued
Signing keysTrusted verification materialGoverns approval validation and agent signing-key refresh
API keysOrganization automation credentialsSeparates control-plane automation from human sessions and agent runtime keys
Environment postureApproval sensitivity, deployment posture, replay expectationsShapes which actions require explicit governance

The key idea is that settings are mostly posture and trust controls, not UI cosmetics. If a setting changes how credentials are issued, which approvals are valid, or how environments behave during rollout, it belongs in this part of the product.

Operational Reading Order

  1. Start with membership and auth so the right people can reach the workspace.
  2. Establish signing keys and API-key boundaries.
  3. Set environment posture before enabling rollout or replay-sensitive flows.
  4. Review deployment and incident behavior after posture is in place.

That order prevents a common failure mode where teams configure deployment automation before they have finished defining who is trusted to approve or operate it.

Canonical Surfaces

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.