Documentation Index
Fetch the complete documentation index at: https://developer.jonahanderson.me/llms.txt
Use this file to discover all available pages before exploring further.
Welcome
Candidate Profile OpenAPI spec
Review the source definition that drives the interactive endpoint reference.
Also available through MCP
Browse the MCP server
Prefer agent-native access? Use the remote MCP server to browse resources, call tools, and start from a built-in summary prompt.
Base URLs
The API currently exposes a single server target:Base URL
Authentication
This API uses bearer-token authentication. CallPOST /auth/token with an email address to receive a signed token, then send Authorization: Bearer YOUR_TOKEN on every protected request.
Read the authentication guide
See the token flow, example headers, and auth-related error responses.
Resources
The current API surface is grouped into six functional areas:Authenticationfor requesting a signed bearer token.Candidatefor the top-level profile payload.Experiencefor listing roles and retrieving a single experience entry.Projectsfor project summaries and full project details.Resumefor structured resume data or a PDF link.Contactfor inbound contact requests and availability status.
Responses
All endpoint details, parameters, and schemas are generated directly from the OpenAPI file, so updating the spec will update the rendered reference pages that use theopenapi frontmatter.
Response examples in this portal are illustrative and use sample data. They show the shape of the API, not the exact values returned by live requests.