# x402-preflight Web Automation Readiness Analyzer

> x402-preflight Web Automation Readiness Analyzer is a paid API for AI agents from x402-preflight.tinyopsstudio.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Analyzes a public webpage for automation readiness, extracting integration links, forms, robots policy, and security headers.

## Facts

- Endpoint: POST https://x402-preflight.tinyopsstudio.com/analyze
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-preflight-web-automation-readiness-analyzer-29489d2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PHbWCS37noV6BllzmpphS

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 x402-preflight-web-automation-readiness-analyzer-29489d2e -d '<json body>'
```

Example prompt: Can you inspect https://stripe.com/docs for automation readiness — I want to know what forms and integration links are there, what their robots policy says, and whether the security headers look solid?

## When to prefer this

Use this endpoint when you need a quick, structured readiness report on a public webpage before building automation, scraping pipelines, or integration workflows. It is especially useful for discovering integration points and validating robots/security policies in a single call, rather than fetching and parsing raw HTML yourself.

## Known failure modes

- URL is not publicly accessible — returns error or empty result
- Target site blocks automated requests (bot detection, Cloudflare) — analysis may be incomplete
- Invalid or malformed URL input — returns validation error
- Target page has no forms, links, or notable headers — returns empty/minimal result
- Request timeout if target server is slow to respond

## How this service works

Paid automation readiness analysis, acceptance evidence, exported n8n workflow auditing, private in-memory text-to-PDF conversion, and sensitive-text redaction with a newly generated PDF.

## Output

Returns a structured analysis of the target webpage including: automation readiness indicators, discovered integration links and API endpoints, detected HTML forms, robots.txt policy details, and present/absent security headers (e.g. CSP, HSTS, X-Frame-Options).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "risks": [],
  "target": "https://example.com"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-preflight-web-automation-readiness-analyzer-29489d2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-preflight.tinyopsstudio.com](https://www.zero.xyz/host/x402-preflight.tinyopsstudio.com/llms.txt)
