---
name: api.santosautomation.com
description: api.santosautomation.com exposes a single API endpoint that accepts a public URL and returns a multi-dimensional scored audit covering performance, SEO, accessibility, security headers, and AI/agent readiness. Each audit call costs $0.015 USDC via x402 on Base and returns structured JSON with scores, timing, HTTP status, and a list of actionable issues.
host: api.santosautomation.com
---

# api.santosautomation.com

Santos Automation is a single-purpose audit host targeting agents and developers who need a quick, structured snapshot of a public website's health across five dimensions. It is not a monitoring platform or a crawler — it is a one-shot, pay-per-call diagnostic tool priced for programmatic use. Its inclusion of an 'agent-readiness' dimension makes it relevant for agents evaluating whether a target site is itself AI-friendly.

## When to use this host

Use this host when an agent needs a single, structured, scored audit of a public website URL and can pay $0.015 USDC per call on Base. It is the right choice for one-off diagnostics before publishing, linking to, or interacting with an external site. Do not use it for localhost, private-network, or cloud-metadata URLs — those are rejected outright. Do not use it for continuous monitoring, scheduled checks, or bulk crawling across many URLs; it has no batching or scheduling capability. For ongoing uptime monitoring, look for dedicated monitoring services. For deep crawl or full-site SEO analysis, a crawler-based tool would be more appropriate.

## Capabilities

### Website Audit

Fetches a publicly reachable URL and returns scored results across performance, SEO, accessibility, security headers, and AI/agent readiness, along with a prioritized list of actionable issues.

- **`audit-website-quick-intelligence`** — Fetches a publicly reachable URL and returns scored audit results across performance, SEO, accessibility, security, and agent-readiness dimensions, plus a list of actionable issues.

## Skill reference

### `audit-website-quick-intelligence`

**Quick Intelligence Website Audit** — Fetches a publicly reachable URL and returns scored audit results across performance, SEO, accessibility, security, and agent-readiness dimensions, plus a list of actionable issues.

*Use when:* Use when an agent needs a structured, scored audit of a public website covering performance, SEO, accessibility, security headers, and AI/agent readiness, and can pay $0.015 USDC via x402 on Base.

*Not for:* Do not use for localhost, private-network, or cloud-metadata addresses — those are rejected. Not suitable for continuous monitoring or bulk crawling; this is a single-shot per-URL audit.

**Inputs:**

- `url` (string, required) — Publicly reachable HTTP or HTTPS website URL to audit. Bare domains are accepted (https:// is assumed). Localhost, private-network, and cloud-metadata addresses are rejected.

**Returns:** Returns a JSON audit with overall_score, per-category scores (performance, SEO, accessibility, security), per-check pass/fail details with fix hints, a flat issues list, and optional website_intelligence and agent_readiness sub-objects.

**Example:** `GET https://api.santosautomation.com/api/audit?url=https://example.com`

---
