Endpoint · Claude Code

Use Claude Code
through Chompute.

Point Claude Code at the Chompute inference endpoint, keep your normal terminal workflow, and use flat Chompute endpoint access without surprise token overages.

Install Chompute for Claude Code
$curl -fsSL https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-claude-code.sh | sh
Setup

Three steps from signup to Claude Code.

The setup is intentionally boring: get an Access Key, make sure Claude Code exists, then run one installer script for unlimited everyday agent use without overages.

Step 01

Sign up and get an Access Key.

Create a Chompute account, enable the endpoint plan, and copy your Chompute Access Key from the logged-in app.

Step 02

Install Claude Code if you need it.

If Claude Code is already installed, keep going. If not, install it from Anthropic and confirm the claude command works in your terminal.

Step 03

Run the Chompute setup script.

The script asks for your Access Key, lets you choose project-only or all Claude Code sessions, and writes the right Claude settings safely.

Terminal setup

Run one command.

Paste this into your terminal. The script will ask for your Chompute Access Key interactively and will not print the full key back to you.

  • Prompts for your Chompute Access Key without showing it in the terminal.
  • Lets you choose project-scoped setup or all Claude Code sessions.
  • Backs up existing Claude settings before editing.
  • Configures Claude Code to use chompute-advanced through the Chompute Anthropic-compatible endpoint.
Install Chompute for Claude Code
$curl -fsSL https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-claude-code.sh | sh
Recommended

Run doctor, then start Claude Code.

Doctor checks that Claude Code is installed, verifies the Chompute settings, and can send a tiny optional test request before you begin.

Doctor
$curl -fsSL https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-claude-code.sh | sh -s -- doctor
◇ After doctor passes

Project-only or all Claude Code sessions.

Choose project-only when you want Chompute for one workspace. Choose all sessions when you want Claude Code to use Chompute everywhere. The script also prints the uninstall command when you configure all sessions, so you can move back to your default Claude Code setup whenever you want.