Skip to main content

vrin auth login

Log in to your VRIN account. Stores credentials locally for subsequent CLI calls.
vrin auth login you@example.com
# Password: ********

vrin auth register

Create a new VRIN account.
vrin auth register you@example.com --name "Your Name"
# Password: ********
# Confirm password: ********

Options

FlagDescription
--nameDisplay name for your account
--jsonForce JSON output

vrin auth keys

List all API keys associated with your account.
vrin auth keys --json

vrin auth create-key

Create a new API key. Useful for creating separate keys for different agents or environments.
vrin auth create-key --name "production-agent"

Options

FlagDescription
--nameLabel for the key (for your reference)
--jsonForce JSON output

vrin auth delete-key

Delete an API key by its ID.
vrin auth delete-key key_abc123
FlagDescription
--jsonForce JSON output