Skip to content
Back to Orbit Fab

Card snapshot

www.orbitfab.com · 2026-08-08 13:28:32 UTC · 66f3b8aaec3e89f9d9ac49c3412795bce3892f363c36cc5a639b1d5b2f28975a

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.

{
  "schemaVersion": "2025-06-18",
  "name": "Orbit Fab",
  "description": "Refuel Your Spacecraft",
  "url": "https://www.orbitfab.com/",
  "version": "7.0.3",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://www.orbitfab.com/wp-json/"
    },
    {
      "transport": "text/markdown",
      "url": "https://www.orbitfab.com/?format=md"
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "text/html"
  ],
  "skills": [
    {
      "id": "search",
      "name": "Site search",
      "description": "Full-text search of the site content.",
      "tags": [
        "search"
      ],
      "examples": [
        "?s=hello"
      ]
    },
    {
      "id": "fetch-markdown",
      "name": "Fetch page as Markdown",
      "description": "Return any public page as a Markdown document.",
      "tags": [
        "content",
        "markdown"
      ]
    }
  ]
}