Skip to main content
GET
/
api
/
auth
/
setup-status
Setup Status
curl --request GET \
  --url https://api.example.com/api/auth/setup-status
{
  "initialized": true,
  "needs_setup": true,
  "registration_enabled": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.xagent.run/llms.txt

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

Response

200 - application/json

Successful Response

initialized
boolean
required
needs_setup
boolean
required
registration_enabled
boolean
required