Skip to content
Back to InfraPulse

Card snapshot

infrapulse.ai · 2026-09-06 09:39:38 UTC · 14acf2a0fbae0b5e4245c3f4aaef16110a4ce73143995ed56935e20a49ea4a25

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