Ortim Cloud
Ortim Cloud is an Observer layer for teams: it syncs redacted audit metadata and pipeline state — not your source code — to a shared organization workspace, so a team can answer "who approved this, and why?" without anyone digging through local machines.
The CLI stays the source of truth. The cloud adds collaboration, retention, and centrally managed governance policy. The control plane lives at cloud.ortim.dev.
Ortim Cloud is in preview. The local CLI is fully usable with no cloud account at all — everything below is opt-in.
Authenticate
ortim cloud login [email protected] # store an access token for the control plane
ortim cloud status # connection + login state
ortim cloud logout # clear the stored token
Link a workspace to an org
ortim cloud orgs # list organizations you belong to
ortim cloud link --org <org-id> # link the current workspace to an org project
link accepts --name for a project name (defaults to the workspace name) and
--project / -p to target a workspace other than the current directory.
Sync
ortim cloud sync # push redacted audit metadata + pipeline state
ortim cloud sync -p <workspace-id> # ...for a specific workspace
Only redacted metadata and pipeline state leave your machine — the audit trail's structure, gate decisions, and state transitions, without your code.
Governance policy
An organization can publish a governance policy that the CLI enforces locally:
ortim cloud policy # pull and display the org policy
ortim cloud policy --org <org-id> # for a specific org
See also
- Concepts — what the hash-chained audit log records.
- CLI reference — the full local command surface.