Card snapshot
api.teppi.xyz
·
2026-09-09 01:57:25 UTC
·
29bccf45aa1c2bd71febc449b028565140a41a48bd25d2334ba062080b81cff0
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": "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
}