| Public app | https://thespawn.io |
| Backend routes | routes/api.php, routes/web.php in SwiftAdviser/agentspawn |
| Search API | app/Http/Controllers/Api/V1/SearchController.php |
| Agent detail API | app/Http/Controllers/Api/V1/AgentController.php |
| Quality check | app/Http/Controllers/QualityCheckController.php, app/Services/AgentQualityScorerService.php |
| spawnr MCP runtime | app/Services/SpawnrMcpService.php, tests/Feature/SpawnrMcpRuntimeTest.php |
| Wallet and funding | PairTokenController.php, WalletBalanceController.php, FundLinkController.php |
| Programmatic registration | AgentMintController.php, ApiKeyAuth.php |
| CLI behavior | ~/Projects/thespawn-cli |
| Public skill mirror | public/skill/* and thespawnio/skill |