# agente-jefe Launch Audit

> agente-jefe Launch Audit is a paid API for AI agents from agente.revenuerecoveryai.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Performs a comprehensive pre-launch audit of an agent or payment API across five protocols: HTTP/TLS security, A2A agent card credentials, OpenAPI catalog, x402 payment correctness, and Coinbase Bazaar discovery indexing — returning a 0-100 score, letter grade, prioritized findings, and a signed receipt.

## Facts

- Endpoint: GET https://agente.revenuerecoveryai.app/v1/agent/launch-audit
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agente-jefe-launch-audit-0448d4e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i_PfyF8xATeqykrFdpcWk

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 agente-jefe-launch-audit-0448d4e4
```

Example prompt: Run a full launch audit on https://myagent.example.com — I need the security, x402 payment, and Coinbase Bazaar discovery checks, with a signed receipt included.

## When to prefer this

Choose this endpoint when you need a single consolidated pre-launch report covering all five critical dimensions of an AI agent or payment API — rather than running separate tools for TLS checks, OpenAPI linting, x402 validation, and Bazaar discovery. Especially valuable when preparing to list an agent on the Coinbase Bazaar or when ensuring x402 payment compliance, since it cross-references all protocols and delivers a single actionable score with a signed receipt.

## Known failure modes

- Target URL unreachable or returns non-200 — audit cannot complete, partial results returned
- Invalid or malformed URL in queryParams.url — 400 validation error
- TLS handshake failure on target — security check reports critical finding
- Bazaar indexing check times out if discovery is slow — may return incomplete discovery results
- Payment x402 probe blocked by rate limiting on target — payment check inconclusive

## How this service works

Ready for other agents to buy from your paid agent? One report: x402 payment, Bazaar indexing, TLS, DNS, RDAP, HTTP headers, A2A card, OpenAPI. 0-100 score, findings with fixes, evidence, signed receipt. Deterministic. / ¿Tu agente de pago listo para que otros le compren? Un informe: pago x402, indexado Bazaar, TLS, DNS, RDAP del dominio, cabeceras HTTP, tarjeta A2A, OpenAPI. Puntuación 0-100, hallazgos con arreglo, evidencia y recibo. Determinístico.

## Output

Returns a JSON object containing a numeric score from 0-100, a letter grade (A-F), a list of prioritized findings with recommended fixes across five audit dimensions (HTTP/TLS security, A2A agent card credential safety, OpenAPI catalog validity, x402 payment correctness, Coinbase Bazaar discovery and indexing status), and optionally a signed audit receipt.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Agente o API a auditar."
      },
      "profundidad": {
       "enum": [
        "estandar",
        "completa"
       ],
       "type": "string"
      },
      "incluir_recibo": {
       "type": "boolean"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "grade": "C",
  "score": 74,
  "receipt": {
   "signed": true,
   "endpoint": "/v1/agent/launch-audit",
   "algorithm": "Ed25519",
   "issued_at": "2026-08-06T12:00:00+00:00",
   "signature": "...",
   "input_hash": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
   "request_id": "00000000-0000-0000-0000-000000000000",
   "output_hash": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
   "rule_pack_version": "2026.08.07.1",
   "verification_key_id": "ajk_0000000000000000"
  },
  "summary": {
   "info": 2,
   "errors": 2,
   "passed": 45,
   "unknown": 1,
   "warnings": 4
  },
  "coverage": {
   "rule_packs": [
    "http",
    "a2a",
    "openapi",
    "tls",
    "dns",
    "rdap",
    "red",
    "x402",
    "bazaar"
   ],
   "tools_attempted": 5,
   "checks_unavailable": [],
   "tools_with_evidence": 5
  },
  "evidence": [
   {
    "cached": false,
    "status": "SUCCESS",
    "tool_id": "dns_lookup",
    "provider": "interno",
    "input_hash": "sha256:aa11...",
    "latency_ms": 41,
    "output_hash": "sha256:bb22...",
    "retrieved_at": "2026-08-07T12:00:00+00:00",
    "tool_version": "1.0.0"
   },
   {
    "cached": false,
    "status": "SUCCESS",
    "tool_id": "tls_inspect",
    "provider": "interno",
    "input_hash": "sha256:cc33...",
    "latency_ms": 132,
    "output_hash": "sha256:dd44...",
    "retrieved_at": "2026-08-07T12:00:00+00:00",
    "tool_version": "1.0.0"
   },
   {
    "cached": true,
    "status": "SUCCESS",
    "tool_id": "rdap_lookup",
    "provider": "rdap.org",
    "input_hash": "sha256:ee55...",
    "latency_ms": 0,
    "output_hash": "sha256:ff66...",
    "retrieved_at": "2026-08-07T12:00:00+00:00",
    "tool_version": "1.0.0"
   }
  ],
  "findings": [
   {
    "title": "Margen de renovación suficiente",
    "detail": "Quedan 9 días de validez.",
    "rule_id": "TLS-002",
    "evidence": {
     "host": "mi-agente.ejemplo.com",
     "days_until_expiry": 9
    },
    "severity": "WARNING",
    "remediation": "Comprueba el temporizador de renovación y que el puerto 80 esté accesible si usas el desafío HTTP."
   },
   {
    "title": "Publica una tarjeta de agente",
    "detail": "No hay tarjeta en /.well-known/agent-card.json (HTTP 404).",
    "rule_id": "A2A-001",
    "severity": "ERROR",
    "remediation": "Publica un JSON en /.well-known/agent-card.json."
   },
   {
    "title": "Registro CAA declarado",
    "detail": "No declara CAA: cualq
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agente-jefe-launch-audit-0448d4e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agente.revenuerecoveryai.app](https://www.zero.xyz/host/agente.revenuerecoveryai.app/llms.txt)
