Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | false |
LULU_API_URL | No | Lulu API endpoint URL | https://api.lulu.com |
LULU_AUTH_URL | No | Lulu authentication endpoint URL | https://api.lulu.com/auth/realms/glasstree/protocol/openid-connect/token |
LULU_CLIENT_KEY | Yes | Your Lulu API client key | |
LULU_USE_SANDBOX | No | Use sandbox environment for testing | false |
LULU_CLIENT_SECRET | Yes | Your Lulu API client secret | |
LULU_SANDBOX_API_URL | No | Lulu Sandbox API endpoint URL | https://api.sandbox.lulu.com |
LULU_SANDBOX_AUTH_URL | No | Lulu Sandbox authentication endpoint URL | https://api.sandbox.lulu.com/auth/realms/glasstree/protocol/openid-connect/token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |