Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OAUTH_ENABLED | No | Whether OAuth is enabled (e.g., 'true') | true |
| DEDALUS_AS_URL | No | The Dedalus platform AS URL | https://as.dedaluslabs.ai |
| OAUTH_BASE_URL | No | Google Calendar API base URL | https://www.googleapis.com/calendar/v3 |
| DEDALUS_API_KEY | Yes | Your Dedalus API key (dsk-live-* or dsk-test-*) | |
| DEDALUS_API_URL | No | The Dedalus platform API URL | https://api.dedaluslabs.ai |
| OAUTH_CLIENT_ID | Yes | Your Google OAuth 2.0 Client ID | |
| OAUTH_TOKEN_URL | No | Google OAuth 2.0 token URL | https://oauth2.googleapis.com/token |
| OAUTH_AUTHORIZE_URL | No | Google OAuth 2.0 authorization URL | https://accounts.google.com/o/oauth2/auth |
| OAUTH_CLIENT_SECRET | Yes | Your Google OAuth 2.0 Client Secret | |
| OAUTH_SCOPES_AVAILABLE | No | Comma-separated list of Google Calendar API scopes | https://www.googleapis.com/auth/calendar,https://www.googleapis.com/auth/calendar.events |
Capabilities
Server capabilities have not been inspected yet.
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 | |