CLI quickstart
Install @auvy/cli and run your first vault commands from the terminal.
CLI quickstart
Install from the integrator monorepo and run vault discovery in under a minute.
git clone https://github.com/AUVY-AI/auvy-sdk.git
cd auvy-sdk
bun run setup:local
export AUVY_API_KEY=ak_live_...
bun run auvy auth login --api-key "$AUVY_API_KEY"
bun run auvy vault session --json
bun run auvy vault search "hello" --jsonMachine-readable output uses --json with a stable { ok, schema_version, command, data } envelope.
Full reference: CLI · Codex setup: Codex plugin.