{
  "schemaVersion": "1.0",
  "name": "TrulyRemoteWork",
  "description": "Curated worldwide remote job listings. No location restrictions, relocation requirements, or timezone mandates. All roles open to applicants from any country.",
  "url": "https://trulyremotework.com",
  "version": "1.0.0",
  "contact": "hello@trulyremotework.com",
  "protocols": [
    "h2",
    "http/1.1"
  ],
  "capabilities": {
    "read": true,
    "search": true,
    "write": false
  },
  "endpoints": [
    {
      "type": "llms-index",
      "url": "https://trulyremotework.com/llms.txt",
      "mediaType": "text/plain",
      "description": "LLM-optimised content index with job, company, and category listings"
    },
    {
      "type": "llms-full",
      "url": "https://trulyremotework.com/llms-full.txt",
      "mediaType": "text/plain",
      "description": "Full content dump of all job listings for LLM ingestion"
    },
    {
      "type": "openai-plugin",
      "url": "https://trulyremotework.com/.well-known/ai-plugin.json",
      "mediaType": "application/json",
      "description": "OpenAI plugin manifest — job search via REST API"
    },
    {
      "type": "api-catalog",
      "url": "https://trulyremotework.com/.well-known/api-catalog",
      "mediaType": "application/linkset+json",
      "description": "RFC 9548 API catalog"
    },
    {
      "type": "mcp",
      "url": "https://trulyremotework.com/.well-known/mcp",
      "description": "Model Context Protocol (MCP) endpoint"
    },
    {
      "type": "sitemap",
      "url": "https://trulyremotework.com/sitemap.xml",
      "mediaType": "application/xml",
      "description": "Sitemap with all job, company, and category pages"
    }
  ]
}