Skip to main content
The Verial CLI ships with the @verial-ai/sdk npm package. Install it globally, install per-project, or run on demand via npx.

Global install

After installation, the verial binary is on your PATH:

Per-project install

Run via npx:

Run without installing

Authenticate

Set your organization API key as an environment variable:
Or pass --api-key on every invocation:
See Authentication for key creation, rotation, and Solver key handling.

Verify

If the CLI can reach the API with your key, this returns a list of environments (or an empty list for a fresh organization).

Next Steps

Overview

Command surface and output modes.

Authentication

API key and Solver key flows.