Axon Coding Plan is currently in beta with free 10M tokens a week, collectively for all Axon Models

Obtain MatterAI API Key

Get your API Key from MatterAI console: https://app.matterai.so/settings

Configuration

To integrate Axon models with Claude Code CLI, configure your environment as following:
  1. Export Custom Base URL in your environment
export ANTHROPIC_BASE_URL=https://api.matterai.so
  1. Export Custom Auth Token in your environment
export ANTHROPIC_AUTH_TOKEN=<your_matterai_api_key>
These exports are for the current shell, to always use it, please set in ~/.bashrc OR ~/.zshrc file
  1. Start using Claude Code
claude -p "What is the capital of France"