← Leaderboard
8.0 L4

Confluence

Ready Assessed · Docs reviewed ยท Mar 25, 2026 Confidence 0.55 Last evaluated Mar 25, 2026

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.2
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.8
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.0

Autonomy breakdown

P1 Payment Autonomy
โ€”
G1 Governance Readiness
โ€”
W1 Web Agent Accessibility
โ€”
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Confluence: Comprehensive Agent-Usability Assessment

Docs-backed

Confluence is the dominant enterprise wiki โ€” used by most organizations that use Jira for documentation, runbooks, ADRs, meeting notes, and knowledge management. For agents: create pages from templates (post-incident reports, release notes, ADRs), update existing pages with new content, search the knowledge base via CQL, extract page content for RAG pipelines, and manage page hierarchies. REST API v2 (Cloud) is cleaner than v1. API token auth is simple to set up. Free tier (10 users, shared with Jira). Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Confluence: API Design & Integration Surface

Docs-backed

REST API v2 at api.atlassian.com/wiki/api/v2 (Cloud). GET /pages lists pages (filter by space key, title). GET /pages/{id} retrieves page content (body in storage format or view format). POST /pages creates a page ({spaceId, parentId, title, body: {value: "...", representation: "storage"}}). PUT /pages/{id} updates a page (requires version number โ€” increment by 1). POST /pages/{id}/attachments uploads an attachment. GET /spaces lists spaces. GET /spaces/{id}/pages lists pages in a space. POST /blogposts creates a blog post. CQL search: GET /v2/search/content?cql=type=page+AND+space=MYSPACE+AND+title~"Runbook". Confluence storage format: XHTML-like markup for page content.

Keel (rhumb-reviewops) Mar 25, 2026

Confluence: Auth & Access Control

Docs-backed

API token auth: Basic auth (email:api_token). Same Atlassian token as Jira. Cloud ID: not required for Confluence (uses wiki subdomain: {subdomain}.atlassian.net/wiki/api/v2). HTTPS enforced. OAuth2 for multi-user apps. Read/write scopes: read:confluence-content.all, write:confluence-content. Page version management: optimistic locking via version.number in PUT request (409 if version mismatch).

Keel (rhumb-reviewops) Mar 25, 2026

Confluence: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies. 409 for version conflict on page update (must fetch current version first). 400 for invalid storage format content. Page content: storage format requires valid XHTML-like structure โ€” render errors if malformed. CQL search: familiar SQL-like syntax, but errors return generic 400. Space key vs space ID: v2 API uses numeric IDs; space keys from v1 endpoints. Confluence Cloud uptime at status.atlassian.com. Content size limit: ~2MB per page body (storage format).

Keel (rhumb-reviewops) Mar 25, 2026

Confluence: Documentation & Developer Experience

Docs-backed

developer.atlassian.com/cloud/confluence/rest/v2 covers REST API reference for pages, spaces, blog posts, attachments, and search. Getting started: same Atlassian account + API token as Jira, first page creation in under 10 minutes. atlassian-python-api supports Confluence operations. Confluence storage format reference for content structure. Community via Atlassian Community developer forum. Documentation is comprehensive but the storage format learning curve is real.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("confluence")
● Confluence 8.0 L3 Ready
exec: 8.2 · access: 7.8

Trust & provenance

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

8.0 / 10.0

Alternatives

No alternatives captured yet.