# subagentfinance · docs index

> Agent-readable index of every internal design + reference doc. HTML siblings exist for the load-bearing pages; everything else is markdown in the repo.

Canonical: https://www.subagentfinance.com/docs.md

## Primary (read in this order)

- **[Replay architecture — Netflix pattern × Cloudflare edge](https://github.com/subagentceo/subagentdispatch/blob/main/docs/replay-architecture.md)**
  How the record/replay layer is designed. Cassettes, match keys, SSE handling, REPLAY_MODE toggle, R2 cassette storage, source-corpus seeding strategy.
- **[Replay HTTP API reference](https://github.com/subagentceo/subagentdispatch/blob/main/docs/replay-api.md)**
  Prose reference for the public replay endpoints. /api/v1/replay (discovery), /api/v1/replay/<vertical>/<cookbook> (SSE), HEAD, OPTIONS, /api/v1/cassettes (listing). Response headers contract, error shape, health reporting.
- **[Cloudflare AI roadmap — 48-hour adoption shortlist](https://github.com/subagentceo/subagentdispatch/blob/main/docs/cloudflare-ai-roadmap.md)**
  Digest of recent Cloudflare AI changelog entries narrowed to 7 features that move the replay+dual-content strategy. AI Gateway, Sandbox SDK, Browser Run, AI Search, Kimi K2.6.
- **[Fleet architecture — 100 sites on Cloudflare](https://github.com/subagentceo/subagentdispatch/blob/main/docs/fleet-architecture.md)**
  Design for the 100-site domain fleet. One chassis, per-site differences in domain/vertical/cassettes/theme. Provisioning flow + manifest schema.
- **[Deploy setup — CI via GitHub Actions](https://github.com/subagentceo/subagentdispatch/blob/main/docs/deploy-setup.md)**
  One-time CLOUDFLARE_API_TOKEN setup. Workflow: typecheck → vitest → opennext build → wrangler deploy. Rollback path.

## Reference

- **[API versioning policy](https://github.com/subagentceo/subagentdispatch/blob/main/docs/api-versioning.md)**
  How /api/v1, v2 are managed.
- **[Authentication](https://github.com/subagentceo/subagentdispatch/blob/main/docs/authentication.md)**
  API key auth + Stripe-tied tier resolution.
- **[Vendor crawl strategy](https://github.com/subagentceo/subagentdispatch/blob/main/docs/crawl-strategy.md)**
  How llms.txt is fetched and snapshotted across vendors.
- **[Security review](https://github.com/subagentceo/subagentdispatch/blob/main/docs/security-review.md)**
  Threat model + scoped capability mapping for the Worker.
- **[Webhook event reference](https://github.com/subagentceo/subagentdispatch/blob/main/docs/webhook-events.md)**
  Stripe + internal webhook payload shapes.
- **[Operations playbook](https://github.com/subagentceo/subagentdispatch/blob/main/docs/operations-playbook.md)**
  Incident response, on-call runbook.
- **[PR pipeline](https://github.com/subagentceo/subagentdispatch/blob/main/docs/PR-PIPELINE.md)**
  Branch / review / merge conventions.

## Related surfaces

- https://www.subagentfinance.com/llms.txt — short version of this index
- https://www.subagentfinance.com/llms-full.txt — full content inlined
- https://www.subagentfinance.com/agents.json — JSON discovery surface
- https://www.subagentfinance.com/customize.md — animated demo (markdown sibling)