One Control Plane
For Every Model You Use

A single, OpenAI- and Anthropic-compatible endpoint in front of every provider. Your keys stay central and encrypted, your fleet never holds them, and every call is governed, metered, and audited — with smart routing and load-balancing built in.

15+
Providers
0
Keys on Devices
1
Endpoint to Govern
100%
Calls Metered

Point any OpenAI- or Anthropic-compatible client — including every Aura Workshop node in your fleet — at your gateway URL with a gateway token. Configure once; govern everywhere.

The governed front door to every LLM provider

Aura Gateway is a multi-tenant, multi-modal proxy. Clients speak the standard OpenAI or Anthropic API; the gateway resolves the right provider, injects the central key, enforces your policy, balances load, and meters spend — then streams the response straight back. Chat, responses, messages, embeddings, images, voice, video, and music all flow through the same governed path.

Drop-in compatible

Works with any OpenAI- or Anthropic-compatible SDK or tool. Change the base URL and key — nothing else.

Multi-modal

Text, embeddings, images, speech, video, and music — one endpoint, one policy, one bill.

Hosted or self-hosted

Use our hosted gateway, or run your own on-prem with the same image — your data path, your control.

Bring Your Own Key

Your provider keys. Central, encrypted, invisible to the fleet.

Add each provider's API key once in the portal. Keys are encrypted at rest with a master key that never leaves the server, and they are never distributed to devices. Every node and app authenticates with a revocable gateway token instead — so a lost laptop never means a leaked provider key.

Encrypted at rest

Keys sealed with a server-side master key. Plaintext is shown once on entry and never again.

Zero keys on endpoints

Devices carry a scoped gateway token, not the real key. Revoke a token without touching the key.

Any provider

Built-in support for the major providers — plus a custom-provider option for anything OpenAI-compatible.

Rotate centrally

Swap or rotate a key in one place; the whole fleet picks it up instantly — no redeploy.

Policy that follows every request

Draft and publish a versioned policy in the portal; the gateway enforces it on every call and pushes it down to your managed fleet. Allow or block specific models, require zero-data-retention models, cap tool categories, and constrain who can do what — centrally, with a full history.

Model allow / block

A hard ceiling on which models your org can call. Block-list always wins; allow-list caps the rest.

Zero-data-retention

Flip ZDR on and only zero-retention models are permitted — enforced server-side, not on trust.

Roles & RBAC

Owner, admin, auditor, billing, member — least-privilege control over keys, policy, and spend.

SSO & SCIM

Single sign-on and directory-synced provisioning via your identity provider (WorkOS).

Versioned policy

Every policy is versioned and republishable. Roll forward or back; the fleet pulls the change.

Operator console

Cross-tenant staff plane for managing orgs, seats, lifecycle, and user administration.

Security

Secure by construction, auditable by default

Security isn't a setting you remember to turn on — it's the default path. Secrets are encrypted, prompts are scrubbed before they leave your perimeter, and every action is written to a tamper-evident log you can verify cryptographically.

DLP & redaction

Inbound guardrails detect and redact secrets, PII, and prompt-injection before a request reaches any provider.

Encrypted secrets

Provider keys and credentials are encrypted at rest; the master key is never shipped to clients.

Hash-chained audit

An append-only, hash-chained audit log of every sensitive action — verifiable for tamper-evidence.

Revocable tokens

Per-device gateway and ingest tokens you can restrict, disable, unenroll, or revoke at any time.

ZDR enforcement

Zero-data-retention is enforced at the gateway — non-compliant models are refused, not merely discouraged.

On-prem option

Run the entire gateway inside your network so no prompt or response ever leaves your infrastructure.

Know — and cap — every dollar

The gateway meters every call and attributes cost to the user and model behind it. Set per-user daily and monthly limits that are enforced in real time, watch organization budgets, and stop runaway spend before it happens — across every provider at once.

Per-user caps

Daily and monthly USD limits per user, enforced on the request path — not after the invoice.

Org budgets

Track month-to-date spend against a budget with alert thresholds before you hit the ceiling.

Full attribution

Every call metered with cost, tokens, latency, and routing tier — by user, model, and provider.

Cross-provider

One spend view spanning every provider you use, instead of a dozen separate dashboards.

Routing & Load Balancing

Send auto — get the right model, every time

Point a request at the model auto and the gateway scores the prompt's complexity and weight-picks a model from the matching tier — simple, standard, complex, or reasoning. Add multiple keys per provider to spread load by weight, and define a fallback order so a single provider outage never stops your fleet.

Smart auto-routing

Prompt complexity is scored centrally and resolved to a tier model — cheap work stays cheap.

Weighted load-balancing

Multiple keys per provider, each taking a share of traffic proportional to its weight.

Automatic failover

On a provider error, the gateway fails over across the tier and your global fallback order.

Health-aware

Latency and rate-limit signals feed dynamic strategies so traffic favors what's healthy.

Drain without downtime

Disable a key to drain it gracefully instead of deleting — rotate providers with zero interruption.

Tier pinning

Pin a tier with auto:standard or auto:complex when you want control.

Govern your whole fleet from one place

Drop an enrollment file next to Aura Workshop (or push it via MDM) and the device self-registers as a managed node. From then on it sources its models from your gateway catalog, routes every call through the gateway, and inherits your policy, spend caps, and managed MCP servers — with those settings locked so users can't override them.

Self-enrolling nodes

One enrollment file; devices register themselves and appear in your fleet — no per-machine setup.

Locked & managed

Provider keys, models, routing, and guardrails are governed centrally and read-only on the device.

Managed MCP servers

Push MCP servers — dependencies and skills included — to every node and keep them in sync.

Live policy push-down

Publish a policy and the fleet pulls it on its next sync — allow-lists, ZDR, caps, and more.

Restrict, disable, unenroll

Cut a device's access, free its seat, or revert it to unmanaged — from the portal, instantly.

Fleet telemetry

Content-free usage and cost telemetry rolls up per device, user, and model in the portal.

Supported Providers

Built-in providers — plus anything OpenAI-compatible

Add a key for any of these out of the box, or define a custom provider with its own name, base URL, and key.

Anthropic

Claude Opus, Sonnet, Haiku

OpenAI

GPT-5, GPT-4o, o-series

Google

Gemini 2.5 Pro & Flash

DeepSeek

DeepSeek V3, Reasoner

Moonshot / Kimi

Long-context K2 models

MiniMax

Text, voice, video, music

xAI

Grok models

Groq

Ultra-low-latency inference

Mistral · Together

Open-weight model hosts

Zhipu · Xiaomi · SiliconFlow

Leading providers

OpenRouter · ElevenLabs

Aggregation & voice

Custom

Any OpenAI-compatible base URL

Live in four steps

01 Add your provider keys

Enter each provider's key once in the portal. They're encrypted at rest and never leave the server.

02 Publish a policy

Set allowed/blocked models, ZDR, spend caps, guardrails, and routing — versioned and republishable.

03 Enroll your fleet

Distribute the enrollment file with Aura Workshop. Each device self-registers and gets a gateway token + URL.

04 Point any client at the gateway
curl https://gateway.secureinsights.ai/v1/chat/completions \ -H "Authorization: Bearer $AURA_GATEWAY_TOKEN" \ -d '{"model":"auto","messages":[{"role":"user","content":"hi"}]}'

Put every model behind one governed door

Central keys, enforced policy, real spend control, and smart routing — for your whole company.