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
D
Conformance score: 59/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
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.
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 16 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
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": false
},
"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": {
"apiKey": {
"apiKeySecurityScheme": {
"description": "InfraPulse machine API key.",
"location": "header",
"name": "X-API-Key"
}
},
"bearer": {
"httpAuthSecurityScheme": {
"description": "InfraPulse bearer access token.",
"scheme": "Bearer",
"bearerFormat": "JWT"
}
},
"oidc": {
"openIdConnectSecurityScheme": {
"description": "InfraPulse customer OAuth identity.",
"openIdConnectUrl": "https://edsqhhdtrtvwuxtyvlif.supabase.co/auth/v1/.well-known/openid-configuration"
}
}
},
"securityRequirements": [
{
"schemes": {
"oidc": {
"list": [
"openid",
"email"
]
}
}
},
{
"schemes": {
"apiKey": {
"list": []
}
}
},
{
"schemes": {
"bearer": {
"list": []
}
}
}
],
"provider": {
"organization": "InfraPulse",
"url": "https://infrapulse.ai"
},
"documentationUrl": "https://infrapulse.ai/openapi.json"
}