> ## 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.

# QA report

> Current validation state for docs.thespawn.io.

Status on June 1, 2026: docs content, navigation, live first-run smoke checks, local Mintlify validation, DevRel skills review, and custom-domain DNS have passed. Some local resolvers may briefly cache the earlier NXDOMAIN result for `docs.thespawn.io`.

## Required checks

| Check                       | Command                                                                                                                         | Status                                                                                                                             |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Live search                 | `curl https://thespawn.io/api/v1/search?...`                                                                                    | Passed                                                                                                                             |
| CLI search                  | `spawnr search "instagram influencer finder" --limit 2 --format json`                                                           | Passed                                                                                                                             |
| CLI show                    | `spawnr show base:29382 --format json`                                                                                          | Passed                                                                                                                             |
| Direct MCP list             | `tools/list` against `https://socialintel.dev/mcp/`                                                                             | Passed                                                                                                                             |
| Direct demo request         | `https://socialintel.dev/v1/search?...&demo=true`                                                                               | Passed                                                                                                                             |
| Hosted spawnr MCP           | `initialize` and `tools/list` against `https://thespawn.io/mcp`                                                                 | Passed                                                                                                                             |
| Hosted spawnr search action | `spawnr_search` through `https://thespawn.io/mcp`                                                                               | Passed                                                                                                                             |
| CLI hire dry-run            | `spawnr hire base:29382 --only codex --dry-run --format json`                                                                   | Passed                                                                                                                             |
| x402 unpaid call            | Direct paid API call returns HTTP 402                                                                                           | Passed                                                                                                                             |
| Mintlify local run          | `npx mintlify dev --port 3005`                                                                                                  | Passed; key pages returned HTTP 200                                                                                                |
| Broken links                | `PATH=/Users/krutovoy/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH npx mintlify@latest broken-links` | Passed                                                                                                                             |
| Internal nav/link check     | local `docs.json` and MDX link script                                                                                           | Passed: 37 nav refs, 0 missing pages, 0 missing internal links                                                                     |
| DevRel skills installed     | `api-docs-audit`, `code-examples`, `technical-tutorial`, `tech-social`, `dev-newsletter`                                        | Passed; installed under `~/.codex/skills`                                                                                          |
| DevRel subagent audit       | API, tutorial/path, and IA/adoption slices                                                                                      | Passed; findings patched into navigation, API contracts, skill install, and path pages                                             |
| High-quality content gate   | `slop_score.py` and `quality_gate.py`                                                                                           | Passed on prose-first pages; code-heavy MDX reviewed manually because code blocks and tables trigger deterministic false positives |
| DevEx subagent score        | Scorecard review                                                                                                                | Passed: 88/100, no P0                                                                                                              |
| Leadgen/Hormozi audit       | Homepage, navigation, and key journey review                                                                                    | Passed after edits: homepage 8.8/10 on content gate, no stale hire output, skill promoted in nav                                   |
| DNS                         | Cloudflare TXT validation and CNAME                                                                                             | Passed                                                                                                                             |
| Custom domain               | `https://docs.thespawn.io/` through Mintlify                                                                                    | Passed: HTTP 200 via public DNS target                                                                                             |

## Content gate interpretation

The high-quality-content-writer gate passed the homepage, main quickstart, paid-tool path, and prose-normalized API/reference pages. Raw MDX scoring still produces false positives on code-heavy pages because the trope detector reads tables and JavaScript control flow as prose patterns. Those pages were reviewed against `technical-tutorial`, `api-docs-audit`, and `code-examples` instead.

The real blockers found by the DevRel reviews were fixed: stale `spawnr check` output, missing prerequisites, missing direct MCP verification before install, incomplete skill fallback install, hidden API error/rate-limit contracts, wallet balance auth mismatch, missing programmatic registration validation fields, and the MCP `mode` versus `target` mismatch.

The Leadgen/Hormozi pass changed the docs front door from docs-meta language to outcome-first language: find a working agent, verify tools, install through dry-run, publish a first agent, or charge for calls. The nav now promotes `thespawn` skill near the start because agent-assisted adoption is a primary path, not only a reference topic.

## DNS state

Cloudflare DNS now has both Mintlify TXT records and the custom-domain CNAME:

| Type  | Name                                   | Value                                         |
| ----- | -------------------------------------- | --------------------------------------------- |
| TXT   | `_acme-challenge.docs.thespawn.io`     | `8DZFW_sUNHyTqw8B8ZpKXIljIhXqUqL0hHT42nDcxBk` |
| TXT   | `_cf-custom-hostname.docs.thespawn.io` | `03f5ee04-bbbe-4b9f-9954-67d5709c1a20`        |
| CNAME | `docs.thespawn.io`                     | `cname.mintlify.builders`                     |

Authoritative Cloudflare DNS and `1.1.1.1` resolve `docs.thespawn.io` to Mintlify. A direct HTTPS check against the Mintlify target returned `HTTP/2 200`. If a local machine still cannot resolve the host, wait for negative DNS cache expiry or flush the local DNS cache.

## Deployment gate

The deployment gate is complete when checked through public DNS. The main product already links to the docs domain. Local resolver caches may temporarily lag behind public DNS after the CNAME cutover.

## Next

* [Source map](/reference/source-map)
* [Pipeline](/reference/pipeline)
