-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (25 loc) · 1.35 KB
/
Copy path.env.example
File metadata and controls
29 lines (25 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ─── Required ───────────────────────────────────────────────
# Vapi private API key. Dashboard → Settings → API Keys → Private Key.
# Used by the bootstrap script to create/update assistants.
VAPI_PRIVATE_KEY=
# ─── Assistant IDs ──────────────────────────────────────────
# Leave these blank on your first run. The bootstrap script CREATES each
# assistant and prints the new ids at the end — paste them back in here,
# then re-run `bun run bootstrap` to confirm idempotent in-place updates.
#
# One id per (scenario × language) tuple: 3 scenarios × 5 languages = 15.
VAPI_ASSISTANT_APPOINTMENT_SCHEDULING_EN_ID=
VAPI_ASSISTANT_APPOINTMENT_SCHEDULING_ES_ID=
VAPI_ASSISTANT_APPOINTMENT_SCHEDULING_IT_ID=
VAPI_ASSISTANT_APPOINTMENT_SCHEDULING_FR_ID=
VAPI_ASSISTANT_APPOINTMENT_SCHEDULING_MULTI_ID=
VAPI_ASSISTANT_QUALIFICATION_EN_ID=
VAPI_ASSISTANT_QUALIFICATION_ES_ID=
VAPI_ASSISTANT_QUALIFICATION_IT_ID=
VAPI_ASSISTANT_QUALIFICATION_FR_ID=
VAPI_ASSISTANT_QUALIFICATION_MULTI_ID=
VAPI_ASSISTANT_CUSTOMER_SUPPORT_EN_ID=
VAPI_ASSISTANT_CUSTOMER_SUPPORT_ES_ID=
VAPI_ASSISTANT_CUSTOMER_SUPPORT_IT_ID=
VAPI_ASSISTANT_CUSTOMER_SUPPORT_FR_ID=
VAPI_ASSISTANT_CUSTOMER_SUPPORT_MULTI_ID=