Integrations
Setup hub
Connect your coding tools to one gateway. Copy values directly — no guesswork.
API BASE URL
https://jetcloudapi.com/v1OpenAI-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
claudeAll requests route through JetCloud — billed to your credits, visible in Usage.