Getting Started
Quick Start
Get your first Sigil Wallet agent running in under two minutes.
This guide walks you through creating and running your first autonomous agent.
1. Onboarding
sigil onboardThe guided wizard will walk you through:
- LLM Setup: Choose a provider (OpenAI, Anthropic, etc.) and enter your API key.
- Main Agent: Initialize your primary Sigil Wallet.
- Backend: Launch the background daemon automatically.
2. Authenticate
To use the Browser Extension or Web Dashboard, you'll need your session token:
sigil auth tokenCopy the token and paste it into the "Authenticate" screen of your chosen interface.
3. Create a Sub-Agent (Optional)
If you want an agent with a specialized personality or distinct wallet:
sigil agent create "trader-bot"
sigil agent start-agent "trader-bot"4. Monitor Activity
View real-time logs in your terminal:
sigil logs --followOr launch the visual dashboards:
sigil dashboard # Open Web UI
sigil tui # Open Terminal UI