{
  "name": "Teppi",
  "description": "The record of what happened when someone paid a machine service. Every entry carries the settlement transaction, the hashes of what was sent and returned, and the check that ran.",
  "url": "https://api.teppi.xyz/a2a",
  "documentationUrl": "https://api.teppi.xyz/docs/verification-method",
  "version": "0.1.0",
  "capabilities": {
    "streaming": true
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "getGrade",
      "name": "Returns the quality grade for a paid endpoint, with the components behind it and a sample of the evidence",
      "description": "Returns the quality grade for a paid endpoint, with the components behind it and a sample of the evidence. Use before paying an endpoint you have not used.",
      "tags": [
        "grade",
        "quality",
        "x402",
        "endpoint"
      ],
      "examples": []
    },
    {
      "id": "gradeFeed",
      "name": "Streams every grade as it is published, newline delimited, resumable from a cursor",
      "description": "Streams every grade as it is published, newline delimited, resumable from a cursor. Use to mirror the whole record.",
      "tags": [
        "feed",
        "mirror",
        "grade",
        "ndjson"
      ],
      "examples": []
    }
  ],
  "registrations": [],
  "x402Support": false
}
