{
 "categories": [
  "documents",
  "collaboration"
 ],
 "deployment": "hybrid",
 "evidence": [
  {
   "date": "2026-08-16",
   "fact": "homepage",
   "note": "Atlassian presents Confluence as its current knowledge and collaboration product.",
   "source": "https://www.atlassian.com/software/confluence",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "platforms",
   "note": "Atlassian maintains Confluence Cloud and a separate self-managed Data Center developer surface, both accessed through the web product boundary.",
   "source": "https://developer.atlassian.com/server/confluence/rest/v1025/api-group-search/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "license",
   "note": "Atlassian publishes Free, Standard, Premium, and Enterprise Confluence Cloud plans and separately describes Data Center as self-managed.",
   "source": "https://www.atlassian.com/software/confluence/pricing",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.exists",
   "note": "Atlassian maintains Confluence Cloud REST API v2 with a downloadable OpenAPI specification and Postman collection.",
   "source": "https://developer.atlassian.com/cloud/confluence/rest/v2/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.kinds",
   "note": "Confluence Cloud API v2 is a JSON REST interface with cursor-based pagination.",
   "source": "https://developer.atlassian.com/cloud/confluence/rest/v2/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.auth[0]",
   "note": "Atlassian documents OAuth 2.0 authentication and scope-based authorization for Confluence Cloud applications.",
   "source": "https://developer.atlassian.com/cloud/confluence/rest/v2/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.auth[1]",
   "note": "Direct REST calls support basic authentication using the authenticated user's Atlassian account and API token.",
   "source": "https://developer.atlassian.com/cloud/confluence/rest/v2/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.auth[2]",
   "note": "Forge apps call Confluence product APIs under declared app scopes and Atlassian-hosted identity.",
   "source": "https://developer.atlassian.com/cloud/confluence/forge/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.coverage",
   "note": "The v2 catalog covers pages, blog posts, spaces, comments, attachments, content properties, databases, whiteboards, folders, labels, tasks, versions, permissions, classifications, and administrative resources.",
   "source": "https://developer.atlassian.com/cloud/confluence/rest/v2/api-spec/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.sdk",
   "note": "Atlassian documents Forge as its current platform for building Confluence Cloud apps.",
   "source": "https://developer.atlassian.com/cloud/confluence/forge/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.sdk.languages",
   "note": "Forge provides Atlassian-hosted JavaScript application execution, storage, security, and Confluence extension modules.",
   "source": "https://developer.atlassian.com/cloud/confluence/getting-started-with-forge/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.mcp.first_party",
   "note": "Atlassian operates the cloud-hosted Rovo MCP endpoint and documents Confluence search, summarization, page creation, and page updates from supported MCP clients.",
   "source": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.cli.exists",
   "note": "Atlassian's Teamwork Graph CLI explicitly supports Confluence pages, blogs, spaces, databases, whiteboards, and search for agent workflows.",
   "source": "https://developer.atlassian.com/platform/teamwork-graph/twg-cli/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.extensibility.scripting",
   "note": "Forge is Atlassian's preferred current development platform for Confluence Cloud apps, while Confluence plans also expose built-in automation rules.",
   "source": "https://developer.atlassian.com/cloud/confluence/forge/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.extensibility.webhooks",
   "note": "Forge apps can subscribe to permission-scoped events for Confluence content, comments, spaces, attachments, labels, users, groups, relations, and search.",
   "source": "https://developer.atlassian.com/platform/forge/events-reference/confluence/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.data_access.export",
   "note": "Confluence REST returns structured JSON, and the TWG CLI exports content in explicit Word or PDF formats.",
   "source": "https://developer.atlassian.com/platform/teamwork-graph/twg-cli/changelog/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.data_access.import",
   "note": "Authenticated REST operations create and update structured Confluence content and related resources.",
   "source": "https://developer.atlassian.com/cloud/confluence/rest/v2/api-spec/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "verdict.scores.api",
   "note": "REST v2 is broad, versioned, machine-described, read/write, permission-scoped, and paired with Forge and events; Cloud and Data Center remain separate surfaces.",
   "source": "https://developer.atlassian.com/cloud/confluence/rest/v2/api-spec/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "verdict.scores.mcp",
   "note": "The official server supports OAuth 2.1 and API tokens, CQL search, page and space reads, page creation and updates, and comment writes under permission groups, but it is Cloud-only.",
   "source": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "verdict.scores.cli",
   "note": "The stable agent-oriented CLI covers main Confluence content lifecycles and subresources, OAuth, structured API fallback, guarded writes, attachments, and document export across desktop operating systems.",
   "source": "https://developer.atlassian.com/platform/teamwork-graph/twg-cli/changelog/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as the current Confluence Cloud REST API v2 reference.",
   "source": "https://developer.atlassian.com/cloud/confluence/rest/v2/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current first-party Rovo MCP Confluence tool and permission inventory.",
   "source": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as the current Teamwork Graph CLI release and Confluence coverage history.",
   "source": "https://developer.atlassian.com/platform/teamwork-graph/twg-cli/changelog/",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-08-16",
  "volatility": "high",
  "watch": [
   {
    "type": "docs",
    "url": "https://developer.atlassian.com/cloud/confluence/rest/v2/"
   },
   {
    "type": "mcp",
    "url": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/"
   },
   {
    "type": "docs",
    "url": "https://developer.atlassian.com/platform/teamwork-graph/twg-cli/changelog/"
   }
  ]
 },
 "homepage": "https://www.atlassian.com/software/confluence",
 "id": "confluence",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": "unknown"
  },
  "api": {
   "auth": [
    "oauth2",
    "api-token",
    "forge"
   ],
   "coverage": "full",
   "docs": "https://developer.atlassian.com/cloud/confluence/rest/v2/",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "api-json",
    "pdf",
    "word"
   ],
   "import": [
    "api-json"
   ]
  },
  "extensibility": {
   "scripting": [
    "forge",
    "automation-rules"
   ],
   "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. Confluence's REST API, Forge, Teamwork Graph CLI, automation rules, webhooks, and first-party MCP server cover the useful automation surfaces without browser control.",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "javascript"
   ],
   "official": true
  }
 },
 "name": "Confluence",
 "platforms": [
  "web"
 ],
 "related": {
  "alternatives": [
   "notion",
   "google-workspace",
   "sharepoint"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Atlassian",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 8,
   "cli": 8,
   "computer_use": null,
   "integrations": null,
   "mcp": 8,
   "overall": 8,
   "rpa": null
  },
  "summary": "Confluence Cloud has broad, permission-aware automation through REST API v2, Forge, events, automation rules, Atlassian's Teamwork Graph CLI, and the first-party Rovo MCP server. REST v2 covers pages, blog posts, spaces, comments, attachments, databases, whiteboards, folders, labels, tasks, versions, permissions, properties, and administration under OAuth, API token, or app authentication. Forge supplies Atlassian-hosted JavaScript app execution and product events. The stable TWG CLI has agent-oriented read and write commands for the main content types and subresources, structured output, authenticated API fallback, and PDF or Word export. Rovo MCP searches with CQL and reads spaces, pages, descendants, and comments; it also creates and updates pages and creates inline or footer comments under organization permission groups and existing Confluence permissions. Rovo MCP and TWG CLI target Atlassian Cloud. Confluence Data Center has a separate REST, Java, module, and webhook surface. Computer-use viability is unassessed.\n"
 }
}