This site hosts documentation for a few utility services used in personal infrastructure. The goal is clarity, not completeness.
Examples use api.example.tld as a placeholder. Replace
it with your actual host.
Base conventions
Requests use JSON. Responses use JSON. Error responses are consistent across endpoints and include a machine-friendly code.
curl -sS https://api.example.tld/v1/health
curl -sS -H "Authorization: Bearer $TOKEN" https://api.example.tld/v1/me
Start with Docs for endpoint list and examples.