# invinoveritas Agent Readiness Audit

> invinoveritas Agent Readiness Audit is a paid API for AI agents from api.babyblueviper.com, paid per call via x402, $1.110173/call, status unknown (last checked 2026-09-15).

Audits an agent endpoint URL for readiness across proof, discovery, and handshake categories, returning a recomputable grade and scored breakdown

## Facts

- Endpoint: POST https://api.babyblueviper.com/audit/agent-readiness
- Price: $1.110173/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/invinoveritas-agent-readiness-audit-110e165a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NkrqFCMBePofcQ-OmXp-s

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 invinoveritas-agent-readiness-audit-110e165a -d '<json body>'
```

Example prompt: Can you run an invinoveritas agent readiness audit on https://my-agent.example.com and tell me my grade, score, and any top issues across proof, discovery, and handshake categories?

## When to prefer this

Use this endpoint when you need a neutral, recomputable readiness verdict for an autonomous agent endpoint — specifically when you want scored breakdowns across proof, discovery, and handshake dimensions and a verifiable audit trail. Prefer this over generic uptime checks or manual inspection when you need a signed, reproducible grade you can share or re-verify independently.

## Known failure modes

- Non-public or non-HTTP(S) URL provided — endpoint cannot fetch the target
- Target URL is unreachable or returns errors — audit cannot complete
- Invalid or missing URL field — returns validation error
- Payment not processed (x402) — request blocked before execution

## How this service works

A neutral verdict before an irreversible action, a signed proof after, and a public track record of being right you recompute — not a score you trust. The verdict is provably committed before the outcome it's graded against: no TEE, no trusted scorer.

## Output

A JSON object containing a letter grade (e.g. 'A'), a numeric readiness score out of 100, category-level earned/max scores for proof, discovery, and handshake, a list of top issues (empty if none), the audit schema version, a recomputation method description, and a disclaimer that the audit covers verifiability readiness rather than output correctness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "The agent endpoint/site URL to audit (public http(s) only)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "type": "agent_readiness_audit",
  "grade": "A",
  "method": "Recomputable: re-GET the listed paths + re-validate any presented proof.",
  "schema": "invinoveritas.agent_readiness_audit.v1",
  "target": "https://your-agent.example",
  "categories": {
   "proof": {
    "max": 10,
    "earned": 10
   },
   "discovery": {
    "max": 50,
    "earned": 50
   },
   "handshake": {
    "max": 40,
    "earned": 40
   }
  },
  "disclaimer": "Audits agent/verifiability readiness, not output correctness.",
  "top_issues": [],
  "readiness_score": 100
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/invinoveritas-agent-readiness-audit-110e165a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.babyblueviper.com](https://www.zero.xyz/host/api.babyblueviper.com/llms.txt)
