Tier0 AI Agent skill documentation.
These files are written for agents. Some authentication steps require the user to complete a browser-based authorization flow.
Required CLI version:
v0.4.6+
Recommended one-command install, requires Node.js >= 16:
npx @tier0/cli@latestThis installs:
- The
tier0CLI binary into~/.tier0/bin/ - Cursor / Claude Agent Skills from
FREEZONEX/Tier0-skill
Alternative install without Node.js:
curl -fsSL https://raw.githubusercontent.com/FREEZONEX/Tier0-cli/main/install.sh | bashiwr https://raw.githubusercontent.com/FREEZONEX/Tier0-cli/main/install.ps1 | iexIf using the alternative installer, install skills separately:
npx skills add FREEZONEX/Tier0-skillSaaS uses https://tier0.dev by default and needs no base URL configuration.
Private deployments must configure the base URL before login:
tier0 config --base-url https://your-tier0.example.comImportant: run config before login; otherwise the authorization URL may point to the wrong instance.
Preferred when an API key is already available:
tier0 config --api-key <api-key>Browser authorization flow:
tier0 login --no-wait --jsonShow the returned verification_url to the user immediately. Then poll:
tier0 login --setup-code <setup_code>tier0 doctor
tier0 auth whoami
tier0 api /openapi/v1/info --body '{}'npx @tier0/cli@latest uninstall
npx @tier0/cli@latest uninstall --purge