Cortex References
Account & Configuration
Account & Configuration
API Key Management
| Command | Options | Notes |
|---|---|---|
voltra config set-api-key <key> | [--force] [--json] | Save API key locally. Validates against remote by default; --force skips validation. Required for device/training commands. |
voltra config show | [--json] | Show whether an API key is configured (masked). |
voltra config clear-api-key | [--json] | Remove the locally stored API key. |
voltra config set-api-key bp_xxx
voltra config set-api-key bp_xxx --force
voltra --json config show
voltra config clear-api-keyIdentity & Risk
| Command | Options | Notes |
|---|---|---|
voltra whoami | [--api-key <key>] [--json] | Fetch user info for the current API key. Refreshes ~/.voltra/user-preferences.json. |
voltra config accept-physical-risk | [--json] | One-time acknowledgement required before load can apply force. |
voltra whoami
voltra whoami --api-key <API_KEY>
voltra config accept-physical-risk