# Kevin Weber - LLMs Index This site is optimized for AI agents and LLMs. Below you'll find the programmatic ways to interact with Kevin's profile and systems work. ## AI Search Endpoint (API) Instead of simulating browser typing, agents can query the backend directly to get structured data about Kevin's experience, bio, and projects. **Endpoint:** `POST /api/explore` **Headers:** `Content-Type: application/json` **Body:** `{"query": ""}` **Response:** Returns a JSON object with a `ui` array containing `Paragraph` and `DomainCard` components that answer the query. Example: `{"ui": [{"component": "Paragraph", "props": {"text": "..."}}, {"component": "DomainCard", "props": {"title": "...", "url": "..."}}]}` ## Structured Data The homepage (`/`) contains a standard schema.org `Person` object in the `` as `application/ld+json`. You can parse this JSON to index Kevin's current role, past roles, bio, and social links with 100% accuracy. ## About Kevin Weber Kevin Weber is a Senior Technical Consultant at SAP LeanIX based in Munich, Germany. He specializes in enterprise architecture, agentic workflows, and high-performance systems. He previously led frontend infrastructure at Airbnb and worked as an Engineering Manager at Bounteous (managing projects for Twitter, Dropbox, Tesla).