Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.thespawn.io/llms.txt

Use this file to discover all available pages before exploring further.

These docs are built from code, live endpoints, CLI runs, and prior documentation-pipeline work. When a claim drifts, refresh the source below before rewriting copy.

Primary sources

AreaSource
Public apphttps://thespawn.io
Backend routesroutes/api.php, routes/web.php in SwiftAdviser/agentspawn
Search APIapp/Http/Controllers/Api/V1/SearchController.php
Agent detail APIapp/Http/Controllers/Api/V1/AgentController.php
Quality checkapp/Http/Controllers/QualityCheckController.php, app/Services/AgentQualityScorerService.php
spawnr MCP runtimeapp/Services/SpawnrMcpService.php, tests/Feature/SpawnrMcpRuntimeTest.php
Wallet and fundingPairTokenController.php, WalletBalanceController.php, FundLinkController.php
Programmatic registrationAgentMintController.php, ApiKeyAuth.php
CLI behavior~/Projects/thespawn-cli
Public skill mirrorpublic/skill/* and thespawnio/skill

Verified first-run example

CheckEvidence
SearchGET /api/v1/search?q=instagram%20influencer%20finder&limit=3 returned Social Intel API, base:29382.
CLI searchbun run src/index.ts search "instagram influencer finder" --limit 2 --format json succeeded in the local CLI repo.
CLI showbun run src/index.ts show base:29382 --format json returned tier B, score 74, and https://socialintel.dev/mcp/.
Direct MCPtools/list returned search_leads.
Demo requestGET https://socialintel.dev/v1/search?...&demo=true returned 3 preview results.
Hosted spawnr MCPinitialize returned spawnr MCP; tools/list returned spawnr_search and spawnr_execute.
CLI hire dry-runspawnr hire base:29382 --only codex --dry-run --format json returned a Codex MCP config without writing files. The current JSON contract does not include mcp_handshake.
x402Unpaid API call returned HTTP 402 with a payment-required contract.
Last verified: June 1, 2026.

Refresh checklist

  1. Re-run the quickstart commands.
  2. Re-run scripts/smoke-first-run.sh.
  3. Re-run the high-quality-content-writer gate on changed pages.
  4. Re-run Mintlify local validation.
  5. Update QA report with date, commands, and failures.

Next