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.
REST API overview
Use the Blode.md REST API for programmatic access to projects, deployments, and domains when you need custom tooling beyond the CLI workflows.
The base URL for all requests is https://api.blode.md.
The CLI handles deployments automatically. Use the REST API for custom integrations or tooling built on top of blodemd.
Authentication
Every endpoint uses the Supabase user session token issued by blodemd login:
Authorization: Bearer <token>
The CLI attaches this header automatically.
Error format
All errors return JSON with an error string and an optional issues field for validation errors.