# Kirke Labs Agentic Web Readiness Evidence

Built: 2026-07-11

This is the human-readable companion to:

- Evidence JSON: https://www.kirkelabs.com/proof/agentic-web-readiness-evidence.json
- Receipt example: https://www.kirkelabs.com/proof/agentic-web-readiness-receipt.json
- Policy: https://www.kirkelabs.com/.well-known/agent-access.json
- Proof page: https://www.kirkelabs.com/agentic-web-readiness

## Exact Status Labels

- simulated: browser-side dry-run receipts and visual proof flows are examples.
- TestNet: x402/Algorand payment terms are advertised for Algorand TestNet resources.
- production: the public website, policy discovery files, API routes, and static evidence files are production-deployed; production settlement is disabled by default.

## Decision Paths

| Path | Expected decision | Rule | Status |
| --- | --- | --- | --- |
| GET /.well-known/agent-access.json | allow | public-pages-read | production |
| GET /agentic-web-readiness | allow | public-pages-read | production |
| POST /api/agent-city/preflight | allow | agent-city-demo | simulated |
| GET /about with use=ai-train | deny | public-pages-read | production |
| POST /api/agent-city/step | charge | agent-city-paid-step | TestNet |
| POST /api/agentic-web-readiness/deep-research | review | agentic-web-deep-research-review | production |

Denied or reviewed agent requests can escalate to contact@kirkelabs.com. Security issues can escalate to security@kirkelabs.com.

## Scanner Output Links

The proof surface links the scanners rather than inventing fresh results.

- ai-legibility-scan
  - Public output: https://www.kirkelabs.com/ai-legibility-scan
  - Source: https://github.com/KirkeLabs/ai-legibility-scan
  - NPM: https://www.npmjs.com/package/@kirkelabs/ai-legibility-scan
  - Command: `npx @kirkelabs/ai-legibility-scan https://www.kirkelabs.com`
- agent-readiness-scan
  - Public output: https://www.kirkelabs.com/agent-readiness-scan
  - Source: https://github.com/KirkeLabs/agent-readiness-scan
  - NPM: https://www.npmjs.com/package/@kirkelabs/agent-readiness-scan
  - Command: `npx @kirkelabs/agent-readiness-scan https://www.kirkelabs.com`
- conversion-readiness-scan
  - Public output: this evidence summary and JSON bundle
  - Source: https://github.com/KirkeLabs/conversion-readiness-scan
  - NPM: not published as of 2026-07-11
  - Command: `node bin/cli.js https://www.kirkelabs.com`
  - Latest local Kirke Labs snapshot: 81/100 (B), 12 pages scanned on 2026-07-11.

## Guardrails

This bundle does not claim legal compliance, production payment settlement, or guaranteed conversion lift.

The paid-action path is TestNet-labeled. Production settlement is disabled by default unless the deployment is explicitly configured with production credentials and reviewed policy.

The receipt example is unsigned and illustrative. Live API receipts should be obtained from the API route that performed the action.
