Reference
API reference
The HTTP surface you can automate against. Placeholder content for now.
Base URL
All API routes are served under https://brintos.io/api.
Filesystem endpoints
| Method | Path | Description |
|---|---|---|
| GET | /repos/<owner>/<repo>/fs/tree | List a machine's filesystem tree. |
| GET | /repos/<owner>/<repo>/fs/blob/<oid> | Fetch file content by object id. |
Placeholder. Full endpoint docs and auth details are on the way.