Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| ENABLE_MMS | No | Enable MMS support | true |
| WEBHOOK_PORT | No | Port for webhook server | 3000 |
| DATABASE_PATH | No | SQLite database file path | ./data/twilio.db |
| WEBHOOK_BASE_URL | Yes | Public HTTPS URL for webhooks | |
| ENABLE_AI_CONTEXT | No | Enable AI context generation | true |
| TWILIO_AUTH_TOKEN | Yes | Twilio Auth Token | |
| TWILIO_ACCOUNT_SID | Yes | Twilio Account SID (starts with AC). Get this from https://console.twilio.com | |
| TWILIO_PHONE_NUMBER | Yes | Your Twilio phone number in E.164 format (e.g., +1234567890) | |
| AUTO_CREATE_CONVERSATIONS | No | Auto-create conversations for new threads | true |
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 | |