Skip to main content

Get Your API Key

Installation

Axon Code CLI is a fork of OpenCode CLI. You can find Axon Code CLI code here: https://github.com/GravityCloudAI/axon-code
To install Axon Code CLI, you can use one of the following methods:

Quick Install

curl -fsSL https://api.matterai.so/install | bash
  1. Once you have the API Key, set it in your environment:
export MATTERAI_API_KEY=YOUR_KEY_HERE
Keep your API key secure and never commit it to version control.
  1. Type axoncode in your terminal to get started.
Axon Code CLI
  1. Start Coding with Axon Code
Axon Code CLI
  1. You can also start with a prompt with -p flag.
axoncode -p "Create a PR"