Quick Start
Get Starpod running in under 2 minutes.
1. Initialize
bash
cd your-project
starpod init --default2. Set your API key
bash
export ANTHROPIC_API_KEY="sk-ant-..."3. Start the server
bash
starpod serve Starpod is running
Frontend http://127.0.0.1:3000
API http://127.0.0.1:3000/api
WS ws://127.0.0.1:3000/ws
Telegram not configured
Model claude-haiku-4-5
Project /path/to/your-projectOpen http://localhost:3000 for the web UI.
Alternative: CLI
One-shot message:
bash
starpod chat "What files are in this directory?"Interactive REPL:
bash
starpod replWhat's Next?
- Configuration — customize the model, personality, and more
- Memory — learn how Starpod remembers across conversations
- Skills — teach your agent new abilities
- Telegram — connect Starpod to Telegram