Azure Cosmos DB website screenshot

Azure Cosmos DB

Azure Cosmos DB is a fully managed, globally distributed, multi-model NoSQL and relational database service from Microsoft Azure that supports document, key-value, graph, column-family, and vector data models with turnkey global distribution, elastic scale, and SLA-backed latency, throughput, consistency, and availability. The Cosmos DB REST API exposes CRUD and query operations on databases, containers, items, stored procedures, triggers, and user-defined functions using master-key or resource-token authentication, alongside the Cosmos DB Resource Provider (Azure Resource Manager) using Microsoft Entra ID OAuth 2.0.

Azure Cosmos DB publishes 9 APIs on the APIs.io network, including Collections API, Databases API, Documents API, and 6 more. Tagged areas include Database, NoSQL, Document Database, Vector Database, and Globally Distributed.

Azure Cosmos DB’s developer surface includes authentication, documentation, pricing, signup flow, engineering blog, and 7 more developer resources.

28.6/100 thin ▬ flat Agent 17/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessSelf serve
1 APIs
DatabaseNoSQLDocument DatabaseVector DatabaseGlobally DistributedCloudAzure

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
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/azure-cosmos-db: 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 11

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

Azure Cosmos DB Data Plane REST API

REST API for creating, querying, and managing databases, containers, items, stored procedures, triggers, user-defined functions, users, and permissions. Authentication uses mast...

Azure Cosmos DB Resource Provider API

Azure Resource Manager REST API for managing Cosmos DB accounts, databases, containers, throughput, backups, and role-based access at the control-plane level. Authentication use...

Azure Cosmos DB Collections API

Document collections (containers)

Azure Cosmos DB Databases API

Database resources

Azure Cosmos DB Offers API

Throughput offers

Scroll for all 11

Open Collections 11

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Scroll for all 11

Security Posture 3

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

Azure Cosmos Db Authentication

apiKey/oauth2 · 2 schemes

SECURITY

Azure Cosmos Db Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Azure Cosmos Db Vulnerability Disclosure

security.txt · contact published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Azure Cosmos Db Scopes

1 scope · clientCredentials

1 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Azure Cosmos Db Agentic Access

21 operations · 9 acting

21 operations · 9 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: azure-cosmos-db
name: Azure Cosmos DB
description: Azure Cosmos DB is a fully managed, globally distributed, multi-model NoSQL and relational database service from
  Microsoft Azure that supports document, key-value, graph, column-family, and vector data models with turnkey global distribution,
  elastic scale, and SLA-backed latency, throughput, consistency, and availability. The Cosmos DB REST API exposes CRUD and
  query operations on databases, containers, items, stored procedures, triggers, and user-defined functions using master-key
  or resource-token authentication, alongside the Cosmos DB Resource Provider (Azure Resource Manager) using Microsoft Entra
  ID OAuth 2.0.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/azure-cosmos-db.png
tags:
- Database
- NoSQL
- Document Database
- Vector Database
- Globally Distributed
- Cloud
- Azure
url: https://raw.githubusercontent.com/api-evangelist/azure-cosmos-db/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: azure-cosmos-db:data-plane-api
  name: Azure Cosmos DB Data Plane REST API
  description: REST API for creating, querying, and managing databases, containers, items, stored procedures, triggers, user-defined
    functions, users, and permissions. Authentication uses master keys, resource tokens, or Microsoft Entra ID bearer tokens
    with HMAC-signed authorization headers.
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - Cosmos DB
  - NoSQL
  - SQL API
  - Documents
  - Azure
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  - type: Access Control
    url: https://learn.microsoft.com/en-us/rest/api/cosmos-db/access-control-on-cosmosdb-resources
  - type: Resource URI Syntax
    url: https://learn.microsoft.com/en-us/rest/api/cosmos-db/cosmosdb-resource-uri-syntax-for-rest
- aid: azure-cosmos-db:resource-provider-api
  name: Azure Cosmos DB Resource Provider API
  description: Azure Resource Manager REST API for managing Cosmos DB accounts, databases, containers, throughput, backups,
    and role-based access at the control-plane level. Authentication uses Microsoft Entra ID OAuth 2.0 bearer tokens.
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db-resource-provider/
  baseURL: https://management.azure.com
  tags:
  - Cosmos DB
  - Control Plane
  - Resource Manager
  - Azure
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/rest/api/cosmos-db-resource-provider/
- aid: azure-cosmos-db:azure-cosmos-db-collections-api
  name: Azure Cosmos DB Collections API
  description: Document collections (containers)
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - Collection
  tags_raw:
  - Collections
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-collections-api-openapi.yml
- aid: azure-cosmos-db:azure-cosmos-db-databases-api
  name: Azure Cosmos DB Databases API
  description: Database resources
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - Databases
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-databases-api-openapi.yml
- aid: azure-cosmos-db:azure-cosmos-db-documents-api
  name: Azure Cosmos DB Documents API
  description: Document items
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - Documents
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-documents-api-openapi.yml
- aid: azure-cosmos-db:azure-cosmos-db-offers-api
  name: Azure Cosmos DB Offers API
  description: Throughput offers
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - Offers
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-offers-api-openapi.yml
- aid: azure-cosmos-db:azure-cosmos-db-permissions-api
  name: Azure Cosmos DB Permissions API
  description: Permissions
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - Permissions
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-permissions-api-openapi.yml
- aid: azure-cosmos-db:azure-cosmos-db-stored-procedures-api
  name: Azure Cosmos DB Stored Procedures API
  description: Stored procedures
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - Stored Procedures
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-stored-procedures-api-openapi.yml
- aid: azure-cosmos-db:azure-cosmos-db-triggers-api
  name: Azure Cosmos DB Triggers API
  description: Triggers
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - Triggers
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-triggers-api-openapi.yml
- aid: azure-cosmos-db:azure-cosmos-db-user-defined-functions-api
  name: Azure Cosmos DB User Defined Functions API
  description: UDFs
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - User Defined Functions
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-user-defined-functions-api-openapi.yml
- aid: azure-cosmos-db:azure-cosmos-db-users-api
  name: Azure Cosmos DB Users API
  description: Users
  humanURL: https://learn.microsoft.com/en-us/rest/api/cosmos-db/
  baseURL: https://{databaseaccount}.documents.azure.com
  tags:
  - User
  tags_raw:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/azure-cosmos-db-users-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/azure-cosmos-db-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/azure-cosmos-db-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/azure-cosmos-db-domain-security.yml
- type: Authentication
  url: authentication/azure-cosmos-db-authentication.yml
- type: OAuthScopes
  url: scopes/azure-cosmos-db-scopes.yml
- type: GitHubOrganization
  url: https://github.com/AzureCosmosDB
- type: LinkedIn
  url: https://www.linkedin.com/company/azure-cosmos-db
- type: Website
  url: https://azure.microsoft.com/en-us/products/cosmos-db/
- type: Documentation
  url: https://learn.microsoft.com/en-us/azure/cosmos-db/
- type: Pricing
  url: https://azure.microsoft.com/en-us/pricing/details/cosmos-db/
- type: Signup
  url: https://azure.microsoft.com/en-us/free/cosmos-db/
- url: https://azure.microsoft.com/en-us/blog/feed/atom/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

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