Datorama website screenshot

Datorama

Datorama was a cloud-based marketing intelligence and analytics platform founded in 2012 in Tel Aviv and New York. It unified marketing, advertising, and sales data from thousands of disparate sources into a single AI-powered reporting and dashboarding layer, using its "Genius" machine learning engine to automate data harmonization across ad, social, web, and CRM APIs. Salesforce acquired Datorama in August 2018 for a reported ~$800 million and rebranded it as Salesforce Marketing Cloud Intelligence. The marketing, pricing, legal, trust and support surfaces have moved to salesforce.com, but the developer surface is still live on the original domain: a Gatsby developer portal at developers.datorama.com documents an Intelligence Platform API and a synchronous Query API on https://api.datorama.com/v1, both authenticated with a per-user personal access token in an Authorization header, both rate limited per user (60 platform req/min, 200 query req/min, 20,000 calls/day UTC) with X-PlatformRateLimit-*, X-QueryRateLimit-* and X-DailyQuota-* response headers, plus an asynchronous Reporting API for large exports, a header-switched sandbox mode, an Apps JavaScript SDK and a `dato` CLI on npm, a custom-connector framework, and — new in July 2026 — a first-party MCP server (@datorama/mci-mcp-sdk) that proxies MCP JSON-RPC to a tenant /api/mcp endpoint using an OAuth2 service-account key. No OpenAPI, AsyncAPI, GraphQL SDL, llms.txt, /.well-known/ document or A2A agent card is published anywhere on the surface. This profile entered the API Evangelist network as a lightspeed-venture-partners portfolio lead.

Datorama publishes 2 APIs on the APIs.io network. Tagged areas include Company, Analytics, Marketing, Marketing Intelligence, and Advertising.

Datorama’s developer surface includes documentation, API reference, getting-started guide, support, pricing, authentication, changelog, and 26 more developer resources.

47.8/100 developing ▬ flat Agent 8/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessPaid
2 APIs 1 MCP Servers
CompanyAnalyticsMarketingMarketing IntelligenceAdvertisingDataBusiness IntelligenceReportingSalesforceMarketing AnalyticsData HarmonizationDashboardsMCP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
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/datorama: 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 2

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

Intelligence Platform API

REST API to set up, manage and administer a Marketing Cloud Intelligence (Datorama) account — accounts, workspaces, users, permission sets, data streams, connectors, data source...

Intelligence Query API

Synchronous JSON query API for reading harmonized Marketing Cloud Intelligence (Datorama) data out into any other platform, including all classifications and calculations. POST ...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Datorama Rate Limits

3 limits

RATE LIMITS

Security Posture 4

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

Datorama Authentication

apiKey/oauth2 · 3 schemes

SECURITY

Datorama Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Datorama Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Datorama Trust Center

SOC 2, SOC 3, C5 (ISAE 3000), UK Cyber Essentials, UK Cyber Essentials Plus, Spain ENS High, EU Processor Binding Corporate Rules

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 6

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 6

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: datorama
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: Paid, sales-assisted, API access separately entitled
  confidence: high
  source:
  - https://www.salesforce.com/marketing/analytics/pricing/
  - https://developers.datorama.com/docs/manage/introduction/
  - url: https://datorama.com
    status: 301
    note: declared website redirects to https://www.salesforce.com/marketing/analytics/?redirect=datorama.com&bc=DB — a different
      registrable domain (datorama.com -> salesforce.com), possible rename or acquisition (probed 2026-09-03, roadmap#169)
  generated: '2026-08-12'
  method: searched
  note: Two published org-level plans (US$10,000 and US$11,000 per org per month, billed annually), both with a "Contact us"
    call to action. API access is an additional paid feature that depends on the account plan AND requires user-level activation
    by the account manager; a user without it never sees an API token.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/datorama.png
name: Datorama
description: 'Datorama was a cloud-based marketing intelligence and analytics platform founded in 2012 in Tel Aviv and New
  York. It unified marketing, advertising, and sales data from thousands of disparate sources into a single AI-powered reporting
  and dashboarding layer, using its "Genius" machine learning engine to automate data harmonization across ad, social, web,
  and CRM APIs. Salesforce acquired Datorama in August 2018 for a reported ~$800 million and rebranded it as Salesforce Marketing
  Cloud Intelligence. The marketing, pricing, legal, trust and support surfaces have moved to salesforce.com, but the developer
  surface is still live on the original domain: a Gatsby developer portal at developers.datorama.com documents an Intelligence
  Platform API and a synchronous Query API on https://api.datorama.com/v1, both authenticated with a per-user personal access
  token in an Authorization header, both rate limited per user (60 platform req/min, 200 query req/min, 20,000 calls/day UTC)
  with X-PlatformRateLimit-*, X-QueryRateLimit-* and X-DailyQuota-* response headers, plus an asynchronous Reporting API for
  large exports, a header-switched sandbox mode, an Apps JavaScript SDK and a `dato` CLI on npm, a custom-connector framework,
  and — new in July 2026 — a first-party MCP server (@datorama/mci-mcp-sdk) that proxies MCP JSON-RPC to a tenant /api/mcp
  endpoint using an OAuth2 service-account key. No OpenAPI, AsyncAPI, GraphQL SDL, llms.txt, /.well-known/ document or A2A
  agent card is published anywhere on the surface. This profile entered the API Evangelist network as a lightspeed-venture-partners
  portfolio lead.'
url: https://raw.githubusercontent.com/api-evangelist/datorama/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- lightspeed-venture-partners
x-tier: profiled
x-tier-reason: live-developer-portal-and-first-party-mcp-server
x-status: acquired
x-acquired-by: salesforce
x-acquired-date: 2018-08
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-08-12'
tags:
- Company
- Analytics
- Marketing
- Marketing Intelligence
- Advertising
- Data
- Business Intelligence
- Reporting
- Salesforce
- Marketing Analytics
- Data Harmonization
- Dashboards
- MCP
apis:
- name: Intelligence Platform API
  description: 'REST API to set up, manage and administer a Marketing Cloud Intelligence (Datorama) account — accounts, workspaces,
    users, permission sets, data streams, connectors, data source authentications, buckets, dimensions, harmonized/calculated/filtered
    measurements, data fusions, data lakes, dashboards, pages, reports, report schedulers, report jobs, actions, Insights
    Bot and sandbox operations. Documented for automating large setups, bulk create/update of entities, and exporting existing
    entities. Authenticated with a per-user personal API access token in the Authorization header; PATCH is the recommended
    partial update and a partial PUT clears omitted fields. Add the `sandbox-mode: true` header to execute against the Intelligence
    sandbox.'
  humanURL: https://developers.datorama.com/docs/manage/introduction/
  baseURL: https://api.datorama.com/v1
  tags:
  - Marketing Intelligence
  - Administration
  - Data Management
  - Reporting
  properties:
  - type: Documentation
    url: https://developers.datorama.com/docs/manage/introduction/
  - type: APIReference
    url: https://developers.datorama.com/docs/manage/reference/
  - type: Authentication
    url: authentication/datorama-authentication.yml
  - type: RateLimits
    url: rate-limits/datorama-rate-limits.yml
  - type: Conventions
    url: conventions/datorama-conventions.yml
  - type: DataModel
    url: data-model/datorama-data-model.yml
  - type: Sandbox
    url: sandbox/datorama-sandbox.yml
- name: Intelligence Query API
  description: Synchronous JSON query API for reading harmonized Marketing Cloud Intelligence (Datorama) data out into any
    other platform, including all classifications and calculations. POST /v1/query and POST /v1/query-batch accept a workspace,
    date range, dimensions, measurements, filters, sort and top-results shape; add useSystemNames=true to receive system names
    instead of display names. It has a 60-second timeout and is intended for result sets up to ~600,000 rows — larger workloads
    move to the asynchronous Reporting API. Query-parse failures return HTTP 422; runtime failures return HTTP 200 with a
    populated `errors` property, so a client must inspect `errors` before reading results.
  humanURL: https://developers.datorama.com/docs/query/introduction/
  baseURL: https://api.datorama.com/v1
  tags:
  - Marketing Intelligence
  - Query
  - Analytics
  - Data Export
  properties:
  - type: Documentation
    url: https://developers.datorama.com/docs/query/introduction/
  - type: APIReference
    url: https://developers.datorama.com/docs/query/query-reference/
  - type: Authentication
    url: authentication/datorama-authentication.yml
  - type: RateLimits
    url: rate-limits/datorama-rate-limits.yml
  - type: ErrorCatalog
    url: errors/datorama-problem-types.yml
  - type: Lifecycle
    url: lifecycle/datorama-lifecycle.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://datorama.com
- type: Product
  url: https://www.salesforce.com/marketing/analytics/
- type: DeveloperPortal
  url: https://developers.datorama.com/
- type: Documentation
  url: https://developers.datorama.com/docs/
- type: APIReference
  url: https://developers.datorama.com/docs/manage/reference/
- type: GettingStarted
  url: https://developers.datorama.com/docs/build/apps/quick-start/
- type: Support
  url: https://help.salesforce.com/s/
- type: Pricing
  url: https://www.salesforce.com/marketing/analytics/pricing/
- type: Login
  url: https://platform.datorama.com/
- type: TermsOfService
  url: https://www.salesforce.com/company/legal/sfdc-website-terms-of-service/
- type: PrivacyPolicy
  url: https://www.salesforce.com/company/legal/privacy/
- type: StatusPage
  url: https://status.salesforce.com/products/Datorama
- type: Security
  url: https://security.salesforce.com/responsible-disclosure-policy/
- type: Compliance
  url: https://compliance.salesforce.com/en/services/marketing-cloud-intelligence
- type: VulnerabilityDisclosure
  url: security/datorama-vulnerability-disclosure.yml
- type: TrustCenter
  url: security/datorama-trust-center.yml
- type: Plans
  url: plans/datorama-plans-pricing.yml
- type: RateLimits
  url: rate-limits/datorama-rate-limits.yml
- type: Authentication
  url: authentication/datorama-authentication.yml
- type: Conventions
  url: conventions/datorama-conventions.yml
- type: ErrorCatalog
  url: errors/datorama-problem-types.yml
- type: Lifecycle
  url: lifecycle/datorama-lifecycle.yml
- type: ChangeLog
  url: changelog/datorama-changelog.yml
- type: Sandbox
  url: sandbox/datorama-sandbox.yml
- type: DataModel
  url: data-model/datorama-data-model.yml
- type: Conformance
  url: conformance/datorama-conformance.yml
- type: Packages
  url: packages/datorama-packages.yml
- type: SDKs
  url: packages/datorama-packages.yml
- type: CLI
  url: cli/datorama-cli.yml
- type: Components
  url: components/datorama-components.yml
- type: MCPServer
  url: mcp/datorama-mcp.yml
- type: LLMsTxt
  url: llms/datorama-llms.txt
- type: DomainSecurity
  url: security/datorama-domain-security.yml
x-enrichment:
  date: '2026-08-12'
  status: enriched
  artifacts_added: 18
  pass: local-v1
x-coverage:
  state: covered
  detail: developers.datorama.com is a live Gatsby developer portal with 84 documented pages; its prose was recovered through
    the deployed webpack source maps, but the endpoint (method + path) tables do not render because the shipped bundle is
    missing the modules that hold them, so no operation list could be captured.
  evidence:
  - url: https://developers.datorama.com/sitemap-0.xml
    status: 200
  - url: https://api.datorama.com/openapi.json
    status: 200
  - url: https://www.npmjs.com/package/@datorama/mci-mcp-sdk
    status: 200
  checked: '2026-08-12'

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/datorama"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/datorama/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/datorama/evidence"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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