Configure trusted proxy auth during setup
Upserts trusted proxy settings for remote trusted-proxy mode, including the expected initial owner email.
setup_trusted_proxy_configureUpserts trusted proxy settings for remote trusted-proxy mode, including the expected initial owner email.
Authorization
bearer_auth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/setup/trusted-proxy/configure" \ -H "Content-Type: application/json" \ -d '{}'{ "configured_at": 0, "has_shared_secret": true, "session_expires_at": 0, "setup_owner_email": "string", "state": "uninitialized"}Get setup summary GET
Returns a summary of current setup configuration. Requires a valid setup session.
Local login and recovery POST
In Local Only mode, creates a loopback local session and may auto-finalize first-run owner bootstrap. In Ready External Access mode, every request requires a short-lived, single-use recovery capability minted by the local `oore recovery` command over the daemon's Unix management socket. TCP loopback and forwarding headers do not grant recovery authority.