Getting Started¶
The toolkit is a set of independent PyPI packages. Install only the ones you need.
Build a documented HTTP API¶
Use OpenAPI + Validation + Logging for OpenAPI / Swagger UI, typed request validation, consistent error responses, and invocation-aware logs.
Check your project before deployment¶
Use Doctor for Python version checks, dependency checks, host.json checks, common
misconfiguration detection, and CI-friendly diagnostics.
Start a new project faster¶
Use Scaffold + Cookbook for project templates, recommended folder structure, practical examples, and reusable patterns.
Explore advanced serverless patterns¶
Use DB + LangGraph for DB-oriented workflow experiments, pseudo-trigger patterns, and LangGraph workflow hosting patterns.
Recommended flow¶
Each package has its own documentation. Start from the toolkit overview to pick the right tool for your task.