Arize Admin

Manages Arize users, orgs, spaces, roles, and API keys through the ax CLI.

Works with setup

Test report

Verdict
Works with setup
Score
8.8/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · fa5d050

Installed the real `ax` CLI (pip install arize-ax-cli, v0.25.1) and diffed its --help against the skill body: `ax users create`, `ax spaces create`, `ax roles create`, `ax organizations add-user`, and `ax api-keys create-service-key` all match the documented flags exactly — but references/REFERENCE.md's onboarding and multi-tenant workflows tell you to run `ax api-keys create --key-type service --space ...`, and that subcommand has no `--key-type` or `--space` flag at all (`create --help` explicitly says use `create-service-key` instead); that command would fail as written.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 3/5

What Arize Admin does

Drives the `ax` CLI to run enterprise Arize admin workflows: inviting/offboarding users, onboarding a team (space + custom role + service key), SAML/SSO role-ID lookups, project-level access restriction, and API key rotation. Triggers on admin/access-control language like invite, offboard, custom role, restrict project, service key, role binding — requires a working `ax` CLI install and an org-admin Arize account to actually execute anything.

How to install Arize Admin

git clone https://github.com/Arize-ai/arize-skills
cd arize-skills
mkdir -p ~/.claude/skills
cp -r skills/arize-admin ~/.claude/skills/arize-admin

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Arize Admin

  • /arize-admin Manages Arize users, orgs, spaces, roles, and API keys through the ax CLI.

It also activates on plain-language prompts like these:

  • Invite a new user to our Arize org with the analyst role
  • Onboard this team with a new Arize space and service key
  • Rotate our Arize API keys and restrict project access

Frequently asked questions

Is the Arize Admin skill free?
Yes. The skill itself is free from Arize-ai/arize-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Arize Admin work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Installed the real `ax` CLI (pip install arize-ax-cli, v0.25.1) and diffed its --help against the skill body: `ax users create`, `ax spaces create`, `ax roles create`, `ax organizations add-user`, and `ax api-keys create-service-key` all match the documented flags exactly — but references/REFERENCE.md's onboarding and multi-tenant workflows tell you to run `ax api-keys create --key-type service --space ...`, and that subcommand has no `--key-type` or `--space` flag at all (`create --help` explicitly says use `create-service-key` instead); that command would fail as written.
What is the Arize Admin SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
How do I install Arize Admin?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Arize Admin with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.