Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HATCH_API_KEY | Yes | Your Hatch API key | |
| HATCH_API_URL | No | Custom API URL (defaults to https://api.hatchhq.ai) | |
| HATCH_RETRY_MAX_DELAY | No | Maximum delay in milliseconds for retries (default: 10000) | |
| HATCH_RETRY_MAX_ATTEMPTS | No | Maximum retry attempts for API calls (default: 3) | |
| HATCH_RETRY_INITIAL_DELAY | No | Initial delay in milliseconds for retries (default: 1000) | |
| HATCH_RETRY_BACKOFF_FACTOR | No | Backoff factor for retry delays (default: 2) |
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 | |