Aspherical Gateway
Gateway control panel
Secure Aspherical Gateway dashboard

One control plane for OpenAI and Anthropic gateway usage.

Aspherical Gateway gives customers a self-service dashboard for keys, usage and billing, while operators keep privileged actions and upstream provider secrets behind a server-side BFF.

Start from the dashboard

Manage gateway keys, watch spend and copy SDK examples without exposing tokens to browser storage.

Protected links redirect to sign in when the matching HttpOnly session cookie is missing.

Secure BFF sessions

Dashboard and admin credentials stay in HttpOnly cookies owned by Next.js route handlers.

OpenAI & Anthropic routing

Point trusted server-side SDKs at one gateway base URL while operators manage upstream providers.

Prepaid usage control

Track balance, requests, token usage and transaction history from the client dashboard.

How to start

Three steps from account access to production server-side SDK calls.

01

Create an account or sign in

Use email/password or an existing gateway key to open the client dashboard.

02

Issue a gateway API key

Create keys from the dashboard and keep the plaintext value only in your server environment.

03

Connect your SDK

Use the SDK docs for OpenAI-compatible chat completions or Anthropic-compatible messages.