{
  "name": "telman.ru — machine-readable catalog",
  "description": "Machine-readable endpoints describing Telman Akavov and his projects. No MCP server is provided; these are static JSON/TXT endpoints.",
  "site": "https://telman.ru",
  "last_updated": "2026-06-23",
  "endpoints": [
    {
      "path": "/machine.json",
      "type": "application/json",
      "description": "Structured profile of the site owner."
    },
    {
      "path": "/projects.json",
      "type": "application/json",
      "description": "Projects: active, MVP, archived, coming-soon and career."
    },
    {
      "path": "/profile.jsonld",
      "type": "application/ld+json",
      "description": "Schema.org Person profile."
    },
    {
      "path": "/skills.json",
      "type": "application/json",
      "description": "Index of directions / skills."
    },
    {
      "path": "/llms.txt",
      "type": "text/plain",
      "description": "Guidance for LLMs on how to describe the owner safely."
    },
    {
      "path": "/machine",
      "type": "text/html",
      "description": "Human-readable machine profile page."
    },
    {
      "path": "/mcp",
      "type": "text/html",
      "description": "Notes on machine/agent access."
    },
    {
      "path": "/sitemap.xml",
      "type": "application/xml",
      "description": "Sitemap of all pages."
    }
  ]
}