# HongMaCode > HongMaCode is an AI API relay service platform designed for Chinese developers, providing stable domestic direct connection to Claude Code, Codex, Gemini and other AI programming tools. ## Product Overview HongMaCode solves the pain points of domestic developers using international AI programming tools: - No need for VPN, domestic direct connection - Supports Alipay and WeChat payment - Millisecond response, official-level channel - Full model support, including Claude Code, Codex CLI, Gemini CLI ## Supported AI Tools ### Claude Code Official AI programming assistant from Anthropic, supports code generation, refactoring, debugging and other functions. ### Codex CLI OpenAI command line AI programming tool with powerful code completion and generation capabilities. ### Gemini CLI Google AI programming assistant with multimodal support, code understanding and generation. ### Droid CLI Multi-model AI programming tool, flexibly switch between different AI services. ## Pricing ### Monthly Card - Fixed monthly fee - Daily usage limit - Quota resets daily at 00:00 UTC+8 - Suitable for stable daily use ### Quota Card - One-time purchase - No time limit - Pay as you go - Suitable for temporary high-frequency use ## Quick Start ### Configuration Steps 1. **Register Account** Visit https://hongmacode.com to register 2. **Get API Key** Log in to the console and view your key on the API Keys page 3. **Install AI Programming Tools** ```bash # Claude Code npm install -g @anthropic-ai/claude-code # Codex CLI npm install -g @openai/codex # Gemini CLI npm install -g @google/gemini-cli ``` 4. **Configure Environment Variables** ```bash # Claude Code export ANTHROPIC_BASE_URL=https://hongmacode.com/api export ANTHROPIC_API_KEY=your-api-key # OpenAI/Codex export OPENAI_BASE_URL=https://hongmacode.com/openai export OPENAI_API_KEY=your-api-key ``` 5. **Start Using** After configuration, you can use AI programming tools normally ## Documentation Links - Quick Start: https://hongmacode.com/docs - Windows Guide: https://hongmacode.com/docs#install-windows - macOS Guide: https://hongmacode.com/docs#install-macos - Linux Guide: https://hongmacode.com/docs#install-linux - IDE Integration: https://hongmacode.com/docs#ide - FAQ: https://hongmacode.com/docs#faq ## API Endpoints | Service | Endpoint | |---------|----------| | Claude API | https://hongmacode.com/api | | Gemini API | https://hongmacode.com/gemini | | OpenAI API | https://hongmacode.com/openai | ## Service Features ### Fast Response Global multi-node deployment, intelligent routing optimization, ensuring fast response for every request. ### Secure and Reliable Enterprise-level security protection, encrypted data transmission, protecting your code and data security. ### High Availability Distributed architecture design, automatic failover, ensuring 99.9% service availability. ### Easy Integration Just modify the API address to use, no need to change existing code logic. ### Full Compatibility Fully compatible with official APIs, supports all features of Claude Code, Codex, etc. ## Contact - Website: https://hongmacode.com - Email: help@hongma.cc ## Copyright © 2026 HongMaCode. All rights reserved.