Skip to main content

What is Claude Code?

Claude Code is an agentic coding tool from Anthropic that runs directly in your terminal (or integrated in your IDE) and is designed to understand your full codebase, execute commands, edit files, create commits, and handle git workflows — all via natural-language prompts. Its key capabilities include building new features from plain-English descriptions, debugging and fixing issues by analysing the codebase, navigating complex repositories, and automating repetitive engineering tasks.

Prerequisites

Before integration, ensure you have:

Installation and Configuration

Open your terminal and run the following command:
python <(curl -fsSL https://raw.githubusercontent.com/websentry-ai/claude-code-setup/refs/heads/main/setup.py) --domain <DOMAIN>
Replace <DOMAIN> with your Unbound Gateway dashboard URL (Eg: gateway.getunbound.ai). Once the script starts, it will generate a login URL. Click the URL or open it in your browser. The page will automatically:
  • Authenticate your account through the Unbound dashboard.
  • Retrieve and register your gateway credentials.
  • Redirect you back to a success page.
You can close the browser window once the callback is complete. Return to your terminal. The installation will finish automatically. Restart your terminal and IDE (if you’re using the Claude Code IDE extension). You can now use Claude Code directly via your gateway by running:
claude