Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Optional OpenAI API key | |
| SPOTIFY_CLIENT_ID | Yes | Spotify client ID for authentication | |
| TWILIO_AUTH_TOKEN | Yes | Twilio authentication token | |
| ELEVENLABS_API_KEY | No | Optional ElevenLabs API key for voice synthesis | |
| TWILIO_ACCOUNT_SID | Yes | Twilio account SID for WhatsApp/SMS | |
| TWILIO_PHONE_NUMBER | Yes | Twilio phone number for sending messages | |
| SPOTIFY_CLIENT_SECRET | Yes | Spotify client secret for authentication |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |