Quibrix

Docs

Getting Started

Quibrix separates five areas: public website, dashboard, runtime browser flow, server-to-server API, and external provider webhooks.

URL model

Configuration names

QUIBRIX_APP_URL=https://quibrix.de
QUIBRIX_PUBLIC_URL=https://auth.quibrix.de
QUIBRIX_API_URL=https://api.quibrix.de
QUIBRIX_WEBHOOK_BASE_URL=https://quibrix.de

For local development, all four values may point to http://localhost:8080.

Next steps

  1. Create or open an app in the dashboard.
  2. Configure the Development runtime profile.
  3. Create a Runtime Profile API key.
  4. Open Diagnostics and copy or download the generated .env template.
  5. Install the Python SDK in your FastAPI app.