Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_TOKEN | Yes | Your Super Singularity bearer token | |
| COMPANY_ID | Yes | Your Super Singularity company ID | |
| API_BASE_URL | Yes | Super Singularity API base URL (e.g., https://your-api-domain.com) | |
| ELEVENLABS_API_KEY | Yes | Your ElevenLabs API key for text-to-speech | |
| ELEVENLABS_VOICE_ID | No | ElevenLabs voice ID to use for audio generation | 21m00Tcm4TlvDq8ikWAM |
| AZURE_CONTAINER_NAME | No | Azure Blob Storage container name for audio files | audio-files |
| AZURE_STORAGE_CONNECTION_STRING | Yes | Azure Storage connection string (e.g., DefaultEndpointsProtocol=https;AccountName=...) |
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 | |