Skip to main content

Private Vantage Installation

1. Connect to a private Vantage deployment

Install and verify the CLI first with the Installation Guide.

The v8x comes preconfigured to work with https://vantagecompute.ai by default.

If you are connecting to a privately hosted Vantage instance you will need to set up your profile accordingly.

Create and activate a profile:

v8x profile create vantage-example-com \
--vantage-url https://app.example.vantagecompute.ai

v8x profile use vantage-example-com

The profile's only deployment-specific argument is --vantage-url. The CLI derives the related API and authentication endpoints from that Vantage URL.

2. Inspect Identity

v8x whoami
v8x whoami --json | jq '{email: .identity.email, profile: .profile}'

See also: Commands | Troubleshooting