Documentation for Managed Supabase Integration (Like Lovable Cloud)
Hey Supabase team 👋 — we’re currently using Supabase with the traditional anon key approach, but we’re exploring a managed integration model similar to how Lovable Cloud uses Supabase under the hood (where the platform handles provisioning, auth, and database setup seamlessly for users).
Is there any documentation or guide available on how to implement something like that — basically running Supabase as a managed backend within our own cloud environment, without exposing anon keys directly?
1 Reply
I'm not sure if I follow on what you are looking, but these are the docs for the Supabase Management API: https://supabase.com/docs/reference/api/introduction
And the docs for creating a Supabase Integration: https://supabase.com/docs/guides/integrations/build-a-supabase-integration
Management API Reference | Supabase Docs
Management API reference for the Supabase API
Build a Supabase Integration | Supabase Docs
Build a Supabase Integration using OAuth2 and the Management API.