{
 "categories": [
  "platform",
  "enterprise",
  "data-exchange"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-09-04",
   "fact": "homepage",
   "note": "Confluent presents Confluent Cloud as the fully managed data streaming platform with a serverless Apache Kafka engine, managed connectors, Schema Registry, and Flink.",
   "source": "https://www.confluent.io/confluent-cloud/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "vendor",
   "note": "The public Cloud product page is published by Confluent.",
   "source": "https://www.confluent.io/confluent-cloud/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "deployment",
   "note": "Confluent Cloud is sold as a fully managed cloud service on the major public clouds, not as a self-host identity.",
   "source": "https://www.confluent.io/confluent-cloud/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "license",
   "note": "Confluent Cloud pricing is usage-based pay-as-you-go. A separate free-trial credit page documents time-limited trial credit, not a lasting free plan.",
   "source": "https://www.confluent.io/pricing/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "license",
   "note": "The free trial grants expiring credit. After credit is used or expires, Confluent suspends the organization until a payment method or promo code is added.",
   "source": "https://docs.confluent.io/cloud/current/get-started/free-trial.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "platforms",
   "note": "The Confluent CLI documents macOS, Windows, and Linux (including Alpine) builds. The Cloud product is also used from a web console.",
   "source": "https://docs.confluent.io/confluent-cli/current/overview.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.exists",
   "note": "Confluent documents a collection of Confluent Cloud REST APIs that use resource-oriented URLs, JSON, and standard HTTP verbs to manage Cloud resources.",
   "source": "https://docs.confluent.io/cloud/current/api.html/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.kinds[0]",
   "note": "The Cloud API reference states most APIs are organized around REST with predictable resource-oriented URLs and JSON transport.",
   "source": "https://docs.confluent.io/cloud/current/api.html/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.auth[0]",
   "note": "API key requests use Authorization: Basic with the API key ID and secret joined by a colon and Base64-encoded. Cloud, global, and resource-specific keys all use HTTP Basic.",
   "source": "https://docs.confluent.io/cloud/current/api.html/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.auth[1]",
   "note": "The same reference documents External OAuth/OIDC and Confluent STS access tokens (OAuth 2.0 client-credentials) for Kafka REST, Schema Registry, and Cloud APIs that list confluent-sts-access-token.",
   "source": "https://docs.confluent.io/cloud/current/api.html/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.coverage",
   "note": "Cloud APIs cover organization and resource management. Connect v1 uses a different object model. Kafka REST and Schema Registry are separate cluster endpoints, so coverage is broad but not one complete contract.",
   "source": "https://docs.confluent.io/cloud/current/api.html/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.coverage",
   "note": "Kafka REST v3 is on all Basic, Standard, Enterprise, Dedicated, and Freight clusters and supports produce, consume, topic admin, ACLs, and Cluster Linking over HTTPS with Base64 Basic auth.",
   "source": "https://docs.confluent.io/cloud/current/kafka-rest/kafka-rest-cc.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.coverage",
   "note": "Confluent documents a queryable HTTP Connect API for fully managed and custom connectors, authenticated with a Cloud API key encoded as Basic Base64.",
   "source": "https://docs.confluent.io/cloud/current/connectors/connect-api-section.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.coverage",
   "note": "Schema Registry REST registers, lists, looks up, and deletes schemas and subjects, using a Schema Registry API key or OAuth bearer token.",
   "source": "https://docs.confluent.io/cloud/current/sr/sr-rest-apis.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.api.docs",
   "note": "This page is Confluent's current Cloud API reference index, including authentication schemes and object model.",
   "source": "https://docs.confluent.io/cloud/current/api.html/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.sdk.exists",
   "note": "Confluent documents official supported Kafka clients for building Cloud producers and consumers, with the same enterprise support as the rest of Confluent Cloud.",
   "source": "https://docs.confluent.io/cloud/current/client-apps/overview.md",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.sdk.official",
   "note": "The page labels Java and the librdkafka-derived clients as official Confluent-supported clients, distinct from additional community libraries.",
   "source": "https://docs.confluent.io/cloud/current/client-apps/overview.md",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.sdk.languages[0]",
   "note": "Official Java client is documented for producer, consumer, Streams, and Connect APIs.",
   "source": "https://docs.confluent.io/cloud/current/client-apps/overview.md",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.sdk.languages[1]",
   "note": "Official Python client confluent-kafka is listed among librdkafka-derived clients with a high-level producer, consumer, and AdminClient.",
   "source": "https://docs.confluent.io/cloud/current/client-apps/overview.md",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.sdk.languages[2]",
   "note": "Official Go client confluent-kafka-go is listed among librdkafka-derived clients.",
   "source": "https://docs.confluent.io/cloud/current/client-apps/overview.md",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.mcp.first_party",
   "note": "Confluent documents Confluent-managed MCP servers. Global URL is https://api.confluent.cloud/mcp/v1. Regional URL is https://mcp.<region>.<cloud>.confluent.cloud/mcp/v1/organizations/<org_id>.",
   "source": "https://docs.confluent.io/cloud/current/ai/ai-tools/managed-mcp-server.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.mcp.verdict",
   "note": "The vendor page is the official managed MCP product for environments, clusters, connectors, metrics, topics, and Schema Registry, using existing Cloud API-key permissions.",
   "source": "https://docs.confluent.io/cloud/current/ai/ai-tools/managed-mcp-server.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.cli.exists",
   "note": "Confluent documents the official confluent CLI for Confluent Cloud and Confluent Platform, including login, kafka cluster/topic create, api-key create, and produce/consume.",
   "source": "https://docs.confluent.io/confluent-cli/current/overview.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.extensibility.webhooks",
   "note": "Confluent documents notification integrations including a generic webhook channel, configurable in the Cloud Console or via the notifications REST API.",
   "source": "https://docs.confluent.io/cloud/current/monitoring/configure-notifications.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.data_access.export[0]",
   "note": "Kafka REST consume and produce use JSON request and response bodies, including JSON-typed record values.",
   "source": "https://docs.confluent.io/cloud/current/kafka-rest/kafka-rest-cc.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.data_access.import[0]",
   "note": "POST /kafka/v3/clusters/<id>/topics/<topic>/records accepts JSON produce payloads, including JSON, STRING, BINARY, and AVRO values.",
   "source": "https://docs.confluent.io/cloud/current/kafka-rest/kafka-rest-cc.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "https://docs.confluent.io/llms.txt is a first-party documentation index for agents, with Markdown renditions and pointers to Cloud and Platform AI-tooling pages. Last Updated September 2026.",
   "source": "https://docs.confluent.io/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "verdict.scores.api",
   "note": "Cloud REST, Kafka REST v3, Connect, and Schema Registry are documented production HTTPS surfaces with Basic and OAuth, official clients, and write coverage. Separate contracts and Connect's different object model keep the path in the broad-production tier rather than unusual completeness.",
   "source": "https://docs.confluent.io/cloud/current/api.html/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "verdict.scores.mcp",
   "note": "Official hosted global and regional servers have a named tool catalog and existing API-key RBAC. Most tools are read-only; writes are limited to connector restart and config update; private clusters need a support ticket and PrivateLink Gateway. That is useful official coverage with material subset and networking gates.",
   "source": "https://docs.confluent.io/cloud/current/ai/ai-tools/managed-mcp-server.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "verdict.scores.mcp",
   "note": "Confluent also documents @confluentinc/mcp-confluent as a first-party open-source local server with 50+ read/write tools. The page marks it community-supported with best-effort support only, so it does not raise the managed-server score.",
   "source": "https://docs.confluent.io/cloud/current/ai/ai-tools/open-source-mcp-server.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "verdict.scores.cli",
   "note": "The official CLI covers Cloud cluster, topic, and API-key lifecycle plus produce/consume. Cloud topic describe documents -o human|json|yaml. That is a broad official CLI, not an unusually complete single control plane.",
   "source": "https://docs.confluent.io/confluent-cli/current/overview.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "verdict.scores.cli",
   "note": "confluent kafka topic describe documents -o/--output human, json, or yaml for Cloud and on-premises, which is structured non-interactive output.",
   "source": "https://docs.confluent.io/confluent-cli/current/command-reference/kafka/topic/confluent_kafka_topic_describe.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as Confluent's current managed MCP guide, including global and regional URLs, Basic auth, tool tables, write limits, and private-networking steps.",
   "source": "https://docs.confluent.io/cloud/current/ai/ai-tools/managed-mcp-server.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as Confluent's current Cloud API reference, including Basic API-key auth and OAuth/STS schemes.",
   "source": "https://docs.confluent.io/cloud/current/api.html/",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as Confluent's current Kafka REST v3 Cloud guide, including cluster REST endpoints, produce/consume, and Basic auth.",
   "source": "https://docs.confluent.io/cloud/current/kafka-rest/kafka-rest-cc.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "freshness.watch[3].url",
   "note": "Opened and verified as Confluent's current CLI overview, including Cloud login, cluster/topic create, and produce/consume.",
   "source": "https://docs.confluent.io/confluent-cli/current/overview.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-04",
   "fact": "freshness.watch[4].url",
   "note": "Opened and verified as Confluent's current first-party llms.txt agent documentation index.",
   "source": "https://docs.confluent.io/llms.txt",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-09-04",
  "volatility": "high",
  "watch": [
   {
    "type": "mcp",
    "url": "https://docs.confluent.io/cloud/current/ai/ai-tools/managed-mcp-server.html"
   },
   {
    "type": "docs",
    "url": "https://docs.confluent.io/cloud/current/api.html/"
   },
   {
    "type": "docs",
    "url": "https://docs.confluent.io/cloud/current/kafka-rest/kafka-rest-cc.html"
   },
   {
    "type": "docs",
    "url": "https://docs.confluent.io/confluent-cli/current/overview.html"
   },
   {
    "type": "docs",
    "url": "https://docs.confluent.io/llms.txt"
   }
  ]
 },
 "homepage": "https://www.confluent.io/confluent-cloud/",
 "id": "confluent-cloud",
 "license": "commercial",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "basic",
    "oauth2"
   ],
   "coverage": "partial",
   "docs": "https://docs.confluent.io/cloud/current/api.html/",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "json"
   ],
   "import": [
    "json"
   ]
  },
  "extensibility": {
   "scripting": [],
   "webhooks": true
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Confluent Cloud REST APIs, Kafka REST v3, the confluent CLI, and managed MCP servers cover environments, clusters, connectors, topics, and Schema Registry without browser control.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "java",
    "python",
    "go"
   ],
   "official": true
  }
 },
 "name": "Confluent Cloud",
 "platforms": [
  "web",
  "linux",
  "macos",
  "windows"
 ],
 "related": {
  "alternatives": [
   "mongodb",
   "redis"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Confluent",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 8,
   "cli": 8,
   "computer_use": null,
   "integrations": null,
   "mcp": 7,
   "overall": 8,
   "rpa": null
  },
  "summary": "Confluent Cloud is automatable today through public REST APIs and the official confluent CLI. This record is the managed Cloud product for environments, Kafka clusters, connectors, topics, and Schema Registry. It is not Redis, MongoDB, or generic Apache Kafka as a catalog identity. Cloud management APIs at api.confluent.cloud use resource-oriented HTTPS JSON and authenticate with HTTP Basic, sending a Base64-encoded API key ID and secret. The same Basic scheme covers Cloud, global, and resource-scoped keys. Kafka REST, Schema Registry, and some Cloud routes also accept OAuth 2.0 / Confluent STS tokens. Kafka REST v3 on every Basic, Standard, Enterprise, Dedicated, and Freight cluster produces and consumes records and administers topics and ACLs. Connect and Schema Registry have their own REST surfaces. Coverage is partial because those APIs are separate contracts, not one complete control plane. Official clients include Java plus librdkafka-derived Python and Go libraries. The confluent CLI manages Cloud and Platform, with -o json|yaml|human output and API-key produce/consume. First-party managed MCP is at https://api.confluent.cloud/mcp/v1 and https://mcp.<region>.<cloud>.confluent.cloud/mcp/v1/organizations/<org_id>, using HTTP Basic. Most tools are read-only; restart_connector and update_connector_config write. Private clusters need a private regional host and a support ticket. Confluent also documents a community-supported first-party local server, @confluentinc/mcp-confluent, which is not a third-party listing. Notifications can POST to a generic webhook. iPaaS connectors were not opened. Computer-use viability is unassessed. API and CLI both score 8; API is the best path because it is the documented HTTPS contract the CLI and MCP already consume, without MCP's read-only and private-network gates.\n"
 }
}