Skip to content

Quick Start

Get Starpod running in under 2 minutes.

1. Initialize

bash
cd your-project
starpod init --default

2. 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-project

Open 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 repl

What'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

Released under the MIT License.