Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEEK_EMAIL | No | Your SEEK email address | |
| SEEK_PASSWORD | No | Your SEEK password | |
| CLAUDE_API_KEY | No | Your Claude API key | |
| LINKEDIN_EMAIL | No | Your LinkedIn email address | |
| OPENAI_API_KEY | No | Your OpenAI API key | |
| BROWSER_SLOW_MO | No | Browser operation delay in milliseconds | 500 |
| BROWSER_HEADLESS | No | Whether to run browser in headless mode | true |
| LINKEDIN_PASSWORD | No | Your LinkedIn password | |
| PRIMARY_AI_PROVIDER | No | Primary AI provider (claude or openai) | claude |
| MAX_DAILY_APPLICATIONS | No | Maximum number of daily applications | 10 |
| MAX_HOURLY_APPLICATIONS | No | Maximum number of hourly applications | 3 |
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 | |