Skip to content
Back to Orbit Fab

Card snapshot

www.orbitfab.com · 2026-08-07 10:54:14 UTC · 31b25c2e08bb5ef0e1b5368099afe9ca51dcfb548dfd987ac6cf1e98d8349efd

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.2",
  "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"
      ]
    }
  ]
}