Skip to content
Back to Mirage

Card snapshot

docs.mirage.strukto.ai · 2026-07-01 18:53:31 UTC · b4ef2be322a22a36e5892d7ceacfe3bde7e3fcbfc13dd8d1f2757297763aff22

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 cloud services and data sources (S3, Slack, GitHub, Google Drive, Postgres, etc.) as if they were a unified filesystem. Use for cross-service triage agents, RAG with writes, SWE agents on remote data, and reproducible agent runs with snapshots.",
      "tags": [],
      "url": "https://docs.mirage.strukto.ai/.well-known/agent-skills/struktoai/skill.md"
    }
  ]
}