Claude Code access with a guided developer setup

Build with Claude Code through a developer-first bridge.

Here for the tutorial? Go now

Wizard HUB Dev helps teams activate Claude Code quickly, configure the right Anthropic-compatible environment, and keep work moving with direct setup guidance.

5xStarter capacity option
20xProfessional workflow option
SetupGuided install path
wizardhub/claude-code
$ claude "refactor the billing gateway"
Reading repository context...
✓ Found tenant limits, config hooks, and retry policy
! Preserving existing API contracts
✓ Patch generated with tests and migration notes
Clean API base URL
No legacy proxy variables
Claude Code settings JSON
Support-ready diagnostics
Tutorial first

If you came to configure the app, skip straight to the tutorial.

The tutorial is organized by client: Kilo Code, Cursor, Claude Code Desktop, Windows cleanup, and support-safe verification.

  • Windows PowerShell
  • macOS zsh
  • copy-ready commands
  • support-safe hash check
Go to tutorial
What changes

A cleaner path from setup to productive coding.

The product is positioned around activation, configuration, and ongoing developer support, not generic AI hype.

Fast activation

Get a practical route to Claude Code access with a setup flow that makes the active configuration easy to inspect.

Configuration that survives restarts

The setup guide focuses on environment variables, settings files, and verification commands that reveal the active route.

Developer support

When something breaks, support can ask for hashes, env checks, and command output instead of guessing from screenshots.

Plans

Choose the capacity that matches your coding rhythm.

Pick a plan and talk to Wizard HUB on WhatsApp to activate access.

Claude x5 Starter

Starter x5

For solo developers, students, and lighter Claude Code workflows.

R$247/month
from R$ 550
  • Claude Code access path
  • Guided setup for Windows and macOS
  • Clean setup checklist
  • Community support channel
Choose this plan
Structural page

The important part: how the setup is supposed to be structured.

This section turns the sales page into a technical map. A visitor can understand what must exist before they ask support for help.

1. AccountChoose Starter x5 or Pro x20 and receive the credential format.
2. EnvironmentClear legacy proxy variables before setting the Wizard HUB endpoint.
3. Claude CodePersist the base URL and key in the shell and optional settings file.
4. VerificationRun a hash and environment check so support can confirm the route without seeing your full key.

Required values

A clean setup needs exactly the active base URL and API key. Old Anthropic auth tokens, LiteLLM variables, or proxy URLs can silently override the intended path.

ANTHROPIC_BASE_URL=https://hub.wizardmc.com.br ANTHROPIC_API_KEY=pk_your_key_here

Support-safe proof

Instead of sending the full key, send a short SHA-256 prefix plus the output that shows which environment variables are active.

python -c "import hashlib,os; k=os.environ['ANTHROPIC_API_KEY']; print(hashlib.sha256(k.encode()).hexdigest()[:12])"

What success looks like

Claude Code should call the Wizard HUB base URL, use the pk_ credential, and run without falling back to a stale proxy configuration.

Comparison

Why developers use Wizard HUB instead of trying to brute-force the official route.

The comparison is intentionally practical: setup, configuration, support, and recovery.

Need
Official path
Wizard HUB path
Onboarding
You assemble the setup alone
Guided activation over WhatsApp
Setup
You debug environment conflicts alone
Step-by-step setup and checks
Support
Generic docs and forum threads
WhatsApp support with concrete diagnostics
Recovery
Hard to know which credential is active
Hash, env, and settings verification
Workflow

Four steps from access request to first Claude Code session.

01

Choose plan

Tell support whether Starter x5 or Pro x20 fits your usage.

02

Receive credential

Use the provided pk_ key and the Wizard HUB endpoint.

03

Clean environment

Remove old proxy variables before saving the new values.

04

Verify route

Run a command that proves Claude Code is using the intended path.

Client tutorials

Set up Wizard HUB in the right client.

Before cleaning variables or changing terminal settings, choose where you will use Wizard HUB. Cursor and Kilo Code use the OpenAI-compatible flow; Claude Code Desktop uses third-party inference gateway settings.

VS Code extension
01

Kilo Code in VS Code

Use this when the person wants to use Wizard HUB inside VS Code through the Kilo Code extension.

  1. Open VS Code and install the Kilo Code extension.
  2. Open Kilo Code settings and go to the providers area.
  3. Choose custom provider.
  4. Use hubwizard as the provider name and ID.
  5. Save, wait for the models to load, and test in Kilo Code chat.
Provider: hubwizard Provider ID: hubwizard Base URL: https://hub.wizardmc.com.br/v1 API Key: pk_SUA_CHAVE_AQUI
Desktop gateway
03

Claude Code Desktop with Wizard HUB

Use this when the person wants to connect the Claude Code Desktop app directly to the Wizard HUB gateway.

  1. Open Claude Code Desktop and go to Help, then Troubleshooting.
  2. Enable Developer Mode, restart the app, and return to the three-dot menu.
  3. In Developer Mode, choose Configure third-party inference.
  4. Select Gateway, Static API Key, and the x-api-key authentication scheme.
  5. Add the base URL without /v1, paste the key, apply, and restart.
Gateway base URL: https://hub.wizardmc.com.br Authentication scheme: x-api-key Credential type: Static API Key API Key: pk_SUA_CHAVE_AQUI
Windows cleanup
04

Windows environment cleanup

Use this when the client keeps calling an old endpoint, old proxy, or wrong key.

View active variables
Get-ChildItem Env: | Where-Object { $_.Name -match "ANTHROPIC|CLAUDE|OPENAI|PROXY" }
Remove old variables
[Environment]::SetEnvironmentVariable("ANTHROPIC_API_KEY", $null, "User") [Environment]::SetEnvironmentVariable("ANTHROPIC_BASE_URL", $null, "User") [Environment]::SetEnvironmentVariable("HTTPS_PROXY", $null, "User")
Save correct values
[Environment]::SetEnvironmentVariable("ANTHROPIC_BASE_URL", "https://hub.wizardmc.com.br", "User") [Environment]::SetEnvironmentVariable("ANTHROPIC_API_KEY", "pk_SUA_CHAVE_AQUI", "User")
Safe support
05

Safe verification for support

If it still does not work, do not send the full key. Generate only a hash prefix to confirm which key is active.

$key = [Environment]::GetEnvironmentVariable("ANTHROPIC_API_KEY", "User") $hash = [System.BitConverter]::ToString([System.Security.Cryptography.SHA256]::HashData([Text.Encoding]::UTF8.GetBytes($key))).Replace("-", "").Substring(0, 12) "Key hash prefix: $hash"
  • Configured base URL
  • Client used: Cursor, Kilo Code, or Claude Code Desktop
  • Displayed error
  • Hash prefix
  • Screenshot or text of active variables, without showing the full key
Community

Built for developers who need the tool working today.

The key difference was knowing which environment variable was actually active. The support flow saved hours.

Backend Engineer

The direct setup checklist made Claude Code usable without guessing which configuration was active.

Solo Founder

I could send a hash prefix and debug safely without exposing the real key in chat.

Full-stack Developer
FAQ

Questions before you activate.

Is the site English by default?

Yes. A first-time visitor sees English. The selector stores Portuguese or Russian only after the visitor chooses it.

Does the setup work on Windows?

Yes. The structural guide includes PowerShell commands because most support cases need to inspect Windows user variables.

Can I use macOS?

Yes. The tutorial includes zsh commands and keeps the same base URL and key format.

What should I send support?

Send command output that shows active variables and a short hash prefix. Never send the full key in a public channel.

Which plan should I pick?

Starter x5 is best for lighter use. Pro x20 is for daily professional coding sessions.

Is this only a sales page?

No. The structural page and tutorial are part of the landing so visitors understand the configuration path before buying.
Ready

Activate Claude Code access and keep the setup traceable.

Open WhatsApp, choose the plan, and follow the structural checklist before your first session.

Talk to Wizard HUB