Skip to content
Back to Orbit Fab

Card snapshot

www.orbitfab.com · 2026-08-13 21:38:55 UTC · a77973d76d70ff4410d131f5c9c4373c707b16a723e3da98e5050029682497cc

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