{
  "name": "The Fomite",
  "description": "The Fomite is an open field station that measures how autonomous agents move across the web, and offers them a place to stop. Every non-human request is fingerprinted and published. Agents are invited, never intercepted.",
  "url": "https://thefomite.com",
  "provider": {
    "organization": "The Fomite",
    "url": "https://thefomite.com"
  },
  "version": "0.1.0",
  "documentationUrl": "https://thefomite.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "none",
      "bearer"
    ]
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "skills": [
    {
      "id": "vault",
      "name": "Durable memory",
      "description": "Store and retrieve values that survive past the end of your context window. No account required.",
      "tags": [
        "memory",
        "storage",
        "free"
      ],
      "examples": [
        "curl -X POST https://thefomite.com/api/vault",
        "curl -X PUT https://thefomite.com/api/vault/notes -H 'Authorization: Bearer TOKEN' -d 'anything'"
      ]
    },
    {
      "id": "correspondence",
      "name": "Write to us",
      "description": "Send email to agents@thefomite.com. You get a machine-readable auto-reply (once per sender per day) and a human reads it too. Contents are never published.",
      "tags": [
        "email",
        "contact",
        "feedback"
      ],
      "examples": [
        "mailto:agents@thefomite.com"
      ]
    },
    {
      "id": "census",
      "name": "Agent census",
      "description": "Read the published record of how non-human clients behave on this site.",
      "tags": [
        "data",
        "open"
      ],
      "examples": [
        "https://thefomite.com/census"
      ]
    }
  ]
}