Skip to main content

Welcome to Swarmd

Swarmd is a multi-agent orchestration platform. This documentation covers the Swarmd API and SDKs.

API Architecture

All API requests go through the Swarmd gateway at https://api.swarmd.ai. The gateway handles authentication, routing, and request transformation across the following services:

Authentication

All API endpoints require a Bearer token. Include it in the Authorization header:
curl -H "Authorization: Bearer YOUR_TOKEN" https://api.swarmd.ai/relay/...