Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR) | INFO |
| SECRET_KEY | Yes | Secret key for JWT tokens | |
| ENVIRONMENT | No | Environment (development, production) | development |
| DATABASE_URL | No | PostgreSQL connection string | postgresql+psycopg://postgres:postgres@localhost/preloop |
| PUSH_PROXY_URL | No | Push notification proxy configuration | https://preloop.ai/api/v1/push/proxy |
| PUSH_PROXY_API_KEY | No | Your API key with push_proxy scope from preloop.ai used for mobile push notifications. | |
| REGISTRATION_ENABLED | No | Enable self-registration. Set to false to disable public signups and require admin invitation. | true |
| DISABLE_VERSION_CHECK | No | Set to true to disable version checking and telemetry entirely. | |
| PRELOOP_DISABLE_TELEMETRY | No | Set to true to disable version checking and telemetry entirely. |
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 | |