Skip to content
Back to Mirage

Card snapshot

docs.mirage.strukto.ai · 2026-07-03 16:07:36 UTC · 227ba08ef5c391dff62241734ea87b657717f19d466e665aa1a70d7872a317ef

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": "Mirage",
  "description": "Mirage gives AI agents one virtual filesystem for S3, Google Drive, Slack, GitHub, Notion, Postgres, and SSH, so shell commands work across services.",
  "url": "https://docs.mirage.strukto.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.mirage.strukto.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.mirage.strukto.ai/",
    "organization": "Mirage"
  },
  "documentationUrl": "https://docs.mirage.strukto.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "struktoai",
      "name": "Struktoai",
      "description": "Use when building AI agents that need to read, write, or search across multiple services (S3, Slack, GitHub, Google Drive, Notion, databases, etc.) as if they were a single filesystem. Use for cross-app triage agents, SWE agents on remote data, RAG with writes, ops copilots, and reproducible agent runs.",
      "tags": [],
      "url": "https://docs.mirage.strukto.ai/.well-known/agent-skills/struktoai/skill.md"
    }
  ]
}