Creatio

Creatio is a global software vendor of an AI-native no-code platform for customer relationship management (CRM) and workflow / business process automation. Its product line spans Sales Creatio, Marketing Creatio, and Service Creatio, built on Studio Creatio — a no-code toolkit with visual designers, AI agents, and a business process engine. Creatio serves banking, insurance, manufacturing, high tech, retail, CPG, pharmaceuticals, telecom, the public sector, and other industries. For integrations, Creatio exposes platform data and processes over an OData 4 service (recommended), a legacy OData 3 service, and the RESTful DataService web service, secured with forms (cookie) authentication via AuthService.svc or OAuth 2.0 through the Creatio Identity Service. Extensions and connectors are distributed through the Creatio Marketplace. This profile was enriched by the API Evangelist enrichment pipeline from Creatio's public developer documentation.

Creatio publishes 2 APIs on the APIs.io network. Tagged areas include Company, Saas, CRM, No-Code, and Low-Code.

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

29.3/100 emerging Agent 14/100 human only Full breakdown ↓
scored 2026-07-20 · rubric v0.4
2 APIs 0 Features
CompanySaasCRMNo-CodeLow-CodeBusiness Process ManagementWorkflow AutomationSalesMarketingCustomer ServiceODataAI Agents

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 29.3/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 10.4 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 14/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/creatio: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Creatio OData API

OData 4 (recommended) and legacy OData 3 access to Creatio platform entities. The OData 4 service is at /0/odata with EDMX metadata at /0/odata/$metadata; supports $filter/$sele...

Creatio DataService API

RESTful DataService web service for reading and writing platform records via InsertQuery, SelectQuery, UpdateQuery, DeleteQuery, and BatchQuery over HTTP POST. Supports JSON/XML...

Resources

Get Started 3

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 3

Pagination, idempotency, versioning, errors, and events

Access & Security 2

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: creatio
name: Creatio
description: Creatio is a global software vendor of an AI-native no-code platform for customer relationship management (CRM)
  and workflow / business process automation. Its product line spans Sales Creatio, Marketing Creatio, and Service Creatio,
  built on Studio Creatio — a no-code toolkit with visual designers, AI agents, and a business process engine. Creatio serves
  banking, insurance, manufacturing, high tech, retail, CPG, pharmaceuticals, telecom, the public sector, and other industries.
  For integrations, Creatio exposes platform data and processes over an OData 4 service (recommended), a legacy OData 3 service,
  and the RESTful DataService web service, secured with forms (cookie) authentication via AuthService.svc or OAuth 2.0 through
  the Creatio Identity Service. Extensions and connectors are distributed through the Creatio Marketplace. This profile was
  enriched by the API Evangelist enrichment pipeline from Creatio's public developer documentation.
image: https://www.creatio.com/sites/default/files/creatio-logo.svg
url: https://raw.githubusercontent.com/api-evangelist/creatio/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- sapphire-ventures
x-tier: enriched
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
tags:
- Company
- Saas
- CRM
- No-Code
- Low-Code
- Business Process Management
- Workflow Automation
- Sales
- Marketing
- Customer Service
- OData
- AI Agents
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: Creatio OData API
  description: 'OData 4 (recommended) and legacy OData 3 access to Creatio platform entities. The OData 4 service is at /0/odata
    with EDMX metadata at /0/odata/$metadata; supports $filter/$select/$expand/$orderby/$top/$skip and $batch (up to 100 sub-requests).
    Multi-tenant: the host is per instance.'
  humanURL: https://academy.creatio.com/docs/developer/integrations_and_api/data_services/odata/overview
  baseURL: https://mycreatio.com/0/odata
  x-baseURL-note: Creatio is multi-tenant; the real base is https://<your-instance>.creatio.com/0/odata. mycreatio.com is
    Creatio's own documentation example host.
  tags:
  - OData
  - CRM
  - Data Access
  properties:
  - type: Documentation
    url: https://academy.creatio.com/docs/developer/integrations_and_api/data_services/odata/overview
- name: Creatio DataService API
  description: RESTful DataService web service for reading and writing platform records via InsertQuery, SelectQuery, UpdateQuery,
    DeleteQuery, and BatchQuery over HTTP POST. Supports JSON/XML/CSV/JSV serialization and row-window pagination.
  humanURL: https://academy.creatio.com/docs/developer/integrations_and_api/data_services/dataservice/overview
  baseURL: https://mycreatio.com/0/dataservice
  x-baseURL-note: Multi-tenant; real base is https://<your-instance>.creatio.com/0/dataservice.
  tags:
  - REST
  - CRM
  - Data Access
  properties:
  - type: Documentation
    url: https://academy.creatio.com/docs/developer/integrations_and_api/data_services/dataservice/overview
common:
- type: Website
  url: https://www.creatio.com/
- type: DeveloperPortal
  url: https://academy.creatio.com/docs
- type: Documentation
  url: https://academy.creatio.com/docs
- type: APIReference
  url: https://academy.creatio.com/docs/developer/integrations_and_api/data_services/odata/overview
- type: GettingStarted
  url: https://academy.creatio.com/docs/developer/integrations_and_api/integration_options
- type: Support
  url: https://community.creatio.com/
- type: HelpCenter
  url: https://www.creatio.com/services/support/options
- type: Blog
  url: https://www.creatio.com/blog
- type: Roadmap
  url: https://www.creatio.com/product/roadmap
- type: Pricing
  url: https://www.creatio.com/products/pricing
- type: SignUp
  url: https://www.creatio.com/trial
- type: TermsOfService
  url: https://www.creatio.com/legal/terms-of-use
- type: PrivacyPolicy
  url: https://www.creatio.com/legal/privacy-policy
- type: Marketplace
  url: https://marketplace.creatio.com/
- type: Community
  url: https://community.creatio.com/
- type: Authentication
  url: authentication/creatio-authentication.yml
- type: Conventions
  url: conventions/creatio-conventions.yml
- type: Conformance
  url: conformance/creatio-conformance.yml
- type: Lifecycle
  url: lifecycle/creatio-lifecycle.yml
- type: DomainSecurity
  url: security/creatio-domain-security.yml
- type: WellKnown
  url: well-known/creatio-well-known.yml
- type: LLMsTxt
  url: llms/creatio-llms.txt
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence