Skip to main content

Documentation Index

Fetch the complete documentation index at: https://zpg6.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

swarmlord runs AI agents that you define in one swarmlord.jsonc file.
swarmlord.jsonc
{
  "name": "hello-agent",
  "model": { "providerId": "openrouter", "modelId": "anthropic/claude-opus-4.8" },
  "instructions": "You are a helpful agent."
}
swarmlord deploy && swarmlord run -m "Say hi."
That’s the whole thing. The agent is now reachable from curl, the SDK, the CLI, and the dashboard.

What you get

  • Persistent sessions — multi-turn memory, fork, abort, and resume from any disconnect.
  • Built-in web toolswebsearch and webfetch ready for every agent.
  • MCPs in one line — Sendblue, GitHub, Slack, Playwright, more.
  • Schedule and trigger — cron expressions and webhook URLs come with the bundle.
  • Real billing — every model call recorded in USD.

Where to next

Quickstart

Deploy your first agent in 5 minutes.

Concepts

Agents, sessions, MCPs.

CLI

Every command, in depth.

SDK

The TypeScript client.