About this tool
AXIS is open source tooling and a scoring framework to measure how well services work for AI agents. Run real scenarios, get a 0–100 score, and fix what's slowing agents down. Key features: scenarios/hello-world.json -a sample scenario that asks the agent to create a file with specific content., Execution & Agents -how AXIS runs scenarios, supported and custom agents, and workspace isolation., An API key for at least one supported agent (for example, ANTHROPIC_API_KEY for Claude Code), Initialize Your Project From your project root, run: axis init In an interactive terminal, this prompts you for the scenarios directory, which agents to include (comma-separated, e, It then creates two files: axis, {json|js|ts} -minimal config with your chosen scenarios path and agents, json -a sample scenario that asks the agent to create a file with specific content, After the files are written, init also runs npx skills add netlify/axis --all to install the configure-axis skill into your detected agent config directories.