Changelog
Every release. Every improvement. Documented.
- v4.0.0
Added
- In-app notifications β bell icon in the dashboard header with real-time alerts, unread dot, and mark-all-read.
- API key revoke & delete β revoke active keys or permanently delete any key from settings, with confirmation.
- Team avatar in sidebar β team switcher shows your team logo when set, with initials fallback.
Infrastructure
- New endpoints: GET /api/v1/notifications, PATCH /api/v1/alerts/[id], POST /api/v1/alerts/acknowledge-all.
- avatarUrl exposed on GET /api/v1/teams/active and GET /api/v1/teams.
- TypeScript build fixes β api-keys page and team settings page fallback types corrected.
- v0.3.0
Added
- LLM Gateway β one endpoint for OpenAI, Anthropic, Mistral, and Gemini. One URL swap, zero code changes.
- Budget Firewall β hard caps and soft alerts per project. No surprise invoices.
- Context Optimizer β automatic prompt compression. Up to -40% tokens, same output quality.
- Model Router β automatic model selection based on cost and performance per request.
- Rate limiting β per API key, per project, and per plan.
- API key management β create, list, and revoke keys with scoped access.
- LLM provider key vault β store your OpenAI, Anthropic, Mistral, and Gemini keys. Encrypted at rest.
- Model catalog β browse all active models with capabilities and pricing.
- Usage API β token usage and cost aggregated by model and project.
- Budget API β configure monthly token and cost limits with alert thresholds.
- v0.2.0
Added
- Billing β Free, Pro, Team, and Enterprise plans via Stripe.
- Self-serve subscription management and cancellation.
- Webhooks engine β push budget alerts and usage events to Slack, Teams, or any URL.
- Audit logs β 90-day retention for Team and Enterprise plans.
- RBAC β Admin, Manager, Dev, and Viewer roles for team workspaces.
- Upsell prompts β contextual upgrade suggestions triggered by plan limits.
- Transactional emails β subscription confirmation, payment failed, cancellation.
- v0.1.0
Initial release
- GateCtr platform β first public release.
- Clerk authentication β SSO, MFA, and OAuth.
- Multi-tenant workspace management.
- Real-time usage dashboard.
- 3-step onboarding β workspace, LLM provider, budget.
- Waitlist and admin panel.