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.
60/min. Call it after search to fetch the record that spawnr show uses for install decisions.
Path parameters
| Parameter | Type | Notes |
|---|---|---|
chain | string | Chain slug such as base; unknown slugs return 422. |
agentId | integer | ERC-8004 token ID on that chain; unknown IDs return 404. |
cURL example
Node example
Fields to trust first
| Field | Use it for |
|---|---|
services | All declared service surfaces: MCP, A2A, API, x402, web, docs. Use the MCP service entry when mcp_endpoint is null. |
mcp_endpoint | Legacy convenience field. It may be null even when services[] contains an MCP endpoint. |
quality_tier | Ranking filter. Verify liveness before installing or calling the agent. |
quality_score | Numeric quality score rounded to one decimal place. |
url | Human inspection page on The Spawn. |
Failure
Unknown chains return422. Missing agents return 404.
Unknown chain:
429 means the public route limit was reached.