Skip to main content
Salty is a developer-first CRM. Every CRM in 2026 was built for humans first and bolted AI on later — Salty is the inverse. The interface surface is a clean REST API, an MCP server, a CLI, and signed webhooks. The agent does the work; Salty is the database underneath. See trysalty.com for the product overview, pricing, and sign-up.

Hosts at a glance

Every code sample in these docs uses environment variables for hostnames. Set these once per shell:
Bearer tokens go in $SALTY_API_KEY. The Scalar API explorer is always at $SALTY_API/reference.

Three ways to call the API

curl — for one-off probing.
SDK — for application code.
Scalar explorer — for interactive exploration. Open $SALTY_API/reference, paste your sk_live_… key in Authorize, send requests from the page.

Next