logo
icon

Claude Cloak

Lightweight API proxy that cloaks requests as Claude Code CLI format

template cover
Dideploy10 kali
Penerbitwaylon256yhw
Dibuat2025-12-25
Layanan
service icon
Tag
ToolAPIProxy

Claude Cloak

A lightweight reverse proxy that cloaks API requests as Claude Code CLI format.

Features

  • Request Cloaking: Transforms requests to appear as Claude Code CLI
  • IP Obfuscation: Optional WARP SOCKS5 proxy support
  • Multi-Credential Management: Store and switch between API credentials
  • Admin Panel: Web UI for management at /admin/
  • Streaming Support: Full SSE streaming with backpressure handling
  • Parameter Normalization: Automatically strips top_p/top_k to prevent upstream errors

Configuration

After deployment, access the Admin Panel at https://your-domain/admin/ using your PROXY_KEY.

Usage

curl -X POST https://your-domain/v1/messages \
  -H "Authorization: Bearer YOUR_PROXY_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-20250514",
    "max_tokens": 1024,
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Links