data/services/supabase_provisioner library

Classes

ProjectApiKeys
The anon + service role keys returned by the Management API's /v1/projects/{ref}/api-keys?reveal=true endpoint. The service role key is particularly sensitive and must never be persisted on device.
SupabaseProvisioner
Applies the bundled Supabase schema to a user-provided project using the Supabase Management API.

Exceptions / Errors

ProvisioningException
Thrown by SupabaseProvisioner.applySchema when schema provisioning fails. message is safe to show to the user; it never contains the access token.