Developer API Docs
Programmatic discovery and integration endpoints for agents, crawlers, and search engines.
Overview
This site implements modern IETF and Cloudflare standards for AI discovery. It exposes structured schemas, link discovery directories, protected resource limits, and an OpenAPI specification sheet.
Core Endpoints
/api/profileRetrieves full portfolio data in JSON format, including jobs, experience details, and custom presets list.
curl -X GET https://thirumalesh.me/api/profile
/api/healthExposes the health metrics and timestamp of the portfolio API services.
curl -X GET https://thirumalesh.me/api/health
Agent & Discovery Protocols
/.well-known/api-catalogReturns RFC 9727 API Catalog Linkset indexes indicating resource descriptions and specs.
curl -X GET https://thirumalesh.me/.well-known/api-catalog
/.well-known/mcp/server-card.jsonExposes SEP-1649 Model Context Protocol (MCP) server configurations and active client tool methods.
curl -X GET https://thirumalesh.me/.well-known/mcp/server-card.json
/.well-known/oauth-protected-resourceLists RFC 9728 OAuth 2.0 Protected Resource parameters, authorization endpoints, and supported scopes.
curl -X GET https://thirumalesh.me/.well-known/oauth-protected-resource