Skip to main content

Prerequisites

npx evals does all of this for you: it installs the CLI, authenticates, and selects your space. Work through the steps below if you would rather set it up by hand.
  1. AX CLI:
  2. Authentication — set up your API key using one of these methods:
  3. SpaceARIZE_SPACE accepts a space name (e.g. my-workspace) or base64 ID. Find yours with ax spaces list or from the Arize URL (/spaces/{SPACE_ID}/...).
  4. Verify:
See AX CLI overview for full details.

Install Skills

Option 1: npx (recommended)
Option 2: ax CLI If you already have ax installed (v0.9.0+):
See the ax skills reference for every flag. Option 3: Claude Code plugin
Option 4: git clone
The installer auto-detects your agents and optionally installs the ax CLI. Use --global / -Global to install to ~/.<agent>/skills/. Run --list to see available skills, --uninstall to remove them. Updating skills: npx skills update or cd arize-skills && git pull.