AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Continuous deployment
Deploy docs automatically with the GitHub App on every push, or run blodemd push from GitHub Actions and other CI providers using a deploy key.
Blode.md deploys your docs on every push. The GitHub App is the zero-config default; if you'd rather run the deploy yourself, use a project deploy key from CI.
GitHub App (recommended)
Connect your repository in the dashboard Git tab. Every push to your configured branch deploys automatically -- no tokens, no workflow file, no CLI. This is the simplest path and the right default for most projects.
The GitHub App handles authentication for you. You only need a deploy key if you deploy from your own CI pipeline instead.
Deploy from CI (GitHub Actions)
To run the deploy yourself, add a workflow that calls blodemd push with a project deploy key in the BLODEMD_API_KEY secret: