# Salesloft > Salesloft is a sales engagement and revenue orchestration platform (now combined with Clari, Drift and Groove). Its Platform API v2 covers cadences, people, accounts, opportunities, calls, emails, meetings, conversation intelligence, bulk jobs, Rhythm signals and webhooks. Salesloft also runs a first-party remote MCP server that exposes a read-only projection of that data to AI agents. This file was GENERATED by API Evangelist on 2026-08-13 from apis.yml and the artifacts in this repository. Salesloft publishes no /llms.txt of its own — https://developers.salesloft.com/llms.txt returns the Docusaurus 404 shell. ## Facts an agent needs first - REST base URL: https://api.salesloft.com/v2 - Auth host: https://accounts.salesloft.com — OAuth 2.0 authorization_code and client_credentials, plus API keys ("ak" + 64 hex). Everything is sent as `Authorization: Bearer `. Access tokens live 7200 seconds. - Rate limit: 600 cost per minute, held **per team**, not per integration. Default cost 1 per request. Deep paging is surcharged (pages 101-150 = 3, 151-250 = 8, 251-500 = 10, 501+ = 30). Headers: `x-ratelimit-endpoint-cost`, `x-ratelimit-remaining-minute`. Exhaustion returns 429 with no documented Retry-After. - Response envelope: `data` (payload), `metadata` (how the request was actually processed), `error` (string, on 403/404), `errors` (object of field -> messages, on 422). - Paging is offset-based: `per_page` (default 25, max 100) and `page` (minimum 1). - Idempotency exists on exactly one endpoint: `POST /v2/signals` requires an `idempotency_key` (UUID4). No other write is idempotent. - Salesloft publishes no OpenAPI. The specs in this repository were derived by API Evangelist from Salesloft's public Postman collections. ## APIs - [Salesloft Platform API](https://developers.salesloft.com/docs/platform): REST API for cadences, people, accounts, emails, calls, tasks, opportunities and analytics. Base https://api.salesloft.com/v2 - [Salesloft Webhooks](https://developers.salesloft.com/docs/platform/webhooks/): Event push with a managed subscription resource, an `x-salesloft-event` type header and an `x-salesloft-signature` HMAC-SHA1 body signature. - [Salesloft MCP Server](https://mcp.salesloft.com/mcp): First-party remote MCP server, protocol revision 2024-11-05, 15 read-only tools. Manifest published anonymously at https://mcp.salesloft.com/ ## Specs and artifacts in this repository - openapi/ — 82 OpenAPI 3.0 documents, one per resource, 176 operations (source: openapi/_original/salesloft-openapi.yml) - asyncapi.yml — AsyncAPI 2.6 rendering of the documented webhook event catalogue - mcp/salesloft-mcp.yml — MCP server manifest; mcp/salesloft-mcp-tools.json — the verbatim published tool list with input and output schemas - mcp/salesloft-tool-crosswalk.yml — every MCP tool bound to its backing REST operation - authentication/salesloft-authentication.yml — OAuth, API key, OIDC and MCP auth profiles - scopes/salesloft-scopes.yml — 56 OAuth scopes including 6 privileged and 2 frontend-integration scopes - conventions/salesloft-conventions.yml — pagination, sorting, filtering, envelope, idempotency, rate-limit signalling - errors/salesloft-problem-types.yml — the 401/403/404/422/429 contract and the OAuth and MCP error bodies - rate-limits/salesloft-rate-limits.yml — the cost model in full - data-model/salesloft-data-model.yml — entity graph derived from the published MCP output schemas - lifecycle/salesloft-lifecycle.yml — versioning, status page, and the absence of a deprecation policy - changelog/salesloft-changelog.yml — monthly release notes, 2024-08 to 2026-08 - conformance/salesloft-conformance.yml — which standards the surface actually meets - security/ — domain security probe, trust centre, vulnerability-disclosure posture - well-known/salesloft-well-known.yml — the /.well-known/ probe across five hosts - packages/salesloft-packages.yml — registry sweep; Salesloft ships no first-party API client SDK - skills/ — 8 packaged Agent Skills for the marquee flows - overlays/ — one OpenAPI Overlay 1.0.0 per spec, carrying our corrections ## Docs - [Developer portal](https://developers.salesloft.com/) - [Getting started](https://developers.salesloft.com/docs/platform/intro/) - [API reference](https://developers.salesloft.com/docs/api/) - [API basics](https://developers.salesloft.com/docs/platform/api-basics/) - [OAuth - authorization code](https://developers.salesloft.com/docs/platform/api-basics/oauth-authentication/) - [OAuth - client credentials](https://developers.salesloft.com/docs/platform/api-basics/client-creds/) - [API key authentication](https://developers.salesloft.com/docs/platform/api-basics/api-key-authentication/) - [Scopes](https://developers.salesloft.com/docs/platform/api-basics/scopes/) - [Rate limits](https://developers.salesloft.com/docs/platform/api-basics/rate-limits/) - [Filtering, paging, sorting](https://developers.salesloft.com/docs/platform/api-basics/filtering-paging-sorting/) - [Request and response format](https://developers.salesloft.com/docs/platform/api-basics/request-response-format/) - [Webhooks](https://developers.salesloft.com/docs/platform/webhooks/) - [Webhook event types](https://developers.salesloft.com/docs/platform/webhooks/event-types/) - [Bulk jobs](https://developers.salesloft.com/docs/platform/bulk-jobs/) - [Building an efficient cursor poller](https://developers.salesloft.com/docs/platform/guides/building-an-efficient-cursor-poller/) - [Rhythm signals](https://developers.salesloft.com/docs/platform/rhythm-resources/sending-signals/) - [Frontend integrations](https://developers.salesloft.com/docs/platform/frontend-integrations/) - [Marketplace submission](https://developers.salesloft.com/docs/platform/marketplace/how-to-submit-your-app/) - [Public Postman workspace](https://www.postman.com/salesloft-dev/salesloft) ## Operations and trust - [Status page](https://status.salesloft.com/) (Atlassian Statuspage; JSON at /api/v2/status.json) - [Release notes](https://champions.salesloft.com/product-updates) — monthly - [Security program](https://www.salesloft.com/security) - [Trust portal](https://trust.salesloft.com/) — SOC 2 Type 2, ISO 27001/27017/27018, PCI DSS, HIPAA, FedRAMP, GDPR, CSA STAR - [Help centre](https://help.salesloft.com/) - Integration support: integrations@salesloft.com ## Optional - [Pricing](https://www.salesloft.com/pricing) — contact sales; no prices published - [Master Subscription Agreement](https://www.salesloft.com/legal/msa) - [Privacy notice](https://www.salesloft.com/legal/platform-privacy-notice) - [GitHub organization](https://github.com/SalesLoft)