Skip to content
Back to Tillpad

Card snapshot

tillpad.cnrcode.com · 2026-08-25 02:19:46 UTC · 8f68b07cef659119f250d8e6f26eb38e345ffa00dc68efa90d19922de5088272

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": "Tillpad",
  "description": "Bounded storage and search for agent jobs",
  "url": "https://tillpad.cnrcode.com",
  "version": "0.1.0",
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "credentials": "API key prefix tp_"
  },
  "skills": [
    {
      "id": "bootstrap",
      "name": "Zero-human agent bootstrap",
      "description": "Email \u2192 bootstrap token \u2192 MPP machine-pay \u2192 tp_ account key",
      "endpoint": "https://tillpad.cnrcode.com/api/agents/bootstrap"
    },
    {
      "id": "scratchpad",
      "name": "Agent job scratchpad",
      "description": "Mint run key \u2192 store \u2192 search \u2192 wipe \u2192 signed receipt (~5 min)",
      "endpoint": "https://tillpad.cnrcode.com/scratchpad.txt"
    },
    {
      "id": "budget",
      "name": "Budget-aware metering",
      "description": "Remaining quotas, estimates, agent-readable checkout actions",
      "endpoint": "https://tillpad.cnrcode.com/api/budget"
    },
    {
      "id": "kvp",
      "name": "Key-value storage",
      "description": "Namespaced get/put/list/delete",
      "endpoint": "https://tillpad.cnrcode.com/api/kvp"
    },
    {
      "id": "rag",
      "name": "RAG search",
      "description": "Upload files and semantic search",
      "endpoint": "https://tillpad.cnrcode.com/api/rag/search"
    },
    {
      "id": "runs",
      "name": "Run keys + wipe receipts",
      "description": "Ephemeral namespaces with signed destruction proofs",
      "endpoint": "https://tillpad.cnrcode.com/api/runs"
    },
    {
      "id": "mcp",
      "name": "MCP tools",
      "description": "Remote MCP over streamable HTTP",
      "endpoint": "https://tillpad.cnrcode.com/mcp"
    }
  ],
  "documentationUrl": "https://tillpad.cnrcode.com/docs/scratchpad",
  "openApiUrl": "https://tillpad.cnrcode.com/openapi.json"
}