Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
APP | No | Default app to use | slack |
PORT | No | Port for the SSE server | 3010 |
PIPEDREAM_CLIENT_ID | Yes | Your Pipedream OAuth client ID | |
PIPEDREAM_PROJECT_ID | Yes | The Pipedream project ID where accounts will be stored | |
PIPEDREAM_WEBHOOK_URI | No | Webhook URI to receive notifications on account connection, failure, etc. | |
PIPEDREAM_CLIENT_SECRET | Yes | Your Pipedream OAuth client secret | |
PIPEDREAM_PROJECT_ENVIRONMENT | Yes | The Pipedream project environment (e.g., development) | development |
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 |