Overview
The Onboarding API powers the brain-setup wizard in the packaged Allternit Platform app. It reads and saves user configuration, discovers local-model providers and CLI subprocess brains, validates provider credentials, and proxies project initialization to the Gizzi Runtime. Provider credentials are handed directly to Gizzi and are never persisted by the API.Base URL
Authentication
Routes that mutate state require a valid bearer token. Read-only discovery endpoints may be called by an authenticated desktop session.Endpoints
Read configuration
Response
Save configuration
Save a provider
Provider fields
Response
Discover local models
Response
PATH and its version string.
Validate a provider key
Response
error.
Initialize a project
/v1/project/init endpoint and returns the runtime response verbatim.
Error codes
Related pages
- Providers — provider discovery and connection
- Local Brains — self-hosted and local model setup
- Brains — managed brain configuration