Skip to main content
Setup readiness report

Authorizations

X-API-Key
string
header
required

Breadbox API key with format bb_<base62>. Carries either read_only or full_access scope. Write endpoints (and a handful of sensitive reads — /api-keys, /users/{user_id}/login) require full_access; endpoints that require it are flagged in their description.

Response

Bootstrap report.

Readiness/setup summary consumed by breadbox doctor.

version
string
required

Server build version.

encryption_key_set
boolean
required

True when ENCRYPTION_KEY is set.

database
object
required
providers
object[]
required

Provider configuration status. Order is stable (plaid, teller).

users_count
integer<int64>
required

Household user count.

login_accounts_count
integer<int64>
required

Admin / dashboard login account count.

api_keys_count
integer<int64>
required

Active (un-revoked) API key count.

active_connections_count
integer<int64>
required

Bank connections in 'active' status.

scheduler_running
boolean
required

True when the sync scheduler has active cron entries.

first_run
boolean
required

True when login_accounts_count == 0 — the same signal used by the admin first-run redirect.

Last modified on June 25, 2026