Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useveil.co/llms.txt

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

The CLI uses the same two-mode model as the rest of Veil: sandbox and live. All reads and writes are scoped to the active mode. See Sandbox vs. production for context.

Active mode

After pairing, your active mode defaults to sandbox. Check or switch it with veil mode:
# Show the current mode
veil mode

# Switch to live
veil mode live

# Switch back to sandbox
veil mode sandbox
Switching modes requires that the corresponding credentials exist. If you try veil mode live before completing production KYC, the CLI prints an error.

One-shot override

Every command accepts --live to use live mode for that invocation only, without changing the persisted active mode:
veil wallets list --live
veil transactions list --live --status pending