KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Salesloft MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Salesloft.

Salesloft CLI Matrix

Use these pages for direct Salesloft CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.