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.

Every agent automatically has two web tools:
ToolWhat it does
websearchSearch the open web. Returns ranked URLs + snippets.
webfetchFetch and clean the contents of URLs.
For everything else, agents opt in to MCPsModel Context Protocol servers that expose tools like “send iMessage,” “list GitHub PRs,” “post to Slack.”

Use an MCP

Add it to the bundle and grant any secrets it needs:
{
  "name": "research-agent",
  "mcps": ["sendblue", "github"],
  "secretGrants": [
    "SENDBLUE_API_KEY_ID",
    "SENDBLUE_API_SECRET_KEY",
    "GITHUB_TOKEN"
  ]
}

Built-in registry

idWhat it doesRequired secrets
sendblueSend iMessage / SMSSENDBLUE_API_KEY_ID, SENDBLUE_API_SECRET_KEY
githubRead repos, PRs, issuesGITHUB_TOKEN
slackPost and read Slack messagesSLACK_BOT_TOKEN
playwrightHeadless browser automation
fetchGeneric HTTP fetch
filesystemWorkspace file IO
swarmlord mcp list --available

Secrets

swarmlord secret set SENDBLUE_API_KEY_ID
Set once per user. Encrypted at rest. Only surfaced inside the MCP, never in events or logs. Grant explicit access via secretGrants in the bundle.

Cost

Every model call and tool call is recorded in USD. View on the dashboard.