Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Server host | 0.0.0.0 |
PORT | No | Server port | 3000 |
LOG_LEVEL | No | Logging level | info |
SUPABASE_URL | No | Supabase project URL | |
VERCEL_TOKEN | No | Vercel API token | |
SUPABASE_ANON | No | Supabase anonymous key | |
GEMINI_API_KEY | No | Google Gemini API key | |
VERCEL_TEAM_ID | No | Vercel team ID | |
POSTHOG_API_HOST | No | PostHog API host | https://app.posthog.com |
RENDER_API_TOKEN | No | Render API token | |
RENDER_ACCOUNT_ID | No | Render account ID | |
POSTHOG_PROJECT_KEY | No | PostHog project key | |
SUPABASE_SERVICE_ROLE | No | Supabase service role key | |
WEB_DRIVER_REMOTE_URL | No | Remote WebDriver URL (optional) | |
POSTHOG_PERSONAL_API_KEY | No | PostHog personal API key | |
TRACKING_REDACT_RULES_JSON | No | JSON string for tracking redaction rules |
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 |