Returns one project by id. The example response below is illustrative only.
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.
Signed bearer token returned by POST /auth/token. Send it in the Authorization header as Bearer <token>.
The resource identifier returned by a list endpoint.
Project detail.
Full project record returned by the detail endpoint.
Stable identifier for the project.
"project_example_001"
Project name shown in the portfolio.
"Project Atlas"
Short summary of what the project is or does.
"Example summary for a customer-facing workflow automation product."
External links associated with a project.
{
"github": "https://example.com/project-atlas/repository",
"live": "https://example.com/project-atlas",
"details": "https://example.com/projects/project-atlas"
}
Tags used to categorize the project.
One project tag.
[
"Workflow automation",
"API integration",
"Example tag"
]