Platform Live

One gateway for
every AI call

Route, monitor, and optimize LLM requests across providers. Built-in billing, quota enforcement, key management, and a Mission Control dashboard for your whole team.

Start Free → See How It Works
5+
LLM Providers
<50ms
Proxy Overhead
100%
Usage Logged
BYOK
Bring Your Keys
Platform

Everything you need to operate AI

Moat sits between your app and your LLM providers — a single endpoint that handles auth, billing, quotas, analytics, and multi-provider routing.

Multi-Provider Proxy

One API endpoint, any model. Route to Google Gemini, Groq, Anthropic, OpenAI, or any OpenAI-compatible provider. Automatic failover between providers.

📊

Usage Analytics

Every request logged with tokens, latency, cost, model, and user. Granular dashboards show spend by team, model, and time period.

🔑

Key Management

BYOK (Bring Your Own Key) or use shared pools. Per-org API keys with rotation, scoped to specific models and rate limits.

⚖️

Quota Enforcement

Per-org request limits, token budgets, and rate limiting. Hard and soft limits with configurable overage policies. Never blow your budget.

🏗️

Mission Control

Bundled ops dashboard with 23 panels: team roster, agent orchestration, deploy guardian, prompt management, alerts, and health monitoring.

🤖

Agent Orchestration

Register AI agents alongside human operators. Brain vs Muscles routing sends expensive reasoning to big models and volume work to fast models.

Integration

Three lines to switch

Point your OpenAI SDK at Moat. Everything else stays the same.

Python
from openai import OpenAI

client = OpenAI(
  base_url="https://moat.theemoneytree.me/v1",
  api_key="sk-mt-your-org-key", # from Moat dashboard
)

response = client.chat.completions.create(
  model="gemini-2.5-flash-lite", # or llama-3.3-70b-versatile, etc.
  messages=[{"role": "user", "content": "hello"}]
)

Create an org

Sign in with email and password. Moat provisions your org, generates an API key, and assigns a tier with quota limits.

Point your SDK

Set base_url to Moat's proxy endpoint. Use any OpenAI-compatible client — Python, Node, curl.

Choose your model

Request any supported model. Moat routes to the right provider, logs usage, checks quotas, and returns the response.

Monitor everything

Open Mission Control to see real-time usage, costs, latency, and team activity across every model and member.

Unique to Moat

Your AI agents remember everything

Every other LLM proxy just routes requests. Moat gives your agents persistent memory across sessions — so they pick up exactly where they left off.

🛡️

AgentGuard

Register AI agent projects, track tasks and decisions, take state snapshots, and auto-generate resume prompts. Your agents never lose context again.

🧠

TreeCall Memory

Three-tier memory system: working memory (curated context injected into every call), episodic logs (automatic extraction), and long-term archive with decay.

Zero-Cost Extraction

Memory extraction happens via heuristics after every response — under 15ms, no extra LLM call. Curation uses Gemini Flash Lite for ~$0.001 per run.

TreeCall Scheduler

CRON-based autonomous automation: schedule memory curation, context decay, cross-agent messages, webhooks, and LLM prompts — all running on a 60-second tick loop.

Auto-inject agent context
# Just add one header — Moat handles the rest
response = client.chat.completions.create(
  model="gemini-2.5-flash",
  messages=[{"role": "user", "content": "continue from yesterday"}],
  extra_headers={
    "X-AgentGuard-Project": "your-project-id"
  }
)
# → Moat auto-injects curated working memory as system context
# → After response, extracts key facts into episodic memory
Plans

Start free, scale as you grow

Every plan includes the Moat proxy and Mission Control dashboard. Upgrade when you need more calls, users, or agents.

Free
$0 / mo
Get started with AI ops basics
  • 100 API calls / month
  • 2 team members
  • 1 AI agent
  • Basic usage dashboard
  • Community support
Get Started
Starter
$29 / mo
For small teams shipping with AI
  • 5,000 API calls / month
  • 5 team members
  • 5 AI agents
  • Full Mission Control
  • Prompt management
  • Email support
Start Trial
Enterprise
Custom
For large orgs with custom needs
  • Unlimited API calls
  • Unlimited members
  • Unlimited agents
  • Custom model routing
  • SSO / SAML
  • SLA + dedicated support
  • On-prem deployment
Contact Us

Moat + Banyan Mission Control

Every Moat plan includes Banyan — a full AI operations dashboard with 23 panels for monitoring, agent orchestration, prompt management, alerts, and deploys.

🔌 Moat

AI Gateway & LLM Proxy

🌳 Banyan

Mission Control Dashboard

🤖 Agents

Orchestration & Routing

Get Started Free →