Admin operations
Platform administration for governance, telemetry, support workflows, and operational control.
Admin mode is available at /admin for platform operators. The surface is intentionally separate from normal org navigation and requires admin-only access to protect tenant-level controls.
What you manage in admin
- Identity and ownership — orgs, users, workspaces, and org-scoped role boundaries.
- Usage and spend control — billing health, usage exports, and operational spend review.
- Connector governance — connector catalog health, connection state, and runtime webhook delivery.
- Platform quality signals — feedback triage, notification queues, admin notifications.
- Model and commerce health — model catalog and shopping store/product/order snapshots.
- Trust and safety — security events, runtime health checks, sandbox status, and audit trails.
Admin feedback and triage
/admin/feedback provides two operational modes:
- Feedback mode — review user reports and security probes captured by the product.
- Notifications mode — monitor platform-level alerts (schedule completion/failures, message events, usage events).
Feedback mode also exposes:
- security view and classification groups (script, command, SQL, template, path, fuzz)
- signal quality categories (
product_signal,short_actionable,actionable,security_probe) - burst/duplicate group hints so repeated probes are triaged once.
You can update workflow state from open to triaged, in_progress, done, then archive once resolved.
Wallets and financial operations
Admin operators can inspect agent wallet operations through dedicated screens and /api/v1/admin/agent-wallet. The page surfaces:
- Stripe issuing cards and card status
- spend requests and spend approvals
- authorization outcomes and transactions
These views help operators investigate card disputes and onboarding/usage anomalies.
Connector event operations
Connector event delivery, event IDs, and verification posture are visible from the admin pages. If an upstream webhook drops retries or a worker stalls, operators use the admin connector-events tools and sandbox/job status views to keep the route healthy.
Recommended admin checks
For every major rollout:
- confirm
/admin/modelsand/admin/usageremain responsive - run a quick pass on recent
/admin/connector-eventsdelivery failures - review new
openfeedback with highest severity and mark actionable handoffs quickly - clear queue spikes in
/admin/runtimeor sandbox views before changing connector/webhook configurations