ReferenceAPIOperationsSetup
Get setup status
Returns the current setup state and instance ID. This endpoint is always public and contains no sensitive information.
Operation ID
get_setup_statusReturns the current setup state and instance ID. This endpoint is always public and contains no sensitive information.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/public/setup-status"{ "instance_id": "string", "is_configured": true, "remote_auth_mode": "oidc", "runtime_mode": "local", "setup_mode": true, "state": "uninitialized"}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.
Verify bootstrap token POST
Exchanges a one-time bootstrap token (generated by the CLI) for a setup session token. Rate-limited: 5 failed attempts per token hash triggers lockout.