bradley.im developer resources
Public machine-readable resources and content access conventions for developers and AI agents using bradley.im.
Public discovery files
bradley.im is Bradley Inniss’s personal engineering journal and portfolio. It is designed to be readable by people, search engines, and agents without requiring an account. The canonical hostname is www.bradley.im. The resources below describe the public index, crawler rules, and agent-oriented summary using predictable URLs tied to the bradley.im name.
- bradley.im llms.txtAgent-oriented site summary and canonical links.
- bradley.im sitemap.xmlIndexable public routes and update dates.
- bradley.im robots.txtCrawler policy and sitemap location.
Markdown content negotiation
The homepage, thoughts index, published thought pages, projects index, and public project detail pages have read-only Markdown representations. Send an Accept header containing text/markdown to the normal page URL. Responses vary by the Accept header so an intermediary cache can keep the HTML and Markdown variants separate. The homepage representation is also available directly from /api/markdown.
For example, run curl -H 'Accept: text/markdown' https://www.bradley.im/ or use the same header with https://www.bradley.im/thoughts. Markdown responses include frontmatter followed by the public page content. Unsupported paths return a Markdown 404 response rather than exposing private application data.
API and integration status
bradley.im does not currently offer a public write API, SDK, OpenAPI document, authentication guide, webhook catalog, or MCP server. CMS authoring endpoints are private operational interfaces and are not developer resources. This page is the canonical place to check that status; new public interfaces will be documented here and added to llms.txt before they are presented as supported integrations.