Overview

ApiGo’s product surface is organized around one idea: every model behind one OpenAI-compatible gateway, with keys, routing, usage, logs, and billing in a single workspace.

Public product pages

Page URL What it is for
Home / Positioning: one API, smart routing, USD billing
Models /models Browse model IDs, context window, USD/1M pricing, capability tags
Chat /chat Signed-in playground that hits the same gateway as your apps
Pricing /pricing USD rules, Stripe invoices, in-workspace top-up, balance alerts
Enterprise /enterprise Enterprise product page; apply and activate flows
Docs /docs Lightweight in-app quickstart that links here

Workspace modules

Sign in and open Workspace. The sidebar groups work into:

Workspace

Module Path Use it to…
Overview /workspace/overview See balance, month spend, active keys, recent logs, and quick links
API Keys /workspace/api-keys Create, rotate, pause, and limit keys
Routing /workspace/routing Define model scope, fallback chains, priority, and key binding
API Health /workspace/health Check upstream / interface health (workspace managers)
Usage /workspace/usage Trends by requests, tokens, and spend
Call Logs /workspace/logs Debug individual requests (status, latency, model hit)
Audit Log /workspace/audit Review configuration and security-sensitive actions

Account

Module Path Use it to…
Company /workspace/company Enterprise workspace profile and members
Billing /workspace/billing Top up via Stripe, view invoices and balance
My invitations /workspace/invitations Accept or review workspace invites
Profile /workspace/profile Personal account and security settings

Typical first-week workflow

  1. Sign in and land on Workspace → Overview.
  2. Top up under Billing if the balance is empty (USD, Stripe Checkout).
  3. Create an API key under API Keys; set spend / RPM limits if needed.
  4. Pick a model on Models (or GET /v1/models).
  5. Call https://api.apigo.ai/v1/chat/completions from your backend.
  6. Confirm the request in Call Logs and Usage.
  7. Optional: create a Routing policy with fallbacks before production traffic.

Privacy defaults

ApiGo does not retain your request content for model training. Billing is USD-only with Stripe invoices. See the Pricing page for billing rules.