AWS S3

Store recordings of chat conversations in AWS S3

Your assistants can be configured to record chat conversations and upload the recordings to a bucket in AWS S3 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 for generating AWS access keys.

Credential Settings

SettingDescription
AWS Access Key IDThe access key id for AWS
AWS Secret Access KeyThe secret access key for AWS
S3 Bucket NameThe name of the bucket to upload recordings to
Bucket Path PrefixAn optional path prefix for recordings uploaded to the bucket. Supports LiquidJS Date format templating - for example, {{ "now" | date: "%Y/%m/%d" }} renders as YYYY/MM/DD.

Example

Example Configuration