Manage clients, monitor platform health, and view system metrics
Active client accounts
Total across all clients
All systems operational
Add and manage client accounts
Client management features coming soon. Use the Supabase dashboard to manage clients directly for now.
Quick Start: Add a Client
INSERT INTO clients (name, slug, api_key)
VALUES ('Client Name', 'client-slug', generate_api_key('client-slug'));