TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/operatoronline/weaver/llms.txt
Use this file to discover all available pages before exploring further.
onboard command sets up Weaver for first-time use by creating the configuration file and workspace directory with default templates.
Usage
What It Does
- Creates configuration at
~/.weaver/config.json - Creates workspace directory with embedded templates
- Prompts for overwrite if config already exists
- Displays next steps for API key setup
Interactive Example
Generated Files
Configuration File
Location:~/.weaver/config.json
Contains:
- Provider settings (OpenRouter, Anthropic, OpenAI, etc.)
- Agent defaults (model, temperature, max tokens)
- Gateway configuration (host, port)
- Channel settings (Telegram, Discord, Slack)
- Workspace path
Workspace Directory
Default location:~/.weaver/workspace/
Structure:
Exit Codes
| Code | Reason |
|---|---|
| 0 | Success - config and workspace created |
| 1 | Failed to save config or create workspace |
Error Conditions
~/.weaver/
Next Steps
After onboarding:Configuration Override
To re-run onboarding and overwrite existing config:Related Commands
weaver status- Verify onboarding successweaver agent- Start using the agentweaver migrate- Migrate from OpenClaw instead of onboarding