Skip to content

Commit bc65fc3

Browse files
authored
Added Supabase Cloud Provider Docs (#233)
* Added Supabase Cloud Provider Docs * Updated Navigation * Updated Image URL * Renamed image
1 parent 9779578 commit bc65fc3

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

fern/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ navigation:
415415
path: providers/cloud/gcp.mdx
416416
- page: Cloudflare R2
417417
path: providers/cloud/cloudflare.mdx
418+
- page: Supabase
419+
path: providers/cloud/supabase.mdx
418420
- section: Observability
419421
contents:
420422
- page: Langfuse

fern/providers/cloud/supabase.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Supabase S3 Storage
3+
subtitle: Store recordings of chat conversations in Supabase Storage
4+
slug: providers/cloud/supabase
5+
---
6+
7+
Your assistants can be configured to record chat conversations and upload
8+
the recordings to a bucket in Supabase Storage when the conversation ends. You will
9+
need to configure the credential and bucket settings in the "Cloud Providers"
10+
section of the "Provider Credentials" page in the Vapi dashboard.
11+
12+
See these [instructions](https://supabase.com/docs/guides/storage/s3/authentication) for generating Supabase tokens and access keys, and finding your endpoint and region.
13+
14+
## Credential Settings
15+
16+
Setting | Description
17+
------------------------- | -------------------------------------------------------
18+
Bucket Name | The name of the bucket in Supabase Storage to upload recordings to
19+
Storage Region | The region of the Supabase project
20+
Storage Endpoint | The endpoint of the Supabase Storage to upload recordings to
21+
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket
22+
Storage Access Key ID | The access key id for Supabase Storage
23+
Storage Secret Access Key | The secret access key for Supabase Storage, associated with the access key id
24+
25+
## Example
26+
27+
<Frame caption="Example Configuration">
28+
<img src="../../static/images/credentials/provider/cloud-provider-supabase-s3.png" />
29+
</Frame>
150 KB
Loading

0 commit comments

Comments
 (0)