Salesloft · API Governance Rules
Salesloft API Rules
Spectral linting rules defining API design standards and conventions for Salesloft.
12 Rules
error 3
warn 5
Rule Categories
salesloft
Rules
warn
salesloft-summary-provider-prefix
All operation summaries must begin with "Salesloft" provider prefix
$.paths[*][*].summary
hint
salesloft-summary-title-case
Operation summaries must use Title Case
$.paths[*][*].summary
hint
salesloft-security-defined
Operations should define security requirements
$.paths[*][get,post,put,delete]
warn
salesloft-tags-title-case
Tags must use Title Case
$.tags[*].name
hint
salesloft-paths-kebab-case
Path segments should use kebab-case
$.paths
warn
salesloft-operation-tags-required
Operations must have at least one tag
$.paths[*][get,post,put,patch,delete]
error
salesloft-responses-required
Operations must define response codes
$.paths[*][get,post,put,patch,delete]
warn
salesloft-get-200-response
GET operations should define a 200 response
$.paths[*].get
hint
salesloft-post-success-response
POST operations should define a 200 or 201 response
$.paths[*].post
error
salesloft-info-title
API must have an info title
$.info
warn
salesloft-info-description
API must have an info description
$.info
error
salesloft-servers-defined
API must define servers
$
Spectral Ruleset
Work with this as data
Every ruleset here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for spectral rules
4 MCP tools reach this
find_rulesBrowse and filter every ruleset in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This ruleset
curl "https://apis.io/api/v1/rules/salesloft-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.