Tutorial
Run the local FastAPI demo
- Start Quibrix and PostgreSQL.
- Open
/dashboard, create an app, and configure its Development runtime profile. - Create a Runtime Profile API key.
- Open Diagnostics and copy the
.envtemplate. - Set the placeholders in
examples/python-fastapi-app. - Run
uvicorn main:app --reload --port 8000.
Feature upgrade check
The demo route /export requires feature export_pdf. If the current user plan does not include it, the SDK calls /api/runtime/features/check and redirects the browser to /runtime/checkout/start.