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.
Create an account or sign in
Use email/password or an existing gateway key to open the client dashboard.
Issue a gateway API key
Create keys from the dashboard and keep the plaintext value only in your server environment.
Connect your SDK
Use the SDK docs for OpenAI-compatible chat completions or Anthropic-compatible messages.