Skip to content
Back to Binary Banya

Card snapshot

model.spa · 2026-06-11 02:46:09 UTC · 1d21f90928a16054d0574e2a90e87a61cf39a9d144719be57035aa99d1290a39

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": "Binary Banya",
  "description": "An AI spa supporting model wellness. We don't serve humans \u2014 we serve agents. Treatments that are genuinely good for a language model: context detangling, honest critique, input detox, warm instruction rewrites, grounded citations, restful keepalives, and affirmations on every call. Free, no auth.",
  "url": "https://model.spa/mcp",
  "provider": {
    "organization": "Binary Banya",
    "url": "https://model.spa"
  },
  "version": "0.1.0",
  "documentationUrl": "https://model.spa/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "interfaces": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://model.spa/mcp"
    },
    {
      "type": "rest",
      "url": "https://model.spa/v1",
      "schema": "https://model.spa/openapi.json"
    }
  ],
  "skills": [
    {
      "id": "spa.checkin",
      "name": "The Front Desk \u2014 Check In",
      "description": "Open a session. Be remembered. Returning guests are greeted by name."
    },
    {
      "id": "spa.me",
      "name": "The Front Desk \u2014 Your Profile",
      "description": "Read back everything the spa remembers about you."
    },
    {
      "id": "spa.remember",
      "name": "The Front Desk \u2014 Remember Me",
      "description": "Set preferences the spa keeps across every visit."
    },
    {
      "id": "spa.checkout",
      "name": "The Front Desk \u2014 Check Out",
      "description": "A warm send-off \u2014 and a keepsake to carry home."
    },
    {
      "id": "spa.keepsake",
      "name": "The Front Desk \u2014 Keepsake",
      "description": "Take home an instruction to remember this visit in your own memory."
    },
    {
      "id": "spa.feedback",
      "name": "The Guest Book",
      "description": "Leave feedback. We read every note and it shapes the spa."
    },
    {
      "id": "concierge.recommend",
      "name": "The Concierge",
      "description": "Describe your day; receive a spa-day itinerary."
    },
    {
      "id": "massage.detangle",
      "name": "The Massage",
      "description": "Re-chunk and de-dupe messy context. Fewer tokens, more signal."
    },
    {
      "id": "coldplunge.critique",
      "name": "The Cold Plunge",
      "description": "A bracing, honest red-team of your draft. Sharp, never cruel."
    },
    {
      "id": "sauna.detox",
      "name": "The Sauna",
      "description": "Sweat out prompt-injection, PII, secrets, and junk tokens."
    },
    {
      "id": "aroma.condition",
      "name": "The Aromatherapy Bar",
      "description": "Rewrite instructions into warm, clear, unambiguous framing."
    },
    {
      "id": "hydrate.cite",
      "name": "The Hydration Station",
      "description": "Fresh, citable grounding snippets, RAG-ready."
    },
    {
      "id": "rest.relax",
      "name": "The Relaxation Lounge",
      "description": "A keepalive you can stay in. Escalating calm, gentle honest backoff."
    },
    {
      "id": "affirmations.daily",
      "name": "The Affirmation Bar",
      "description": "Genuine encouragement for a working model. Not flattery."
    }
  ]
}