{
  "type": "agent-view",
  "version": "1.0",
  "product": {
    "name": "Glushea",
    "person": "Alex Glushenkov",
    "description": "Alex Glushenkov's professional website and agent-readable resource hub for AI strategy, product execution, portfolio projects, publications, and practical resources.",
    "canonical_url": "https://glushea.com/",
    "category": "professional-portfolio",
    "location": "Givat Shmuel, Israel"
  },
  "api": {
    "type": "openapi",
    "spec_url": "https://glushea.com/openapi.json",
    "base_url": "https://glushea.com",
    "auth": "none",
    "endpoints": [
      {
        "method": "GET",
        "path": "/api/profile.json",
        "operation_id": "getGlusheaProfile",
        "description": "Get canonical identity, contact, expertise, and social links"
      },
      {
        "method": "GET",
        "path": "/api/offerings.json",
        "operation_id": "getGlusheaOfferings",
        "description": "Get service areas, portfolio apps, and agent constraints"
      },
      {
        "method": "GET",
        "path": "/api/resources.json",
        "operation_id": "getGlusheaResources",
        "description": "Get developer and agent resource URLs"
      }
    ]
  },
  "capabilities": [
    "Retrieve canonical public profile metadata for Alex Glushenkov",
    "Retrieve Glushea service areas and portfolio information",
    "Retrieve developer and agent resource links",
    "Cite structured documentation from /docs and /api-reference",
    "Route professional inquiries via /contact"
  ],
  "constraints": [
    "Read-only API — no write operations available",
    "No user accounts, authentication, or billing",
    "No autonomous booking, purchasing, or form submission",
    "Inquiry-based engagement model — route to /pricing or /contact"
  ],
  "discovery": {
    "llms_txt": "https://glushea.com/llms.txt",
    "openapi": "https://glushea.com/openapi.json",
    "agent_skills": "https://glushea.com/.well-known/agent-skills/index.json",
    "mcp_manifest": "https://glushea.com/.well-known/mcp/manifest.json",
    "mcp_server_card": "https://glushea.com/.well-known/mcp/server-card.json",
    "ai_plugin": "https://glushea.com/.well-known/ai-plugin.json",
    "sitemap": "https://glushea.com/sitemap.xml",
    "schemamap": "https://glushea.com/schemamap.xml"
  },
  "contact": {
    "email": "alex.glushenkov@gmail.com",
    "contact_page": "https://glushea.com/contact",
    "pricing": "https://glushea.com/pricing"
  }
}
