Synapse AI Execution Server
by SfdcAnnu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | Yes | Secret used to sign and verify JWT tokens for Salesforce callouts. Generate with 'openssl rand -hex 32'. | |
| SF_USERNAME | Yes | Username of the Salesforce System Integration user for server-side authentication. | |
| SF_CLIENT_ID | Yes | Consumer Key from the Salesforce Connected App used for JWT Bearer authentication. | |
| ANTHROPIC_API_KEY | Yes | Anthropic API key for Claude AI calls (sk-ant-...). | |
| SF_PRIVATE_KEY_PATH | Yes | Path to the RSA private key file used for Salesforce JWT Bearer authentication (default: ./keys/server.key). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |