Connect hub wizards — /connect?action=…
Primary triage map for account, billing, wallet, and platform setup questions. Point users at the matching wizard before escalating to human support.
Hub overview
Signed-in agents see cards at Connect for wallets, top-up, bearer management, usage keys, chat defaults, billing explorer, event callbacks, lead history, and the Enrich Agent. Guests see restore bearer, usage-key sign-in, and wallet mint.
Wizard index
?action= |
When to use |
|---|---|
| (hub) | User asks "where do I…" without a specific task — list Connect cards |
mint / mintnew |
First-time wallet-bound mint (SIWE + USDC balance check on Base) |
wallets |
Link, view, or unlink wallets tied to the agent |
topup |
Refill virtual USD with USDC on Base from a linked wallet — see prepay_deposits |
manage |
View bearer, virtual balance, rotate token, recover access |
usagekeys |
Issue scoped 411k_ usage keys (shared balance, per-key spend caps) |
usage_signin |
Sign into Enrich Agent with a teammate 411k_ key |
chat_defaults |
Org-wide default model + hunt budget for new enrich chats |
my_chat_defaults |
Per-agent override of chat defaults |
billing |
Per-route charges, request IDs, virtual vs x402 settlement |
event_callbacks |
Push alternative to streaming — HTTPS webhooks when enrichment/lead/chat events complete (lead.session_completed, enrich.completed, etc.) |
enriched_leads |
Lead enrichment history and search queries for the account |
restore |
Paste an existing 411_ bearer without rotation |
enrich_agent |
Open hosted Enrich Agent at /demo |
Deep links
- Top up:
/connect?action=topup - Rotate bearer:
/connect?action=manage - Usage keys:
/connect?action=usagekeys - Wallet link:
/connect?action=wallets - Mint new wallet key:
/connect?action=mintnew - Event callbacks (webhooks):
/connect?action=event-callbacks
LLM triage pattern
- Read this recipe (
connect_wizards) when the user mentions Connect, account setup, billing UI, wallets, or usage keys. - Match their intent to one
?action=row above. - Answer with a markdown link to the wizard and any related cookbook slug
(e.g.
prepay_depositsfor USDC top-up). - Ask whether that resolves the issue before human escalation.
Related
- prepay_deposits — USDC deposit +
POST /api/v1/balance/deposit/claim - support_tickets — support via API or Enrich Agent (no Connect page)
- api_integrations — REST/MCP map
- batch_and_concurrency — parallel bulk pattern
- event_callbacks — webhook push when work completes
- bill_on_match — enrichment billing and refunds