SugarCRM website screenshot

SugarCRM

SugarCRM — rebranded as SugarAI in April 2026, with www.sugarcrm.com now redirecting to www.sugarai.com — is a B2B sales CRM platform serving 4,000+ customers and over one million users across 120+ countries. Its product suite spans Sugar Sell (sales automation), Sugar Serve (customer service), Sugar Market (marketing automation), and sales-i (sales intelligence from ERP data), with an emphasis on domain-specific AI that surfaces opportunities and recommends next actions and native integration with 180+ ERP systems. Sugar exposes a REST API on every deployment at https:///rest/v{version}/ (v10 through v11.27 as of the 26.1 Developer Guide), authenticated with two-legged OAuth 2.0 and returning JSON. The API covers CRM modules (Accounts, Contacts, Leads, Opportunities, Cases and more) with offset pagination, a /{module}/filter query surface, and role-based access control. Outbound events are delivered as Web Logic Hooks through the instance job queue. Official client libraries include the JavaScript Ventana connector and the PHP REST SDK. There is no public OpenAPI — the endpoint reference is served per instance at /rest/v{version}/help.

SugarCRM publishes 1 API on the APIs.io network. Tagged areas include Company, Software-as-a-Service, CRM, Sales, and Marketing.

The SugarCRM catalog on APIs.io includes 1 event-driven AsyncAPI specification.

SugarCRM’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 28 more developer resources.

62.9/100 strong ▬ flat Agent 25/100 agent aware saas Full breakdown ↓
scored 2026-09-06 · rubric v0.19.0
AccessPaid
1 APIs
CompanySoftware-as-a-ServiceCRMSalesMarketingCustomer ServiceSales AutomationREST APIWebhookSales Intelligence

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-06 · rubric v0.19.0
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/sugarcrm: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Sugar REST API

The Sugar REST API is hosted on each Sugar deployment at https:///rest/v{version}/ (v10 through v11.27). SugarCloud instances are hosted on Sugar's own sugarondemand.c...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Sugarcrm Rate Limits

2 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sugarcrm Authentication

oauth2 · 1 scheme

SECURITY

Sugarcrm Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Sugarcrm Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Sugarcrm Trust Center

ISO/IEC 27001, SOC 2 Type II, CSA STAR, EcoVadis

SECURITY

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 7

Authentication, authorization, and security posture

Scroll for all 7

Operate 5

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: sugarcrm
name: SugarCRM
description: SugarCRM — rebranded as SugarAI in April 2026, with www.sugarcrm.com now redirecting to www.sugarai.com — is
  a B2B sales CRM platform serving 4,000+ customers and over one million users across 120+ countries. Its product suite spans
  Sugar Sell (sales automation), Sugar Serve (customer service), Sugar Market (marketing automation), and sales-i (sales intelligence
  from ERP data), with an emphasis on domain-specific AI that surfaces opportunities and recommends next actions and native
  integration with 180+ ERP systems. Sugar exposes a REST API on every deployment at https://<site_url>/rest/v{version}/ (v10
  through v11.27 as of the 26.1 Developer Guide), authenticated with two-legged OAuth 2.0 and returning JSON. The API covers
  CRM modules (Accounts, Contacts, Leads, Opportunities, Cases and more) with offset pagination, a /{module}/filter query
  surface, and role-based access control. Outbound events are delivered as Web Logic Hooks through the instance job queue.
  Official client libraries include the JavaScript Ventana connector and the PHP REST SDK. There is no public OpenAPI — the
  endpoint reference is served per instance at /rest/v{version}/help.
url: https://raw.githubusercontent.com/api-evangelist/sugarcrm/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- threshold-ventures
x-tier: stub
x-tier-reason: portfolio-lead
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: paid
  onboarding: sales-assisted
  trial: false
  try_now: false
  public: false
  label: Published seat pricing, 15-user minimum, annual billing
  confidence: high
  source:
  - https://www.sugarai.com/pricing
  - plans/sugarcrm-plans-pricing.yml
  generated: '2026-08-13'
  method: searched
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-08-13'
image: https://www.sugarcrm.com/wp-content/uploads/2021/05/sugarcrm-facebook-card.png
tags:
- Company
- Software-as-a-Service
- CRM
- Sales
- Marketing
- Customer Service
- Sales Automation
- REST API
- Webhook
- Sales Intelligence
tags_raw:
- Company
- Saas
- CRM
- Sales
- Marketing
- Customer Service
- Sales Automation
- REST API
- Webhooks
- Sales Intelligence
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: Sugar REST API
  description: The Sugar REST API is hosted on each Sugar deployment at https://<site_url>/rest/v{version}/ (v10 through v11.27).
    SugarCloud instances are hosted on Sugar's own sugarondemand.com domain, so a cloud tenant's base is https://{instance}.sugarondemand.com/rest/v11_27/;
    on-site deployments substitute the customer's own site URL. It authenticates with two-legged OAuth 2.0 (password + refresh_token
    grants, OAuth-Token header), returns JSON with ISO 8601 dates, uses offset pagination, and exposes CRM modules through
    /{module} and /{module}/filter routes. Each instance serves its own endpoint reference at /rest/v{version}/help; no public
    OpenAPI is published.
  humanURL: https://support.sugarai.com/documentation/sugar_developer/sugar_developer_guide_26.1/integration/web_services/rest_api/
  baseURL: https://{instance}.sugarondemand.com/rest/v11_27/
  properties:
  - type: Documentation
    url: https://support.sugarai.com/documentation/sugar_developer/
  - type: APIReference
    url: https://support.sugarai.com/documentation/sugar_developer/sugar_developer_guide_26.1/integration/web_services/rest_api/
  - type: Authentication
    url: authentication/sugarcrm-authentication.yml
  - type: Conventions
    url: conventions/sugarcrm-conventions.yml
  - type: ErrorCatalog
    url: errors/sugarcrm-problem-types.yml
  - type: RateLimits
    url: rate-limits/sugarcrm-rate-limits.yml
  - type: Webhooks
    url: asyncapi/sugarcrm-webhooks.yml
  - type: Sandbox
    url: sandbox/sugarcrm-sandbox.yml
common:
- type: Website
  url: https://www.sugarai.com/
- type: DeveloperPortal
  url: https://support.sugarai.com/documentation/sugar_developer/
- type: Documentation
  url: https://support.sugarai.com/documentation/
- type: APIReference
  url: https://support.sugarai.com/documentation/sugar_developer/sugar_developer_guide_26.1/integration/web_services/rest_api/
- type: GettingStarted
  url: https://support.sugarai.com/documentation/sugar_developer/sugar_developer_guide_26.1/
- type: Support
  url: https://sugarclub.sugarai.com/
- type: Blog
  url: https://www.sugarai.com/blog
- type: GitHubOrganization
  url: https://github.com/sugarcrm
- type: Pricing
  url: https://www.sugarai.com/pricing
- type: SignUp
  url: https://portal.sugarondemand.com/
- type: TermsOfService
  url: https://www.sugarai.com/legal/terms-of-use
- type: PrivacyPolicy
  url: https://www.sugarai.com/legal/privacy-policy
- type: StatusPage
  url: https://status.cloud.sugarai.com/
- type: Authentication
  url: authentication/sugarcrm-authentication.yml
- type: Conventions
  url: conventions/sugarcrm-conventions.yml
- type: ErrorCatalog
  url: errors/sugarcrm-problem-types.yml
- type: Lifecycle
  url: lifecycle/sugarcrm-lifecycle.yml
- type: Deprecation
  url: lifecycle/sugarcrm-lifecycle.yml
- type: ChangeLog
  url: changelog/sugarcrm-changelog.yml
- type: Conformance
  url: conformance/sugarcrm-conformance.yml
- type: Compliance
  url: https://www.sugarai.com/legal/security-trust
- type: TrustCenter
  url: security/sugarcrm-trust-center.yml
- type: DomainSecurity
  url: security/sugarcrm-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/sugarcrm-vulnerability-disclosure.yml
- type: Security
  url: security/sugarcrm-vulnerability-disclosure.yml
- type: SecurityTxt
  url: well-known/sugarcrm-security.txt
- type: Packages
  url: packages/sugarcrm-packages.yml
- type: SDKs
  url: packages/sugarcrm-packages.yml
- type: CLI
  url: cli/sugarcrm-cli.yml
- type: Plans
  url: plans/sugarcrm-plans-pricing.yml
- type: RateLimits
  url: rate-limits/sugarcrm-rate-limits.yml
- type: Webhooks
  url: asyncapi/sugarcrm-webhooks.yml
- type: Sandbox
  url: sandbox/sugarcrm-sandbox.yml
- type: WellKnown
  url: well-known/sugarcrm-well-known.yml
- type: LLMsTxt
  url: llms/sugarcrm-llms.txt
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 9
  pass: local-v1

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/sugarcrm"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/sugarcrm/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/sugarcrm/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.