Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.veri.studio/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The current CLI command surface is intentionally small and focused.

veri login

Log in and store credentials locally.
veri login
By default this:
  • opens the dashboard API keys page in your browser
  • prompts you to paste a key
  • stores credentials locally
Pass the key directly:
veri login --key vk_...
Override the API base URL:
veri login --url http://localhost:8000

veri whoami

Show the currently stored credential metadata:
veri whoami
Typical output:
API URL:    https://api.veri.studio
API Key:    vk_a1b2c3d4...ef56
Stored at:  /Users/you/.veri/credentials.json

veri logout

Remove the local credentials file:
veri logout

Notes

  • login expects keys that start with vk_
  • login performs a lightweight verification attempt against /health
  • the CLI is currently focused on auth and bootstrapping, not full job management