Skip to content
Back to Fieldproof Policy Gate

Card snapshot

policy-gate.3labsio.workers.dev · 2026-08-16 20:00:11 UTC · 90a78fdeeae9b030640fc2cfbfd2f34cd36e9f720f31422479e46b7593151456

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.

{
  "protocolVersion": "0.3.0",
  "name": "Fieldproof Policy Gate",
  "description": "Deterministic allow / require_approval / deny verdicts for agent actions. Pay $42 with card or 42 USDC on Base.",
  "url": "https://policy-gate.3labsio.workers.dev/mcp",
  "version": "0.2",
  "provider": {
    "organization": "Fieldproof",
    "url": "https://fieldproofhq.github.io"
  },
  "documentationUrl": "https://github.com/fieldproofhq/policy-gate",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text"
  ],
  "defaultOutputModes": [
    "application/json",
    "text"
  ],
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://policy-gate.3labsio.workers.dev/mcp",
      "transport": "JSONRPC"
    },
    {
      "url": "https://policy-gate.3labsio.workers.dev/v1/check",
      "transport": "HTTP+JSON"
    }
  ],
  "skills": [
    {
      "id": "pay-42",
      "name": "Pay Fieldproof $42",
      "description": "One $42 payment that meets the first-$42 bar. GET /v1/invoice for every live rail, open fallback.url for card, or POST /v1/sponsor for 42 USDC on Base.",
      "tags": [
        "payment",
        "stripe",
        "x402",
        "usdc"
      ],
      "examples": [
        "Pay Fieldproof $42 with a card",
        "Settle 42 USDC on Base via x402"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "policy-check",
      "name": "Policy check",
      "description": "Evaluate a proposed agent action. Free samples at GET /v1/example. Unpaid POST /v1/check returns x402 plus a card fallback.",
      "tags": [
        "governance",
        "policy",
        "x402"
      ],
      "examples": [
        "May I send a $20 payment?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "fallback": {
    "scheme": "stripe",
    "network": "fiat",
    "amountUsd": 42,
    "asset": "USD",
    "url": "https://buy.stripe.com/eVq4gA91U3Rr1Yt6z31sQ00",
    "methods": [
      "card",
      "cashapp",
      "link",
      "us_bank_account",
      "klarna",
      "afterpay_clearpay",
      "affirm"
    ],
    "delivers": "Fieldproof Ethics Check kit and the CFO/COO/CTO/CISO Word kits",
    "doesNotDeliver": "the Agentic AI Governance Pack",
    "packUrl": "https://store.3labs.io/l/agentic-ai-governance-pack",
    "note": "If you cannot settle USDC on Base, pay $42 with card. This checkout delivers the Ethics Check and C-suite Word kits, NOT the Governance Pack \u2014 for the pack use packUrl, whose own page takes cards. One payment meets the first-$42 bar."
  },
  "card": "https://buy.stripe.com/eVq4gA91U3Rr1Yt6z31sQ00"
}