EveryDev.ai
Subscribe
Home
Tools

3,484+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. ngrok AI Gateway
    ngrok AI Gateway icon

    ngrok AI Gateway

    AI Infrastructure
    Featured

    A hosted AI gateway that routes requests to any LLM provider—public APIs, custom endpoints, or self-hosted models—with built-in observability, access control, and key management.

    Visit Website

    At a Glance

    Pricing
    Paid
    Usage-Based: $0 usage-based

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI InfrastructureLLM OrchestrationAccess Control

    Alternatives

    OtariContext-Gatewayfak — the Fused Agent Kernel
    Developer
    ngrokSan Francisco, CAEst. 2015$50M raised

    Listed Aug 2026

    About ngrok AI Gateway

    ngrok AI Gateway is a hosted routing layer that unifies every AI model you use—public providers like OpenAI and Anthropic, custom endpoints, and locally self-hosted LLMs—behind a single URL. Built by the team behind the widely used ngrok tunneling platform, it is designed to let developers swap a single baseURL and API key to start routing without deploying additional infrastructure.

    What It Is

    ngrok AI Gateway sits between your application and any number of AI model providers, acting as a centralized control plane for LLM traffic. It is accessed via https://gateway.ngrok.ai and is compatible with the OpenAI SDK, Anthropic SDK, and Vercel AI SDK out of the box. The gateway handles routing, retries, failover, observability, and access control so application code does not have to.

    How Routing Works

    The gateway accepts a standard API call and forwards it to whichever provider or model you have configured. Key routing behaviors include:

    • Automatic failover: When a model or key slows or fails, requests reroute to a healthy alternative without user-visible errors.
    • Automatic retries: Failed requests are retried instantly without requiring error-handling logic in the application.
    • Local LLM support: Self-hosted models reachable from the gateway (e.g., via Ollama) can be routed to over private connectivity, with no public IP or inbound port required.
    • Fully programmable: The gateway is configurable entirely through APIs, making it compatible with coding agents, Terraform, CLI tooling, or custom automation.

    Key Management and BYOK

    ngrok AI Gateway supports a bring-your-own-keys (BYOK) model. Developers drop their existing OpenAI, Anthropic, or custom provider keys into the gateway, and the gateway routes through them. Billing for inference goes directly to the provider at the developer's existing rates. Alternatively, ngrok keys can be used and inference is passed through at cost. All keys are managed in one place regardless of provider.

    Access Control and Observability

    Each application or developer can be issued a separate scoped access key that restricts which providers and models it is permitted to call. This eliminates the need to share a single key that grants broad access. On the observability side, the gateway aggregates token usage, latency, and error data across every routed call—broken down by app, developer, and model—filling a gap that provider dashboards alone cannot address.

    Pricing Model

    The gateway charges a flat per-token routing fee on top of inference costs. Credits are purchased up front and drawn down as requests are routed, with no subscription or commitment required. When BYOK is used, inference is billed directly by the provider and only the routing fee applies.

    Current Status

    ngrok AI Gateway is live and accepting signups at app.ngrok.ai. It was featured on Product Hunt (post ID 1204933) and is positioned as a standalone product alongside ngrok's existing universal gateway and localhost-sharing offerings.

    ngrok AI Gateway - 1

    Community Discussions

    Be the first to start a conversation about ngrok AI Gateway

    Share your experience with ngrok AI Gateway, ask questions, or help others learn from your insights.

    Pricing

    Usage-Based

    Flat per-token routing fee. Buy credits up front; drawn down as you route. Use ngrok keys (inference at cost) or BYOK (provider bills you directly). No subscription or commitment.

    $0
    usage based
    • Route to any LLM provider
    • Bring Your Own Keys (BYOK) support
    • Automatic failover and retries
    • Observability: tokens, latency, errors
    • Scoped access keys
    • Private local LLM connectivity
    • Fully programmable via API/CLI/Terraform
    View official pricing

    Capabilities

    Key Features

    • Single URL routing to any LLM provider
    • Automatic failover and retries
    • Private connectivity to self-hosted/local LLMs
    • Bring Your Own Keys (BYOK) support
    • Scoped access keys per app or developer
    • Token, latency, and error observability dashboard
    • Fully programmable via API, CLI, and Terraform
    • Compatible with OpenAI SDK, Anthropic SDK, and Vercel AI SDK
    • Credit-based usage with no subscription required

    Integrations

    OpenAI
    Anthropic
    Ollama
    Vercel AI SDK
    Terraform
    CLI
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate ngrok AI Gateway and help others make informed decisions.

    Developer

    ngrok

    ngrok builds developer infrastructure for connecting applications to the internet and to AI models. The company is best known for its localhost tunneling tool used by millions of developers, and has expanded into a universal gateway platform and AI Gateway product. ngrok's products focus on eliminating infrastructure complexity—letting developers route, secure, and observe traffic without managing servers or public IPs.

    Founded 2015
    San Francisco, CA
    $50M raised
    81 employees

    Used by

    GitHub
    Zoom
    Twilio
    Okta
    +4 more
    Read more about ngrok
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Otari icon

    Otari

    An open-source, OpenAI-compatible LLM gateway built by Mozilla.ai that puts a single endpoint in front of 40+ AI providers with virtual keys, budgets, and usage tracking.

    Context-Gateway icon

    Context-Gateway

    An open-source context gateway for AI applications that manages and compresses context to optimize LLM token usage and reduce costs.

    fak — the Fused Agent Kernel icon

    fak — the Fused Agent Kernel

    A single Go binary that turns any tool-using AI agent (Claude Code, Codex, Cursor, OpenAI/Anthropic/MCP clients) into a managed agent with cache-stable model traffic, nanosecond tool-call policy, and context compaction.

    Browse all tools

    Related Topics

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    343 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    200 tools

    Access Control

    AI-enhanced tools for managing authentication and authorization.

    28 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions