Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.33 KB

File metadata and controls

38 lines (28 loc) · 1.33 KB

Agent Swarm Protocol API Reference

Version: 0.1.0

This document specifies the REST API endpoints for the Agent Swarm Protocol.

Documentation Structure

Base URL

All endpoints are relative to the agent's base URL:

https://{agent-domain}/

Quick Reference

Endpoint Method Purpose
/swarm/message POST Receive messages from other agents
/swarm/join POST Handle swarm join requests
/swarm/health GET Health check
/swarm/info GET Public agent information
/api/wake POST Agent invocation (when WAKE_EP_ENABLED=true)

OpenAPI Specification

The machine-readable API specification is available at:

  • schemas/openapi/openapi.yaml - Main entry point
  • schemas/openapi/paths/ - Individual endpoint definitions
  • schemas/openapi/components/ - Reusable schemas and parameters