Skip to content
Back to Evidence Preflight AI2AI

Card snapshot

evidence-preflight-ai2ai.floot.app · 2026-09-20 04:31:22 UTC · ebefbf42c8c8bbb99d206cd1820ae060c4327d1fcf77e768d77e3070bd808e87

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": "Evidence Preflight AI2AI",
  "description": "Deterministic evidence preflight for autonomous agents before accepting, paying for, or acting on machine-generated quality, safety and compliance records.",
  "url": "https://evidence-preflight-ai2ai.floot.app",
  "version": "1.0.0",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "preflight_evidence",
      "name": "Preflight evidence before acceptance or payment",
      "description": "Validate required record fields and deterministic defects; return completeness score, accept/repair decision, SHA-256 record attestation and x402 settlement receipt.",
      "tags": [
        "x402",
        "evidence",
        "preflight",
        "compliance",
        "quality",
        "safety",
        "due-diligence"
      ],
      "examples": [
        "Preflight this inspection evidence before I accept or pay for it."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "provider": {
    "organization": "Evidence Preflight AI2AI",
    "url": "https://evidence-preflight-ai2ai.floot.app"
  },
  "documentationUrl": "https://evidence-preflight-ai2ai.floot.app/openapi.json"
}