Download CLI Tool v<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- __ROBOTS_META__ --> <!-- __GA_SNIPPET__ --> <link rel="icon" href="/favicon.svg" type="image/svg+xml" /> <title>outgate.ai | AI Gateway & Guardrails Platform</title> <meta name="description" content="Enterprise AI gateway with built in guardrails. Route requests to any LLM provider, detect and anonymize sensitive data, enforce security policies. Deploy cloud or on premise. Free tier available." /> <link rel="canonical" href="https://outgate.ai" /> <!-- Open Graph --> <meta property="og:title" content="outgate.ai | AI Gateway & Guardrails Platform" /> <meta property="og:description" content="Route AI requests securely through a single gateway. Built in PII detection, content filtering, and policy enforcement for any LLM provider." /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://outgate.ai" /> <meta property="og:site_name" content="outgate.ai" /> <meta property="og:image" content="https://outgate.ai/images/og-image.png" /> <meta property="og:locale" content="en_US" /> <!-- Twitter --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="outgate.ai | AI Gateway & Guardrails Platform" /> <meta name="twitter:description" content="Enterprise AI gateway with guardrails. PII detection, content filtering, multi provider routing." /> <meta name="twitter:image" content="https://outgate.ai/images/og-image.png" /> <!-- Structured Data: WebSite (enables sitelinks search box) --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "name": "outgate.ai", "url": "https://outgate.ai", "description": "AI gateway and guardrails platform for secure LLM routing with PII detection, content filtering, and policy enforcement." } </script> <!-- Structured Data: SoftwareApplication --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "outgate.ai", "applicationCategory": "DeveloperApplication", "operatingSystem": "Cloud, On Premise", "description": "AI gateway and guardrails platform for secure LLM routing with PII detection, content filtering, and policy enforcement.", "url": "https://outgate.ai", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "EUR" } } </script> <!-- Structured Data: Organization --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "outgate.ai", "legalName": "Gatewise UG (haftungsbeschr\u00e4nkt)", "url": "https://outgate.ai", "logo": "https://outgate.ai/images/og-image.png", "address": { "@type": "PostalAddress", "streetAddress": "Beuthstr. 2", "addressLocality": "Berlin", "postalCode": "10117", "addressCountry": "DE" }, "sameAs": [] } </script> <!-- Structured Data: SiteNavigationElement (helps Google identify nav structure) --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "SiteNavigationElement", "position": 1, "name": "Features", "description": "AI gateway features including PII detection, content filtering, and multi-provider routing", "url": "https://outgate.ai/#features" }, { "@type": "SiteNavigationElement", "position": 2, "name": "Pricing", "description": "Free, Plus, and Pro plans for AI gateway and guardrails", "url": "https://outgate.ai/#pricing" }, { "@type": "SiteNavigationElement", "position": 3, "name": "Documentation", "description": "Getting started guides and API reference for outgate.ai", "url": "https://console.outgate.ai/docs" }, { "@type": "SiteNavigationElement", "position": 4, "name": "Console", "description": "outgate.ai management console for AI gateway configuration", "url": "https://console.outgate.ai" }, { "@type": "SiteNavigationElement", "position": 5, "name": "Support", "description": "Contact outgate.ai support team", "url": "https://console.outgate.ai/support" } ] } </script> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700;800&display=swap" rel="stylesheet" /> <script type="module" crossorigin src="/assets/index-C0VGgh12.js"></script> <link rel="stylesheet" crossorigin href="/assets/index-BkGUOkyp.css"> </head> <body> <div id="root"></div> </body> </html>

Terminal
$curl -fsSL http://127.0.0.1:35489/download/install.sh | sh
or download directly

Quick Start

1
og login

Authenticate via browser

2
og claude

Run Claude Code through outgate.ai

3
og status

View metrics and cost

IDE Integration

Use Claude Code with VS Code, Cursor, or any tool that supports API base URL override.

~/.bash_profile
$eval $(og env claude)