Dashboard Overview
The SpiderGate dashboard is where you manage everything the API does — agents, keys, usage, and traces — without writing code. It lives at https://app.spideriq.ai/dashboard/gate and is scoped to your brand: you only ever see your own agents, spend, and traces.
The dashboard has six tabs plus a full-screen playground.
The tabs
::table
Tab | Path | What it's for
Overview | `/dashboard/gate` | Brand KPIs — your agents, this month's requests, spend, and models — plus a recent-traces mini-table and quick actions.
Models | `/dashboard/gate/models` | The searchable, filterable catalog of every model SpiderGate can route to.
Usage | `/dashboard/gate/usage` | Your request and spend analytics over a date range.
Traces | `/dashboard/gate/traces` | A per-request log with full observability — see [Traces](/docs/observability/traces).
Keys | `/dashboard/gate/keys` | Your agent tokens, with budgets, rate limits, allowed models, and scopes — see [Agent Keys](/docs/dashboard/agent-keys).
Vault | `/dashboard/gate/vault` | Provider key management (BYOK) and the contributor invite flow — see [The Key Vault](/docs/dashboard/vault).Overview at a glance
The Overview tab is the home screen:
KPI cards — how many agents you have, how many requests this month, your spend, and how many distinct models you've used.
Agent usage — which of your agents are active and what they're consuming.
Recent traces — a mini-table of the latest requests; click through to the full Traces view.
Quick actions — jump to creating a key, opening the playground, or adding a vault key.
New to SpiderGate? The Overview includes a getting-started flow that walks you through minting your first agent key and sending a test request.
Models tab
The Models tab is the same catalog the GET /models endpoint returns, in a browsable UI: search by name, filter by provider, capability, or free-tier, and sort by usage, context window, or cost. It's the fastest way to find a model id for direct routing or to check whether a model is configured (has a usable key).
Usage tab
The Usage tab breaks down your requests and spend over a date range you choose. Use it to see trends, spot a runaway agent, or reconcile monthly cost. For request-level detail — the actual messages and per-span timing — use Traces instead.
The playground
Separate from the tabs, the Playground (/dashboard/gate/playground) is a full-screen chat interface for testing prompts, models, and streaming interactively — then copying the equivalent API code. See Playground.
Next steps
Mint your first token in Agent Keys.
Add a provider key in The Key Vault.
Inspect requests in Traces.