Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.matterai.so/llms.txt

Use this file to discover all available pages before exploring further.

Get API Key

Get API Key

Generate a new API key

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"