For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/13 JULY 2026

Credits & Billing Management System

Backend
Billing
Dashboard

Usage tracking, credit top-ups, and subscription tier management in settings (apps/backend/credits).

PLANNING

  • Billing architecture. Designed organization credits, balance deduction rules, and invoice schemas in packages/db/src/schema/billing.ts.

FRONTEND

  • Billing dashboard. Added usage meters, credit top-up dialogs, and downloadable PDF invoice history in organization settings.

BACKEND

  • Credits service. Built apps/backend/credits microservice with atomic credit deduction middleware and low-balance warnings.

DEVOPS

  • CI workflow. Added be-credits.yml GitHub Actions workflow for automated service testing and deployment.
Reloop