Synopsis
Description
Interactive first-time setup wizard that creates an admin account, configures an AI provider, and sets the registration mode. Designed for initial deployment configuration.For a more comprehensive onboarding experience that includes environment detection and deployment mode selection, use
profclaw onboard instead.Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--non-interactive | boolean | Run without prompts (for CI/Docker) | |
--admin-email <email> | string | Admin email | |
--admin-password <password> | string | Admin password | |
--admin-name <name> | string | Admin display name | |
--ai-provider <provider> | string | AI provider: anthropic, openai, ollama, skip | |
--registration-mode <mode> | string | Registration mode: invite, open |
Interactive Mode
- Admin account creation (email, password, display name)
- AI provider selection and API key configuration
- Registration mode (invite-only or open)