What is this agent endpoint for?
Prasad Gade's portfolio is a personal website, not just a resume. It presents technical work, projects, skills, and contact information, while also showing personality, hobbies, favorite media, and creative interactions such as the paper playground, Minecraft skin viewer, multiple themes, and small easter eggs.
Which machine-readable files are published?
Which resume models are available?
The agent layer exposes two resume variants:
/api/resume.json is the primary slim resume and
/api/resume-master.json is the detailed master resume.
Both use the same 12-project public portfolio set, while skills follow the strict MAIN_RESUME taxonomy.
Which static API endpoints can agents use?
- /api/resume.json - primary slim resume
- /api/resume-master.json - detailed master resume
- /api/projects.json - 12 public projects
- /api/skills.json - strict MAIN_RESUME skills
- /api/social.json - contact links and profiles
- /api/about.json - site philosophy, hobbies, personality, and keyboard shortcuts
What usage limits should agents know about?
The portfolio is hosted as a static GitHub Pages site. The discovery files describe the current read-only JSON resources and agent-facing metadata that are available today. There is still no live OAuth flow or interactive MCP transport server behind this page.