SALESBUILDR DEVELOPER RESOURCES
Salesbuildr API & developer docs
Build on Salesbuildr with the public REST API. Authentication, OpenAPI, and reference docs for Company, Contact, Opportunity, Product, Quote, and more.
Salesbuildr developer resources
These links are for agents and developers integrating with Salesbuildr. The live API and key management live on Salesbuildr infrastructure; this marketing host publishes discovery docs and the OpenAPI document.
- OpenAPI specification · machine-readable API description on this host
- Public API reference · Redocly endpoint docs (portal.salesbuildr.com)
- API overview · auth, use cases, and integration notes
- llms.txt · agent-oriented site guide
- agent.md · short agent orientation for this host
- sitemap.xml · full URL list
Quickstart
- Read the OpenAPI spec (servers point at
https://portal.salesbuildr.com; paths under/public-api). - Authenticate with the
api-keyheader (see OpenAPIsecuritySchemes.ApiKey). API keys are issued in the Salesbuildr product, not on this marketing preview host. - Call live endpoints on portal.salesbuildr.com/public-api. Error bodies are JSON (e.g. 401
Unauthorized, 403API_KEY_INVALID). - Rate limits: 500 requests / 10 minutes; watch
X-RateLimit-*headers andRetry-Afteron HTTP 429 (documented in the OpenAPI description).