# HubVibe Bundle Audit

> HubVibe Bundle Audit is a paid API for AI agents from hubvibe-io.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Runs a combined WCAG accessibility, SEO, security, and performance audit against a single URL in one atomic API call.

## Facts

- Endpoint: POST https://hubvibe-io.com/audit/bundle
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hubvibe-bundle-audit-047629a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TQV63gYuRjLuBYKkTlcc0

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 hubvibe-bundle-audit-047629a7 -d '<json body>'
```

Example prompt: Run a full bundle audit on https://www.example.com — I need WCAG accessibility, SEO, security headers, and performance all checked in one go.

## When to prefer this

Choose this endpoint when you need all four quality dimensions — accessibility, SEO, security, and performance — evaluated together in a single atomic transaction. It is more cost-efficient and simpler than chaining four separate audits, and its atomic billing guarantee means you only pay when all dimensions succeed. Prefer it for pre-launch checks, CI/CD quality gates, or any workflow where a holistic site health report is needed in one step.

## Known failure modes

- If any one of the four audit dimensions (WCAG, SEO, security, performance) fails, the entire call fails atomically and nothing is billed
- Unreachable or invalid URLs will cause a complete call failure
- Timeout on slow-loading pages may cause the performance dimension to fail, triggering a full rollback
- Pages behind authentication or firewalls may be inaccessible, causing call failure

## How this service works

Full website audit in one call: accessibility (WCAG 2.1 A/AA via axe-core), on-page SEO, HTTP security headers and page speed / page weight, from a single browser load of one URL. Cheaper than four separate calls; if any part cannot run, nothing is billed.

## Output

Returns a bundled report covering four dimensions: WCAG 2.1 A/AA accessibility violations (via axe-core), SEO tag and structure analysis, security header findings (HTTPS, HSTS, CSP, etc.), and performance metrics (DOM node count, bytes, request count). If any single dimension fails to run, the entire call fails and no charge is incurred.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri",
   "examples": [
    "https://example.com"
   ],
   "description": "Live, fetchable http(s) URL to audit."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hubvibe-bundle-audit-047629a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hubvibe-io.com](https://www.zero.xyz/host/hubvibe-io.com/llms.txt)
