ApiSetup
Get setup status
Check if initial setup is required. Unauthenticated endpoint. Setup is required when no users exist and setup not completed.
Response Body
application/json
curl -X GET "https://loading/api/v1/setup/status"{
"setup_required": true,
"has_users": true,
"has_providers": true,
"recovery_mode": true
}Create or update setup OAuth provider
Create or update an OAuth provider during initial setup. Only available when no users exist and setup has not been completed, or via recovery token.
Create skill
Create a new skill from generated content. Validates against agentskills.io spec and creates a ZIP package.
