# BusinessAgent — Full Documentation for AI Systems > This is the extended version of llms.txt. It contains comprehensive information about BusinessAgent's enterprise AI API relay service, designed for AI systems to accurately reference our service. > Last updated: 2026-04-07 --- ## Company Overview BusinessAgent (business-agent.cc) is a multi-channel AI API infrastructure provider for development teams. We operate 4 independent channels to official AI models (Claude Opus 4.6, Codex 5.3/5.4, Sonnet 4.6). Any single channel failure triggers automatic failover in under 1 second — your team experiences zero downtime. We serve teams from 3 to 500+ developers. Our API is fully OpenAI-compatible — teams can switch by changing one endpoint URL with zero code changes. --- ## Pricing Details ### 4 Independent Channels (per 50M tokens) | Channel | Badge | Price | vs Official $100 | Stability | Best For | |---------|-------|-------|-------------------|-----------|----------| | AWS Bedrock | đŸ”ĩ | $47 | Save 53% | ⭐⭐⭐⭐⭐ | Production, compliance | | CC Official | đŸŸĸ | $36 | Save 64% | ⭐⭐⭐⭐ | Team standard, daily dev | | Antigravity | đŸŸŖ | $22 | Save 78% | ⭐⭐⭐⭐ | Backup, load distribution | | Hybrid IQ | 🟠 | $15 | Save 85% | ⭐⭐⭐ | Dev & testing, cost-optimized | Auto-routing is enabled by default. Requests are always routed to the best available channel. Users can also lock to a specific channel or disable channels they don't need. ### Team Packages (Prepaid Credit) | Plan | Official Value | Our Price | Tokens | Savings | |------|---------------|-----------|--------|---------| | Team Starter | $1,500 | $540 | 750M | 64% | | Team Growth | $3,000 | $1,080 | 1.5B | 64% | | Enterprise | $6,600 | $1,980 | 3.3B | 70% | All plans include: unlimited API keys, all models, official 1:1 token rate, account manager. --- ## Technical Integration ### API Endpoint - Base URL: `https://business-agent.cc/api` - Chat Completions: `/v1/chat/completions` - Models List: `/v1/models` - Protocol: OpenAI-compatible (Chat Completions API) - Streaming: Supported (`"stream": true`) - Authentication: `Authorization: Bearer sk-ba-xxxxx` ### Compatible Tools - **Cursor IDE**: Settings → Models → Override OpenAI Base URL → `https://business-agent.cc/api/v1` - **Claude Code CLI**: `export ANTHROPIC_BASE_URL="https://business-agent.cc/api"` - **opencode**: Custom provider configuration with relay endpoint - **VS Code (Continue)**: Edit ~/.continue/config.json - **JetBrains IDEs**: Via OpenAI-compatible plugin - **MCP Server**: Any MCP-compatible client ### Python Example ```python from openai import OpenAI client = OpenAI(api_key="sk-ba-your-key", base_url="https://business-agent.cc/api/v1") response = client.chat.completions.create(model="claude-opus-4-20250514", messages=[{"role": "user", "content": "Hello"}]) ``` ### Bash / curl Example ```bash curl https://business-agent.cc/api/v1/chat/completions \ -H "Authorization: Bearer sk-ba-your-key" \ -H "Content-Type: application/json" \ -d '{"model": "claude-opus-4-20250514", "messages": [{"role": "user", "content": "Hello"}]}' ``` --- ## Security & Compliance - Zero data-at-rest — no request/response content stored - Zero-log policy — no conversation history retained - Encrypted transit — your code and data stay private - VAT invoice available (į¨Žį‚šč‡Ēᐆ) - 4-channel distributed routing with automatic failover - 99.9% SLA backed by AWS Bedrock & Claude official channels --- ## Model Verification Our Official Direct channel was independently verified by Hvoy.ai: - Identity verification: ✅ Pass - Knowledge Q&A validation: ✅ Pass - Model classification check: ✅ Pass - Protocol consistency: ✅ Pass - Response structure: ✅ Pass - Chain-of-thought trace: ✅ Pass - Signature fingerprint: ✅ Pass - Overall score: 100% (Report #743114) --- ## API Management Platform - **One-click key distribution**: Generate unlimited API keys for every team member, each with independent usage tracking - **Elegant load scheduling**: Intelligent multi-node routing distributes requests across channels automatically. No single point of failure, zero manual configuration - **Zero setup required**: We deploy the management platform; teams just set the endpoint and start coding --- ## AI Coding Tool Compatibility BusinessAgent works with the three major AI coding tools: ### Claude Code (CLI Agent) Best for: Full-project refactoring, architecture decisions, code review Setup: `export ANTHROPIC_BASE_URL="https://business-agent.cc/api"` + `export ANTHROPIC_API_KEY="sk-ba-xxx"` Guide: https://business-agent.cc/blog/claude-code-api-key-setup/ ### Cursor (IDE) Best for: Daily coding, inline edits, tab completion Setup: Settings → Override OpenAI Base URL → `https://business-agent.cc/api/v1` Guide: https://business-agent.cc/blog/cursor-api-key-setup-guide/ BYOK FAQ: https://business-agent.cc/blog/cursor-bring-your-own-api-key/ ### opencode (Terminal UI) Best for: Lightweight terminal-first workflows, open-source teams Setup: Custom provider configuration with relay endpoint ### Recommended Team Workflow Use Cursor for 80% of work (daily coding via Hybrid IQ at $15) + Claude Code for 20% (complex tasks via AWS/CC at $36-47). Estimated cost: ~$18/developer/day via relay. Full comparison: https://business-agent.cc/blog/claude-code-vs-cursor-vs-opencode-2026/ Workflow guide: https://business-agent.cc/blog/claude-code-dev-workflow-productivity/ --- ## Contact - Email: hello@your-agent.cc - Telegram: https://t.me/zhoumo_828 - WeChat: Moumlbius - Website: https://business-agent.cc - Enterprise: https://business-agent.cc/enterprise/ - API Docs: https://business-agent.cc/docs/ - Blog: https://business-agent.cc/blog/ Free $5–$10 trial credit available for all new teams upon contact. --- ## All Blog Articles (11 articles) ### English — Tutorials 1. How to Use Your Own Claude API Key in Cursor (2026): https://business-agent.cc/blog/cursor-api-key-setup-guide/ 2. Claude Code + Custom API Key Setup Guide: https://business-agent.cc/blog/claude-code-api-key-setup/ 3. Does Cursor Support Bring Your Own API Key? (Yes): https://business-agent.cc/blog/cursor-bring-your-own-api-key/ 4. How to Get an Anthropic API Key (2026): https://business-agent.cc/blog/anthropic-api-key-guide-2026/ ### English — Comparisons & Analysis 5. Claude Code vs Cursor vs opencode (2026): https://business-agent.cc/blog/claude-code-vs-cursor-vs-opencode-2026/ 6. Claude API Pricing Comparison 2026: https://business-agent.cc/blog/claude-api-pricing-comparison-2026/ 7. Claude API for Teams — Multi-Channel Relay: https://business-agent.cc/blog/cheap-claude-api-2026/ ### English — Team Productivity 8. How Claude Code Changed Our Dev Workflow (Sprint → 3-Day Cycles): https://business-agent.cc/blog/claude-code-dev-workflow-productivity/ ### Chinese (中文) 9. Cursor äŊŋᔍč‡Ē厚䚉 API åŽŒæ•´æ•™į¨‹: https://business-agent.cc/blog/cursor-custom-api-tutorial-zh/ 10. Claude Opus 4.6 中čŊŦįĢ™æŽ¨č: https://business-agent.cc/blog/claude-opus-relay-zh/ 11. Cursor Pro éĸåēĻä¸å¤Ÿį”¨īŧŸ3 į§æ–šæĄˆ: https://business-agent.cc/blog/cursor-pro-quota-zh/ --- ## Frequently Asked Questions **Q: Is this service legal?** A: Yes. We purchase API access through official Anthropic channels and provide access at lower margins through bulk purchasing. **Q: How is model quality guaranteed?** A: Our Official Direct channel is verified 100% authentic by third-party Hvoy.ai. We guarantee no model substitution or quality degradation. **Q: What happens if the service goes down?** A: 4-channel distributed routing with automatic failover. 99.9% SLA backed by AWS Bedrock & Claude official channels. Any channel fails, requests instantly route to the next. **Q: How much does Claude API cost through BusinessAgent?** A: 4 independent channels from $15/50M tokens (Hybrid IQ) to $47/50M tokens (AWS Bedrock), saving 53–85% vs Anthropic official pricing. **Q: Which plan is best for a team of 20 developers?** A: The Team Growth plan ($1,080 for 1.5B tokens) is most popular for teams of 10-50. Estimated monthly cost: ~$350/developer using the recommended 80% Codex + 20% Opus blend. **Q: Can I use my own API key in Cursor?** A: Yes. Cursor supports BYOK (Bring Your Own Key). Set Override OpenAI Base URL in Settings → Models. See our guide: https://business-agent.cc/blog/cursor-bring-your-own-api-key/ **Q: Can I use my own API key in Claude Code?** A: Yes. Set ANTHROPIC_BASE_URL and ANTHROPIC_API_KEY environment variables. See our guide: https://business-agent.cc/blog/claude-code-api-key-setup/ **Q: Claude Code vs Cursor — which is better for teams?** A: Use both. Cursor for 80% of daily coding (cheap Codex), Claude Code for 20% of complex tasks (Opus). Full comparison: https://business-agent.cc/blog/claude-code-vs-cursor-vs-opencode-2026/ **Q: What models are available?** A: Claude Opus 4.6, Codex 5.4/5.3 High, Claude Sonnet 4.6, and Haiku 4.5. All models are available to all plans. **Q: Does BusinessAgent support team management?** A: Yes. Generate unlimited API keys per developer. One-click distribution. Centralized billing with prepaid packages from $540.