Skip to main content
GET
/
v0
/
setup
/
status
Get install setup status
curl --request GET \
  --url https://api.avidoai.com/v0/setup/status
{
  "needsOnboarding": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Setup status retrieved successfully

Response body for the setup-status endpoint. Changes from true to false exactly once, when the first organization is created.

needsOnboarding
boolean
required

True when the install has no organizations yet and should present the onboarding flow instead of the login screen.

Example:

false