Sigil Wallet LogoSigil Wallet
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 onboard

The 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 token

Copy 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 --follow

Or launch the visual dashboards:

sigil dashboard   # Open Web UI
sigil tui         # Open Terminal UI

Next Steps

On this page