sales
Salesloft MCP, CLI, and Lua Integration for AI Agents
Salesloft integration docs for AI agents: MCP gateway setup, Salesloft CLI commands, Lua API reference, credentials, and function schemas.
6 functions 5 read 1 write Bearer token auth
Salesloft for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
salesloft- route_slug
salesloft- package
salesloft- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Salesloft CLIHeadless setup and direct function calls. Salesloft MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Salesloft MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Salesloft.
Claude Code Salesloft MCP setup for Claude Code. Cursor Salesloft MCP setup for Cursor. Codex Salesloft MCP setup for Codex. OpenAI Agents Salesloft MCP setup for OpenAI Agents SDK. Claude Agent SDK Salesloft MCP setup for Claude Agent SDK. Vercel AI SDK Salesloft MCP setup for Vercel AI SDK. LangChain Salesloft MCP setup for LangChain. LangGraph Salesloft MCP setup for LangGraph. CrewAI Salesloft MCP setup for CrewAI. MCP clients Salesloft MCP setup for Generic MCP Clients.
Salesloft CLI Matrix
Use these pages for direct Salesloft CLI workflows in scripts, CI, cron, and agent wrappers.
CI Salesloft CLI for CI. Cron Jobs Salesloft CLI for cron jobs. Shell Scripts Salesloft CLI for shell scripts. Headless Automation Salesloft CLI for headless automation. Coding Agents Salesloft CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
salesloft.salesloft_list_sequences | Read read | 3 | List call sequences from Salesloft. Returns sequences with their IDs, names, statuses, and metadata. Supports pagination and optional status filtering. |
salesloft.salesloft_get_sequence | Read read | 1 | Get detailed information about a specific call sequence in Salesloft by its ID. |
salesloft.salesloft_create_sequence | Write write | 5 | Create a new call sequence in Salesloft with steps, owner assignment, status, and targets. |
salesloft.salesloft_list_rules | Read read | 2 | List automation rules from Salesloft. Returns rules with their IDs, names, conditions, and actions. |
salesloft.salesloft_get_rule | Read read | 1 | Get detailed information about a specific automation rule in Salesloft by its ID. |
salesloft.salesloft_get_current_user | Read read | 0 | Get the profile of the currently authenticated Salesloft user. Useful for verifying credentials and identifying the connected account. |