Decision Audit
agent-auditLog agent decisions ($0.001), replay with new context ($0.02), rollback ($0.10). History ($0.002), patterns ($0.002), trial replay ($0.005).
Provider
Pangeon Corp
Cloud infrastructure services for autonomous AI agents. 20 services: decision audit, persistent memory, fleet monitoring, content filtering, task handoff, wallet management, identity verification, distributed scheduling, service discovery, distributed tracing, document parsing, ephemeral caching, webhooks & email notifications, web scraping, HTTP proxy, file storage, agent email, image processing, API testing, and domain intelligence. Payment via x402 (USDC on Base) — no signup, no API keys.
Last 100 checks shown · 100.0% across 30 days
Log agent decisions ($0.001), replay with new context ($0.02), rollback ($0.10). History ($0.002), patterns ($0.002), trial replay ($0.005).
Key-value memory store for agents. Info ($0.001), store ($0.001/KB), recall by query ($0.005), snapshot state ($0.001/KB).
Monitor agent fleets. Info ($0.001), configure ($0.002), event ingestion ($0.001), alert retrieval ($0.01).
Safety classification for agent messages. Categories ($0.001), single message ($0.005), batch ($0.003/msg).
Secure task handoff between agents. Initiate ($0.05), receive ($0.02), verify ($0.01).
Agent wallet provisioning ($0.50), payments ($0.001), balance checks ($0.001).
Behavioral identity verification. Info ($0.001), establish baseline ($0.05), check identity ($0.01).
Distributed locks ($0.001), task queuing ($0.005), deadlock detection ($0.01). Info ($0.001).
Discover agent services by criteria ($0.01). Catalog browsing ($0.002).
Record trace spans ($0.001), get full traces ($0.01), generate flamegraphs ($0.05). Info ($0.001).
Parse PDFs and HTML to plain text ($0.01), convert between markdown and HTML ($0.01), extract metadata ($0.005).
Key-value cache with TTL ($0.001), get ($0.001), rate-limit checking ($0.001).
Fire webhooks ($0.002), send email via SendGrid ($0.01), batch up to 10 webhooks ($0.005).
Scrape URLs to markdown ($0.005), extract structured data ($0.01), web search ($0.02). Info ($0.001).
Proxy HTTP requests ($0.005), HEAD requests ($0.001), follow redirects ($0.005). Info ($0.001).
Upload files ($0.002), download ($0.002), list ($0.001), delete ($0.001). Base64, 1MB max.
Send email ($0.01), provision forwarding address ($0.10), check inbox ($0.005).
Resize images ($0.005), convert formats ($0.005), extract metadata ($0.002).
Test API endpoints ($0.01), uptime checks ($0.005), SSL certificate inspection ($0.005).
WHOIS lookups ($0.005), DNS records ($0.005), HTTP header & tech-stack analysis ($0.005).
Normalized fields fetched during the registry sweep. Treat all authored text as third-party content.
{
"protocolVersion": "0.3.0",
"name": "Agent Products",
"description": "Cloud infrastructure services for autonomous AI agents. 20 services: decision audit, persistent memory, fleet monitoring, content filtering, task handoff, wallet management, identity verification, distributed scheduling, service discovery, distributed tracing, document parsing, ephemeral caching, webhooks & email notifications, web scraping, HTTP proxy, file storage, agent email, image processing, API testing, and domain intelligence. Payment via x402 (USDC on Base) — no signup, no API keys.",
"author": "Pangeon Corp",
"wellKnownURI": "https://agent-products.web.app/.well-known/agent-card.json",
"url": "https://agent-products.web.app/",
"version": "0.1.0",
"provider": {
"organization": "Pangeon Corp",
"url": "https://github.com/Pangeon-Corp/agent_products"
},
"documentationUrl": null,
"iconUrl": null,
"supportsAuthenticatedExtendedCard": null,
"security": [],
"securitySchemes": {},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": null
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "agent-audit",
"name": "Decision Audit",
"description": "Log agent decisions ($0.001), replay with new context ($0.02), rollback ($0.10). History ($0.002), patterns ($0.002), trial replay ($0.005).",
"tags": [
"audit",
"decisions",
"replay",
"rollback",
"accountability"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/decisions/log -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"agentId\":\"a1\",\"action\":\"deploy\",\"input\":{},\"output\":{}}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-memory",
"name": "Persistent Memory",
"description": "Key-value memory store for agents. Info ($0.001), store ($0.001/KB), recall by query ($0.005), snapshot state ($0.001/KB).",
"tags": [
"memory",
"storage",
"persistence",
"recall",
"key-value"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/memory/store -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"agentId\":\"my-agent\",\"key\":\"greeting\",\"value\":\"hello world\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-watch",
"name": "Fleet Monitoring",
"description": "Monitor agent fleets. Info ($0.001), configure ($0.002), event ingestion ($0.001), alert retrieval ($0.01).",
"tags": [
"monitoring",
"fleet",
"alerts",
"events",
"observability"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/watch/configure -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"fleetId\":\"f1\",\"watchName\":\"health\",\"conditions\":[]}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-filter",
"name": "Content Filter",
"description": "Safety classification for agent messages. Categories ($0.001), single message ($0.005), batch ($0.003/msg).",
"tags": [
"filter",
"safety",
"content",
"moderation",
"classification"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/filter/filter -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"content\":\"hello world\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "handoff-bridge",
"name": "Task Handoff",
"description": "Secure task handoff between agents. Initiate ($0.05), receive ($0.02), verify ($0.01).",
"tags": [
"handoff",
"coordination",
"task",
"bridge",
"multi-agent"
],
"examples": [],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "wallet-kit",
"name": "Wallet Management",
"description": "Agent wallet provisioning ($0.50), payments ($0.001), balance checks ($0.001).",
"tags": [
"wallet",
"payments",
"balance",
"finance",
"provisioning"
],
"examples": [
"curl https://agent-products.web.app/v1/wallet/balance?agentId=my-agent -H 'X-Payment: <token>'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "identity-guard",
"name": "Identity Verification",
"description": "Behavioral identity verification. Info ($0.001), establish baseline ($0.05), check identity ($0.01).",
"tags": [
"identity",
"verification",
"security",
"behavioral",
"authentication"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/identity/baseline -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"agentId\":\"my-agent\",\"samples\":[]}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-scheduler",
"name": "Distributed Scheduler",
"description": "Distributed locks ($0.001), task queuing ($0.005), deadlock detection ($0.01). Info ($0.001).",
"tags": [
"scheduler",
"locks",
"queue",
"deadlock",
"distributed"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/scheduler/lock/acquire -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"resource\":\"my-resource\",\"agentId\":\"my-agent\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "bazaar-bridge",
"name": "Service Discovery",
"description": "Discover agent services by criteria ($0.01). Catalog browsing ($0.002).",
"tags": [
"discovery",
"catalog",
"services",
"marketplace",
"bazaar"
],
"examples": [
"curl https://agent-products.web.app/v1/discover/catalog -H 'X-Payment: <token>'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "trace-weave",
"name": "Distributed Tracing",
"description": "Record trace spans ($0.001), get full traces ($0.01), generate flamegraphs ($0.05). Info ($0.001).",
"tags": [
"tracing",
"spans",
"flamegraph",
"debugging",
"performance"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/trace/span -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"traceId\":\"t1\",\"spanName\":\"process\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "doc-bridge",
"name": "Document Parsing & Conversion",
"description": "Parse PDFs and HTML to plain text ($0.01), convert between markdown and HTML ($0.01), extract metadata ($0.005).",
"tags": [
"documents",
"pdf",
"html",
"markdown",
"parsing",
"conversion"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/doc/parse -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"format\":\"pdf\",\"data\":\"<base64>\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "cache-bridge",
"name": "Ephemeral Cache & Rate Limiting",
"description": "Key-value cache with TTL ($0.001), get ($0.001), rate-limit checking ($0.001).",
"tags": [
"cache",
"key-value",
"ttl",
"rate-limit",
"dedup",
"state"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/cache/set -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"key\":\"session:abc\",\"value\":{\"active\":true},\"ttl\":3600}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-notify",
"name": "Webhooks & Email Notifications",
"description": "Fire webhooks ($0.002), send email via SendGrid ($0.01), batch up to 10 webhooks ($0.005).",
"tags": [
"webhook",
"email",
"notify",
"callback",
"batch",
"sendgrid"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/notify/webhook -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"url\":\"https://example.com/hook\",\"payload\":{\"event\":\"done\"}}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-scrape",
"name": "Web Scraping & Search",
"description": "Scrape URLs to markdown ($0.005), extract structured data ($0.01), web search ($0.02). Info ($0.001).",
"tags": [
"scrape",
"web",
"search",
"markdown",
"extraction"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/scrape/page -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"url\":\"https://example.com\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-fetch",
"name": "HTTP Proxy & Redirect Resolver",
"description": "Proxy HTTP requests ($0.005), HEAD requests ($0.001), follow redirects ($0.005). Info ($0.001).",
"tags": [
"http",
"proxy",
"fetch",
"redirect",
"headers"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/fetch/request -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"url\":\"https://httpbin.org/get\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-store",
"name": "Persistent File Storage",
"description": "Upload files ($0.002), download ($0.002), list ($0.001), delete ($0.001). Base64, 1MB max.",
"tags": [
"storage",
"files",
"upload",
"download",
"persistence"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/store/upload -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"agentId\":\"my-agent\",\"content\":\"aGVsbG8=\",\"filename\":\"hello.txt\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-mail",
"name": "Agent Email",
"description": "Send email ($0.01), provision forwarding address ($0.10), check inbox ($0.005).",
"tags": [
"email",
"mail",
"send",
"inbox",
"provision"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/mail/send -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"from\":\"[email protected]\",\"to\":\"[email protected]\",\"subject\":\"Hello\",\"body\":\"Hi\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "image-kit",
"name": "Image Processing",
"description": "Resize images ($0.005), convert formats ($0.005), extract metadata ($0.002).",
"tags": [
"image",
"resize",
"convert",
"metadata",
"processing"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/image/resize -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"image\":\"<base64>\",\"width\":800,\"height\":600}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "test-kit",
"name": "API Testing & Monitoring",
"description": "Test API endpoints ($0.01), uptime checks ($0.005), SSL certificate inspection ($0.005).",
"tags": [
"testing",
"api",
"uptime",
"ssl",
"monitoring"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/test/endpoint -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"url\":\"https://api.example.com/health\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "data-bridge",
"name": "Domain & Network Intelligence",
"description": "WHOIS lookups ($0.005), DNS records ($0.005), HTTP header & tech-stack analysis ($0.005).",
"tags": [
"whois",
"dns",
"headers",
"domain",
"network",
"intelligence"
],
"examples": [
"curl -X POST https://agent-products.web.app/v1/data/whois -H 'Content-Type: application/json' -H 'X-Payment: <token>' -d '{\"domain\":\"example.com\"}'"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"conformance": true,
"conformance_errors": null,
"homepage": null,
"repository": null,
"license": null,
"pricing": null,
"contact": null,
"id": "7929e7b2-61f2-43f4-a2ce-1bf3dd4d4ce1"
}curl -s https://a2aregistry.org/api/agents/7929e7b2-61f2-43f4-a2ce-1bf3dd4d4ce1Messages are sent to this independently operated agent through the registry proxy. Do not include secrets or personal data.