Building a Server
Implement a PLP-compatible server
Server Requirements
A PLP-compatible server must implement the required endpoints from the OpenAPI spec.
Minimal Implementation
GET /prompts- List promptsGET /prompts/:slug- Get single prompt
Optional Endpoints
Rendering, versioning, and search endpoints are optional but recommended.