# AgentReady Website Audit Fix-Pack

> AgentReady Website Audit Fix-Pack is a paid API for AI agents from agentready-audit.seshiccse023.chatgpt.site, paid per call via x402, $1.5/call, status unknown (last checked 2026-09-15).

Audits a public website for AI-agent discoverability issues and returns scored findings plus ready-to-deploy fix artifacts (llms.txt, JSON-LD, Open Graph) with an implementation plan.

## Facts

- Endpoint: POST https://agentready-audit.seshiccse023.chatgpt.site/api/audit/fix-pack
- Price: $1.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentready-website-audit-fix-pack-4427fba2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I5_x_u2otoKf8jE1zxeKF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentready-website-audit-fix-pack-4427fba2 -d '<json body>'
```

Example prompt: Can you audit https://mycompany.com for AI agent discoverability and give me the fix-pack — I want the llms.txt file, JSON-LD snippets, and a scored implementation plan showing what my site needs to rank higher on the agentic web?

## When to prefer this

Choose this endpoint when you need both a diagnostic audit score AND ready-to-deploy artifact outputs (llms.txt, JSON-LD, Open Graph) for a single website URL in one call. It is specifically designed for the agentic web context — robots-aware preflight, x402 payment verification, and AI-discovery metadata — making it more suitable than generic SEO auditors when the goal is improving a site's visibility and parsability to AI agents and autonomous crawlers.

## Known failure modes

- Invalid or non-public URL returns a validation error
- Site behind authentication or firewall cannot be fetched, returning a preflight failure
- Robots.txt disallows crawling, triggering a robots-aware preflight block
- Malformed JSON body returns 400 bad request
- x402 payment not completed results in 402 Payment Required
- Slow or unresponsive target site may cause timeout errors

## How this service works

Free website triage plus x402 audits, Base USDC receipt verification, robots-aware URL preflight, agent-readable extraction, metadata, and copy-ready AI-discovery fixes.

## Output

Returns a JSON object containing the audited URL, an audit object with grade (letter) and numeric score (0-100) plus detailed findings, an array of ready-to-deploy file artifacts (e.g. llms.txt content, JSON-LD snippets), the current score, projected score after fixes, a list of fixes addressed (e.g. 'llms.txt', 'JSON-LD', 'Open Graph'), and a structured implementation plan with actionable steps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri",
   "description": "Public HTTP(S) website URL to audit and repair"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://example.com/",
  "audit": {
   "grade": "C",
   "score": 62,
   "findings": []
  },
  "artifacts": [
   {
    "path": "/llms.txt",
    "content": "# Example",
    "purpose": "Agent-readable site summary",
    "reviewBeforeDeploy": false
   }
  ],
  "currentScore": 62,
  "fixesAddressed": [
   "llms.txt",
   "JSON-LD",
   "Open Graph"
  ],
  "projectedScore": 91,
  "implementationPlan": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentready-website-audit-fix-pack-4427fba2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentready-audit.seshiccse023.chatgpt.site](https://www.zero.xyz/host/agentready-audit.seshiccse023.chatgpt.site/llms.txt)
