Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_SECRET | No | Your Notion secret | |
| OPENAI_API_KEY | Yes | Your OpenAI API key (used in add-tool.ts to generate a zod schema from the given information about the Wordware flow) | |
| REACT_AGENT_APP_ID | No | The ID of your deployed React Agent app | |
| NOTION_PARENT_PAGE_ID | No | The ID of the Notion page to save to | |
| SAVE_TO_NOTION_APP_ID | No | The ID of your deployed Save to Notion app | |
| LEAD_ENRICHMENT_APP_ID | No | The ID of your deployed Lead Enrichment app | |
| RESEARCH_FOUNDER_APP_ID | No | The ID of your deployed Research Founder app |
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 | |