# Candidate Profile API ## Docs - [Authentication workflow](https://developer.jonahanderson.me/api-reference/authentication.md): Request and use bearer tokens for the Candidate Profile API. - [Request access token](https://developer.jonahanderson.me/api-reference/endpoint/auth-token.md): Returns a signed bearer token for the supplied email address and sends an auth-request email notification. - [Get Availability](https://developer.jonahanderson.me/api-reference/endpoint/availability.md): Returns the current availability status. The example response below is illustrative only. - [Get Candidate Profile](https://developer.jonahanderson.me/api-reference/endpoint/candidate.md): Returns the top-level candidate profile. The example response below is illustrative only. - [Create Contact Request](https://developer.jonahanderson.me/api-reference/endpoint/contact.md): Submits an inbound contact request. The example request and response below are illustrative only. - [Get Experience By Id](https://developer.jonahanderson.me/api-reference/endpoint/experience-get.md): Returns one experience entry by id. The example response below is illustrative only. - [List Experience](https://developer.jonahanderson.me/api-reference/endpoint/experience-list.md): Returns experience entries for the candidate profile. The example response below is illustrative only. - [Get Project By Id](https://developer.jonahanderson.me/api-reference/endpoint/project-get.md): Returns one project by id. The example response below is illustrative only. - [List Projects](https://developer.jonahanderson.me/api-reference/endpoint/projects-list.md): Returns project summaries. The example response below is illustrative only. - [Get Resume](https://developer.jonahanderson.me/api-reference/endpoint/resume.md): Returns either structured resume data or a PDF URL, depending on the requested format. The example responses below are illustrative only. - [Introduction](https://developer.jonahanderson.me/api-reference/introduction.md): Overview of the Candidate Profile API and how to work with its resources - [Candidate Profile API](https://developer.jonahanderson.me/index.md): Interactive API documentation for Jonah Anderson's authenticated candidate profile platform - [Interactions](https://developer.jonahanderson.me/mcp/interactions.md): Use the built-in prompt and try a few realistic MCP workflows. - [MCP Server](https://developer.jonahanderson.me/mcp/introduction.md): Use the Candidate Profile platform through a remote Model Context Protocol server. - [Resources](https://developer.jonahanderson.me/mcp/resources.md): Reference for every resource exposed by the Candidate Profile MCP server. - [Tools](https://developer.jonahanderson.me/mcp/tools.md): Reference for every tool exposed by the Candidate Profile MCP server. ## OpenAPI Specs - [openapi](https://developer.jonahanderson.me/api-reference/openapi.json)