polyclaw v5.0.0

API Reference

Polyclaw exposes a REST API and a WebSocket endpoint for the admin dashboard and external integrations.

Authentication

All /api/* endpoints require a Bearer token:

Authorization: Bearer <ADMIN_SECRET>

Exceptions are listed in the Security section.

Base URL

  • Local: http://localhost:8000
  • Docker: http://localhost:8080

Sections