diff --git a/fern/docs.yml b/fern/docs.yml index 00128ba57..28af5998e 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -415,6 +415,8 @@ navigation: path: providers/cloud/gcp.mdx - page: Cloudflare R2 path: providers/cloud/cloudflare.mdx + - page: Supabase + path: providers/cloud/supabase.mdx - section: Observability contents: - page: Langfuse diff --git a/fern/providers/cloud/supabase.mdx b/fern/providers/cloud/supabase.mdx new file mode 100644 index 000000000..74e9d11bd --- /dev/null +++ b/fern/providers/cloud/supabase.mdx @@ -0,0 +1,29 @@ +--- +title: Supabase S3 Storage +subtitle: Store recordings of chat conversations in Supabase Storage +slug: providers/cloud/supabase +--- + +Your assistants can be configured to record chat conversations and upload +the recordings to a bucket in Supabase Storage when the conversation ends. You will +need to configure the credential and bucket settings in the "Cloud Providers" +section of the "Provider Credentials" page in the Vapi dashboard. + +See these [instructions](https://supabase.com/docs/guides/storage/s3/authentication) for generating Supabase tokens and access keys, and finding your endpoint and region. + +## Credential Settings + +Setting | Description +------------------------- | ------------------------------------------------------- +Bucket Name | The name of the bucket in Supabase Storage to upload recordings to +Storage Region | The region of the Supabase project +Storage Endpoint | The endpoint of the Supabase Storage to upload recordings to +Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket +Storage Access Key ID | The access key id for Supabase Storage +Storage Secret Access Key | The secret access key for Supabase Storage, associated with the access key id + +## Example + + + + diff --git a/fern/static/images/credentials/provider/cloud-provider-supabase-s3.png b/fern/static/images/credentials/provider/cloud-provider-supabase-s3.png new file mode 100644 index 000000000..48054990b Binary files /dev/null and b/fern/static/images/credentials/provider/cloud-provider-supabase-s3.png differ