ReferenceAPIOperationsHealth
Readiness check
Reports whether the database, migrations, and runtime encryption key are ready to serve requests.
Operation ID
readyzReports whether the database, migrations, and runtime encryption key are ready to serve requests.
Response Body
application/json
application/json
curl -X GET "https://example.com/readyz"{ "database": true, "encryption": true, "migrations": true, "ok": true}Health check GET
Returns daemon build metadata when the daemon is running.
Exchange a frontend pairing code POST
Exchanges a short-lived, single-use code created by `oore frontend invite` for the backend trusted-proxy proof and configured identity header. This endpoint accepts requests only from configured trusted-proxy peer CIDRs.