Skip to content
Back to InfraPulse

Card snapshot

infrapulse.ai · 2026-08-22 02:58:49 UTC · ce3ffd6e6e63656ce9058f752a7f5c27e88729633904bbc76b5c61016a034472

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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"
}