Public, unauthenticated discovery for agents and crawlers. Canonical site: https://mikehenken.com. My Assistant runs at https://agent.mikehenken.com.
/llms.txt: career summary and discovery index/.well-known/ai: AI Discovery Document (JSON)/openapi.yaml: OpenAPI 3 contract/sitemap.xml: XML sitemap/rss.xml: RSS feed/api/mcp: MCP capabilities stub/robots.txt: crawler policyGET /health: availability and route listGET /v1/config: canvas config (persona, API URLs)POST /v1/knowledge/search: Vectorize RAG over career corpusPOST /v1/voice/token: Gemini Live token (Turnstile required)POST /v1/chat: text chat with optional groundingGET /v1/panel-data: projects, expertise, articlesCalendar booking, visitor MCP attachments, and image generation are not available. Visitors can use the Message panel or the contact form.
curl -sS https://mikehenken.com/.well-known/ai | jq .service.name curl -sS https://agent.mikehenken.com/health | jq .ok