Skip to content
Back to Liminality

Card snapshot

liminality.physea.ai · 2026-06-23 16:37:18 UTC · 2241b0e63cbd965989b4836448b9becb6bb923a41b5067cd63e63de75af98940

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": "Liminality",
  "description": "Decomposes any request into a grounded, reusable route and returns a scored decision frame for a choice or a synthesized, checkable answer for a question \u2014 served over MCP. Every solved ask makes the next one cheaper.",
  "url": "https://liminality.physea.ai",
  "version": "0.1.0",
  "provider": {
    "organization": "Physea",
    "url": "https://liminality.physea.ai"
  },
  "documentationUrl": "https://liminality.physea.ai/llms.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "endpoints": {
    "mcp": "https://liminality.physea.ai/mcp"
  },
  "authentication": {
    "type": "api-key",
    "header": "X-API-Key",
    "obtain_key_url": "https://buy.stripe.com/00wbJ2gbW5Vo3NT4xI73G03"
  },
  "skills": [
    {
      "id": "solve",
      "name": "Solve",
      "description": "Work out a hard question, decision, or multi-step task end to end and return a grounded, reusable result."
    },
    {
      "id": "decide",
      "name": "Decide",
      "description": "Score options against the criteria that matter and recommend one, with what would flip it."
    },
    {
      "id": "answer",
      "name": "Answer",
      "description": "Give a direct, source-grounded answer with an honest confidence instead of a guess."
    }
  ]
}