README
This topic covers integration patterns for connecting Claude Agent SDK with Salesforce to enable AI agents to access Salesforce data and files.
Core Question
Can Claude Agent SDK run inside Salesforce? No. The Agent SDK requires Python 3.10+ or Node.js 18+ runtime with container/sandboxed environments. It must run externally and integrate via APIs.
Documents
| Document | Description |
|---|---|
| Integration Patterns | Comprehensive guide covering: official Salesforce MCP servers, AWS/EKS self-hosting with file push/pull, Heroku options, ContentVersion API, Apex callout patterns with governor limits, and complete architecture diagrams |
Related Research
- Claude Opus 4.6 - Claude model capabilities and API features
- Data Integration - General data integration patterns
- Webhooks - Event-driven integration patterns