PraisonAI API
PraisonAI provides a unified HTTP API for all server capabilities. Start a local server and test endpoints directly in this documentation.Quick Start
http://127.0.0.1:8765
Authentication
Use the bearer token printed at startup:Base URL
All examples use
http://127.0.0.1:8765 as the base URL. Change the port if you started the server on a different port.Server Types
Discovery Endpoint
All servers expose a unified discovery endpoint:API Endpoints Summary
Core Endpoints
Agents API
Recipe API
MCP API
A2A API
A2U API
Jobs API (Async)
Authentication
Authentication is optional and configurable per server:--api-key accepts either Authorization: Bearer or X-API-Key.
Common Options
Safety Notes
Next Steps
Discovery API
Unified discovery endpoint
Agents API
Agent invocation endpoints
Recipe API
Recipe runner endpoints
A2U API
Event streaming endpoints

