Docs
Reference

Supabase Edge Functions

Push a penv environment into a Supabase project's Edge Function secrets.

Push a penv environment into a Supabase project's Edge Function secrets.

The connection

WhatThis provider
VendorSupabase
Keysupabase-edge-secret
Availabilityavailable. You can connect it today.
Credential penv holdssupabase-token
Values read backno
Activationimmediate

What it moves

DirectionWhat it does
exportWrites names and values from penv into the store.

Supabase returns no value once it holds one, so penv can write here and cannot read back.

When a written value goes live

immediate. The running app sees a new value at once.

What happens to a name that exists

DirectionPolicies you can pick
exportcreate_only, overwrite, overwrite_and_prune

How syncs work says what each one does.

How you connect

You paste a credential you already hold. penv seals it and never shows it again.

FieldLabelKindRequiredWhat it is
accessTokenAccess tokensecret, masked here and sealedyesA personal access token from your Supabase account settings.

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
projectRefProjecttextyesnoThe project ref in your Supabase dashboard URL.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
secrets:readevery directionyesPreview cannot list the project's secrets.
secrets:writeexportyesExport cannot write anything.