Uses Anthropic's /v1/messages API. Works with Claude Code, Claude CLI, and any Anthropic-compatible SDK out of the box.
Massive context window for large codebases, long files, and complex multi-file projects. No more truncated code.
30 RXC/day coding allowance. Auto-refills every 48h. Earn 2 RXC per prompt, deduct 1 RXC. You profit by using it.
Sign up for Rax AI, go to your dashboard, and click "Activate RaxCoder". This automatically generates your coding API key, activates it, and grants you 50 RXC welcome bonus. Your key is shown only once — save it immediately.
Run these commands in your terminal. They will be saved permanently and apply to ALL future sessions.
export ANTHROPIC_BASE_URL="https://ai.raxcore.dev/api/v1/coder" export ANTHROPIC_API_KEY="raxcoder_your_key_here" # Add to your shell for ALL future sessions echo 'export ANTHROPIC_BASE_URL="https://ai.raxcore.dev/api/v1/coder"' >> ~/.bashrc echo 'export ANTHROPIC_API_KEY="raxcoder_your_key_here"' >> ~/.bashrc # For system-wide availability (all users and services) echo 'export ANTHROPIC_BASE_URL="https://ai.raxcore.dev/api/v1/coder"' | sudo tee -a /etc/environment > /dev/null echo 'export ANTHROPIC_API_KEY="raxcoder_your_key_here"' | sudo tee -a /etc/environment > /dev/null
⚡ Apply the changes now
The ~/.bashrc file has been updated — so credentials are set globally for all future sessions. To apply them to ALL currently running sessions right now, run:
source ~/.bashrc
Or open a new terminal window. The new credentials will be used automatically in all new sessions.
Run claude in your terminal. RaxCoder handles all your coding requests — no extra setup, no extra cost.
Every user gets a separate RaxCoin pool just for coding — isolated from your general balance.
+2 RXC
Earned per prompt
-1 RXC
Deducted per prompt
30 RXC
Auto-refill every 48h