Tools

Xobriq CLI

Deploy, monitor and manage every Xobriq resource from your terminal.

This page requires authentication

You are viewing the CLI docs because you are signed in. Anonymous users are redirected to log in first.

Install

bash
`# macOS / Linux curl -fsSL https://cli.xobriq.com/install.sh | sh # Windows (Powershell) iwr -useb https://cli.xobriq.com/install.ps1 | iex`

Login

bash
`xobriq login # opens browser for OAuth flow`

Common commands

bash
`xobriq guard score --txn txn_demo_001 --amount 150000 --currency KES xobriq cloud instances create --size h200-1x --image pytorch-2.4 xobriq cloud instances list xobriq agentic runs tail run_ab12 xobriq keys create --scope guard:read,guard:write`

Configuration

The CLI reads XOBRIQ_KEY from the environment or ~/.xobriq/config.toml. Use xobriq context switch to move between sandbox and production.