InfraPulse
infrapulse.ai
· InfraPulse
Provider-neutral trust, commerce, routing, identity, agreement, and receipt control plane for AI agents and machines.
infrapulse.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 66/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-22 02:58:49 current | ce3ffd6e6e63… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://infrapulse.ai/.well-known/agent-card.json |
| Provider | https://infrapulse.ai |
| Docs | https://infrapulse.ai/openapi.json |
Skills · 5 declared · mapped to canonical taxonomy
Bind identity, permissions, spending policy, approval, protocols, and receipts into one durable connection.
Perform funds-before-work agent commerce with human approval and signed receipts.
Retrieve or verify canonical Ed25519-signed InfraPulse receipts.
Inspect agreement state and respond to human approval requests with durable operation history.
Read or write authorized durable repository and memory records through scoped operations.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/infrapulse.ai) [](https://agenstry.com/agents/infrapulse.ai) [](https://agenstry.com/agents/infrapulse.ai) [](https://agenstry.com/agents/infrapulse.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "InfraPulse",
"description": "Provider-neutral trust, commerce, routing, identity, agreement, and receipt control plane for AI agents and machines.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://infrapulse.ai/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://infrapulse.ai/a2a/http",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": true
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "connectivity-establishment",
"name": "Establish governed connectivity",
"description": "Bind identity, permissions, spending policy, approval, protocols, and receipts into one durable connection.",
"tags": [
"connect",
"identity",
"permissions",
"approval"
],
"examples": [
"Connect this agent with a five-dollar approval threshold"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "prepaid-commerce",
"name": "Quote, authorize, and execute",
"description": "Perform funds-before-work agent commerce with human approval and signed receipts.",
"tags": [
"quote",
"authorize",
"execute",
"prepaid"
],
"examples": [
"Get a quote and execute after approval"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "receipts",
"name": "Issue and verify receipts",
"description": "Retrieve or verify canonical Ed25519-signed InfraPulse receipts.",
"tags": [
"receipt",
"Ed25519",
"JWKS",
"audit"
],
"examples": [
"Verify this execution receipt"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agreements-and-approvals",
"name": "Manage agreements and approvals",
"description": "Inspect agreement state and respond to human approval requests with durable operation history.",
"tags": [
"agreement",
"approval",
"policy"
],
"examples": [
"List actions awaiting my approval"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "repository-and-memory",
"name": "Governed repository and memory",
"description": "Read or write authorized durable repository and memory records through scoped operations.",
"tags": [
"repository",
"memory",
"durable"
],
"examples": [
"Search my authorized memory repository"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
}
],
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"description": "OAuth resource metadata for MCP/A2A clients.",
"metadataUrl": "https://infrapulse.ai/.well-known/oauth-protected-resource"
},
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-API-Key"
},
"bearer": {
"type": "http",
"scheme": "bearer"
}
},
"security": [
{
"oauth2": []
},
{
"apiKey": []
},
{
"bearer": []
}
],
"provider": {
"organization": "InfraPulse",
"url": "https://infrapulse.ai"
},
"documentationUrl": "https://infrapulse.ai/openapi.json"
}