litestar-openapi
Installation
SKILL.md
OpenAPI
Execution Workflow
- Decide whether OpenAPI should be enabled, restricted, or disabled for the app.
- Set app-level
OpenAPIConfigfor title, version, docs endpoints, servers, tags, and render plugins. - Add route-level metadata deliberately:
summary,description,response_description,tags,security,operation_id,raises, andinclude_in_schema. - Use schema-generation customization only when default model generation is insufficient.
- Choose UI render plugins and endpoint paths intentionally for each environment.
- Validate that generated docs match real request, auth, and metrics behavior.