[ Getting started ]

Quickstart

Five minutes from zero to a running agent swarm on your machine.

1 — Install

Pick your platform. Each installer bundles the sidecar + UI and auto-installs OpenClaw on first launch.

Need Node 20+ already on your PATH if running from source. The installer does the rest.

2 — First launch

Open the app. The sidecar binds to :8080 and the UI loads in your default browser at http://localhost:8080.

Onboarding asks for one provider key. Recommended starters:

  • Anthropic — strongest reasoning, runs the Director by default
  • OpenAI — broad model selection, low-latency 4o
  • Ollama (local) — zero-cost, private, requires a local model pulled

Keys live in your local Vault — mirrored to data/secrets.env on disk, never sent to AgentiqFlow Labs.

3 — Talk to the Director

Open the Chat page. The default conversation routes through the Director, which dispatches to specialists (coder, researcher, writer, reviewer, ops, voice…).

Try:

Find the three highest-traffic pages on apple.com and write a brief summary of what each one is selling.

Watch the Swarm tab — you'll see the Director hand the research task to the Researcher agent, then to the Writer for the summary.

4 — Wire up a channel

Let your agents reach you outside the browser. Open Messaging:

  • Discord — paste a bot token, pick an agent, done
  • Telegram — paste a BotFather token (no public URL needed)
  • SMTP+IMAP — email with any provider
  • iMessage (macOS only) — read chat.db, reply via AppleScript

5 — Schedule something

Open Cron. Add a job:

# Every weekday at 8am, brief me on overnight news
0 8 * * 1-5    →  Researcher  →  "Brief me on overnight news in AI + markets"

The output flows to whichever channel(s) you've connected. Output is stored in the agent's memory so follow-up questions know the context.

You're running

From here:

Stuck? Discord · hello@agentiqflow.ai