Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port number | 3000 |
| NODE_ENV | No | Node environment (e.g., 'development', 'production') | development |
| LOG_LEVEL | No | Logging level (e.g., 'debug', 'info', 'warn', 'error') | debug |
| ATTIO_API_KEY | Yes | Your Attio API key (get one at https://app.attio.com/settings/api) | |
| ATTIO_WORKSPACE_ID | Yes | Your Attio workspace ID | |
| ATTIO_DEFAULT_CURRENCY | No | Default currency for deal values (e.g., 'USD') | |
| DISABLE_UNIVERSAL_TOOLS | No | Set to 'true' to use legacy tools instead of universal tools (deprecated) | |
| ATTIO_DEFAULT_DEAL_OWNER | No | Default owner email address for new deals (e.g., 'user@company.com') | |
| ATTIO_DEFAULT_DEAL_STAGE | No | Default stage for new deals (e.g., 'Interested') |
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 | |