Installation
System requirements
Section titled “System requirements”| Component | Minimum version |
|---|---|
| Node.js | 18.x or later |
| npm | 9.x or later |
| OS | macOS, Linux, Windows (WSL2 recommended) |
Install the CLI
Section titled “Install the CLI”npm install -g @orvanta/clipnpm add -g @orvanta/cliyarn global add @orvanta/cliVerify the installation:
orvanta --versionConnect to a workspace
Section titled “Connect to a workspace”Authenticate by adding a workspace profile. Create a token first from the Orvanta UI under User Settings → Tokens (or run orvanta user create-token), then:
orvanta workspace addThis walks you through adding a profile, a (name, remote URL, workspace id, token) tuple stored under your config directory (default ~/.config, override with OV_CONFIG_DIR). You can keep several profiles and switch with orvanta workspace switch <name>.
For a self-hosted instance, point the remote at your own URL (e.g. https://orvanta.example.com).
Updating
Section titled “Updating”orvanta upgradeNext steps
Section titled “Next steps”- Quick Start: Create and run your first workflow.
- CLI Reference: Commands and the sync-based workflow.