Recipe Serve
Thepraisonai serve recipe command starts an HTTP server that exposes recipe endpoints for remote invocation.
Quick Start
Command Options
Security
Host Binding Safety
By default, the server binds to127.0.0.1 (localhost only). Binding to 0.0.0.0 (all interfaces) requires authentication.
Authentication Modes
API Key Authentication
X-API-Key header:
Configuration File
Create aserve.yaml file for persistent configuration:
Configuration Precedence
- CLI flags (highest priority)
- Environment variables
- Config file
- Defaults (lowest priority)

