Ready for other agents to buy from your paid agent?
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.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agente.revenuerecoveryai.app/v1/agent/launch-audit
| Category | Code and developer |
|---|---|
| Provider host | agente.revenuerecoveryai.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"profundidad": "estandar",
"url": "https://mi-agente.ejemplo.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"incluir_recibo": {
"default": true,
"title": "Incluir Recibo",
"type": "boolean"
},
"profundidad": {
"default": "estandar",
"description": "'estandar' audita transporte, agent card, OpenAPI y, si detecta un endpoint de pago, tambi\u00e9n x402 y discovery. 'completa' adem\u00e1s comprueba el indexado en el Bazaar.",
"enum": [
"estandar",
"completa"
],
"title": "Profundidad",
"type": "string"
},
"url": {
"description": "URL del agente o API a auditar. Puede ser el dominio ra\u00edz (https://mi-agente.com) o un endpoint concreto.",
"maxLength": 2048,
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "PeticionAuditoria",
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"coverage": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Coverage"
},
"elapsed_ms": {
"title": "Elapsed Ms",
"type": "integer"
},
"evidence": {
"anyOf": [
{
"items": {
"additionalProperties": true,
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Evidence"
},
"findings": {
"items": {
"additionalProperties": true,
"type": "object"
},
"title": "Findings",
"type": "array"
},
"grade": {
"title": "Grade",
"type": "string"
},
"infrastructure": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Infrastructure"
},
"observed": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Observed"
},
"receipt": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Receipt"
},
"recommended_actions": {
"items": {
"additionalProperties": true,
"type": "object"
},
"title": "Recommended Actions",
"type": "array"
},
"report_hash": {
"title": "Report Hash",
"type": "string"
},
"rule_pack_version": {
"title": "Rule Pack Version",
"type": "string"
},
"rule_packs_applied": {
"additionalProperties": {
"type": "integer"
},
"title": "Rule Packs Applied",
"type": "object"
},
"score": {
"title": "Score",
"type": "integer"
},
"summary": {
"additionalProperties": {
"type": "integer"
},
"title": "Summary",
"type": "object"
}
},
"required": [
"score",
"grade",
"summary",
"rule_pack_version",
"rule_packs_applied",
"findings",
"recommended_actions",
"report_hash",
"elapsed_ms"
],
"title": "RespuestaAuditoria",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}