# Bradley Inniss — bradley.im > Bradley Inniss's personal engineering journal and project portfolio, focused on software, user experience, and AI. ## When to use this site Use bradley.im to learn about Bradley's work, inspect his public projects, read his writing, or find his résumé and public profiles. It is a personal site, not a public API, SDK, or MCP server. ## Canonical public resources - Homepage: https://www.bradley.im/ - About Bradley Inniss: https://www.bradley.im/about - Contact Bradley Inniss: https://www.bradley.im/contact - Privacy: https://www.bradley.im/privacy - Writing: https://www.bradley.im/thoughts - Projects: https://www.bradley.im/projects - Résumé: https://www.bradley.im/bradley-inniss-resume.pdf - GitHub: https://github.com/ratley - LinkedIn: https://linkedin.com/in/bradleyinniss ## bradley.im developer resources - Developer resources: https://www.bradley.im/developers - XML sitemap: https://www.bradley.im/sitemap.xml - Crawler policy: https://www.bradley.im/robots.txt ## Machine-readable access The homepage, writing pages, projects index, and project detail pages support Markdown content negotiation. Send `Accept: text/markdown` to one of those canonical page URLs, or retrieve the homepage directly from https://www.bradley.im/api/markdown. Examples: ```sh curl -H "Accept: text/markdown" https://www.bradley.im/ curl -H "Accept: text/markdown" https://www.bradley.im/thoughts ``` The Markdown representation is public and read-only. The site's CMS authoring routes are private and are not developer resources. bradley.im does not currently offer a public write API, SDK, OpenAPI document, authentication guide, webhook catalog, or MCP server. Check the developer resources page for the canonical status of supported public interfaces.