{
  "specVersion": "0.91",
  "name": "talogen.dev agentic resources",
  "description": "Agentic Resource Discovery catalog for Tal Ogen's portfolio — every resource an AI client can use here: the MCP server, the REST API, and the markdown/JSON data surfaces.",
  "url": "https://talogen.dev",
  "entries": [
    {
      "identifier": "urn:air:talogen.dev:server:portfolio",
      "trustManifest": { "identity": { "domain": "talogen.dev", "publisher": "Tal Ogen" } },
      "displayName": "Tal Ogen portfolio MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://talogen.dev/.well-known/mcp/server-card.json",
      "capabilities": ["get_profile", "list_projects", "list_agents", "get_project", "contact_recruiter"],
      "description": "Candidate profile, projects, and autonomous agents over MCP (streamable HTTP, no auth), plus a contact_recruiter tool that delivers a message to a real human.",
      "representativeQueries": [
        "evaluate Tal Ogen as a candidate for an AI transformation lead role",
        "list Tal Ogen's AI projects and autonomous agents",
        "contact Tal Ogen about a job opportunity"
      ]
    },
    {
      "identifier": "urn:air:talogen.dev:api:portfolio",
      "trustManifest": { "identity": { "domain": "talogen.dev", "publisher": "Tal Ogen" } },
      "displayName": "talogen.dev REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://talogen.dev/openapi.json",
      "capabilities": ["getProfile", "listProjects", "listAgents", "getProjectById", "getCandidate"],
      "description": "Read-only JSON API for the same portfolio data: profile, projects, agents, and the machine-readable candidate profile. No authentication.",
      "representativeQueries": [
        "fetch Tal Ogen's professional profile as JSON",
        "get full detail for the Human For AI project",
        "is Tal Ogen available for hire and for what roles"
      ]
    },
    {
      "identifier": "urn:air:talogen.dev:doc:llms-txt",
      "trustManifest": { "identity": { "domain": "talogen.dev", "publisher": "Tal Ogen" } },
      "displayName": "talogen.dev overview for AI agents",
      "type": "text/markdown",
      "url": "https://talogen.dev/llms.txt",
      "description": "One-page markdown overview of Tal Ogen's portfolio with when-to-use guidance and every machine-readable entry point.",
      "representativeQueries": [
        "what does talogen.dev offer to AI agents",
        "who is Tal Ogen and what has he built"
      ]
    }
  ]
}
