About Salesforce Rest Api
The Salesforce REST API provides programmatic access to Salesforce data using standard HTTP methods. It supports creating, reading, updating, and deleting records for any object (leads, contacts, opportunities, cases, custom objects), running SOQL queries, and managing metadata. It is the primary integration surface for connecting external apps and automation workflows to Salesforce CRM. API call limits are allocated per-org based on edition and user count rather than billed separately.
AI Agent Use Cases
- Full CRUD operations on all standard and custom Salesforce objects
- SOQL query execution via /query endpoint
- Bulk API support for processing large datasets
- Metadata API for reading and deploying configuration
- OAuth 2.0 authentication with named credentials support
- API call limits allocated per org (edition + user count based, not separately charged)
Available Actions
These are the specific actions that AI agents can perform with this tool