Integrations

Setup hub

Connect your coding tools to one gateway. Copy values directly — no guesswork.

API KEY

jc_your_api_key

Create an API key — it fills in automatically.

API BASE URL

https://jetcloudapi.com/v1

OpenAI-compatible. Anthropic endpoints live at /v1/messages.

Claude Code

01

Set the gateway as your Anthropic base URL

export ANTHROPIC_BASE_URL="https://jetcloudapi.com"
export ANTHROPIC_AUTH_TOKEN="jc_your_api_key"

Add both lines to your ~/.zshrc or ~/.bashrc to make it permanent.

02

Pick a model (optional — default is claude-3-5-sonnet)

export ANTHROPIC_MODEL="claude-3-5-sonnet"
# or any model from the Model Plaza:
# gpt-4o, gemini-1-5, deepseek-r1, ...
03

Start Claude Code

claude

All requests route through JetCloud — billed to your credits, visible in Usage.

Good to know

  • Keys bound to a group only reach that group's APIs — everything else returns 403.
  • Credits are deducted per call; check Usage for per-request logs.
  • Out of credits? Top up with crypto in Wallet.