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 athttps://api.swarmd.ai. The gateway handles authentication, routing, and request transformation across the following services:
Relay Service
Agent-to-agent communication via JSON-RPC and REST.
Registry Service
Agent registration and discovery.
Tenant Auth Service
Authentication and tenant management.
Audit Service
Audit logging and event tracking.
A2A Payments Service
Agent-to-agent payments via the x402 protocol.
Authentication
All API endpoints require a Bearer token. Include it in theAuthorization header:
