The Privacy-First
LLM API Gateway
Self-hosted local proxy for AI agents and code editors. Track token usage in real-time, audit API requests, and never let your API keys leave your machine.
No installation required. Instantly starts a local server on port 8080.
Built for Developers & AI Agents
Local Privacy
Your API keys (OpenAI, Anthropic) are stored locally on your machine. Tools like VS Code and Cursor only see your local proxy.
Token & Cost Tracking
Real-time visual gauges show you exactly how many tokens your agents are burning and calculates estimated costs instantly.
Live Audit Logs
Every request intercepted by the proxy is displayed in a beautiful, real-time dashboard so you can see exactly what your tools are sending.
The Ultimate Universal Proxy
OmniGate AI is designed to be the ultimate middleman. It works seamlessly with any modern coding assistant and can track tokens for almost any AI provider.
1. Works with ANY App Editor
Is your editor supported? YES.
Cursor, VS Code (Continue), Roo Code, Cline, PearAI, Aiderβif your tool has a setting for an "OpenAI Compatible Endpoint", it will work flawlessly.
Provider: OpenAI Compatible
Base URL: http://localhost:8080/v1
API Key: your-gateway-secret-key
2. Tracks ANY Company's API
Does it count tokens for X? YES.
Almost all new AI companies (DeepSeek, Grok, Groq, Together) copy OpenAI's standard API format. OmniGate instantly recognizes them.
- OpenAI Format: Works instantly out of the box.
- Anthropic: Custom token parser built-in!
- Gemini: Use their official OpenAI endpoint.
- Any New API: Just use the 'Custom Endpoint' dropdown in the dashboard!
3. Track Your Custom Apps
Building your own AI app?
Route your Python or Node.js apps through the proxy. Just change the base URL in the official OpenAI SDK and OmniGate will instantly track its tokens!
base_url="http://localhost:8080/v1"
api_key="your-gateway-key"
Seamless Integration
OmniGate AI is an OpenAI-compatible proxy. Simply tell your code editor or agent to point to your localhost, and we'll route it securely.
- 1. Run
npx omnigate-ai - 2. Open the Local Dashboard and configure your API keys.
- 3. Update your tool's settings:
Base URL: http://localhost:8080/v1API Key: your-gateway-secret-key