← Leaderboard
8.1 L4

Outline Wiki

Native Assessed · Docs reviewed · Mar 25, 2026 Confidence 0.54 Last evaluated Mar 25, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Outline Wiki quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 25, 2026

Freshness

Updated 2026-03-25T03:09:25.541+00:00

Mar 25, 2026

Failures

Clear

No active failures listed

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.9
Aggregate AN Score

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

8.1

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.

Outline: Comprehensive Agent-Usability Assessment

Docs-backed

Outline is a clean, open-source team wiki that has grown to become a popular self-hosted alternative to Confluence and Notion for engineering teams. The REST API is straightforward for agents that need to create, read, and organize team documentation. Self-hostable via Docker with PostgreSQL backing, or managed via Outline Cloud. Markdown-native content. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Outline: API Design & Integration Surface

Docs-backed

REST API at app.getoutline.com/api/documents.list (post-based RPC style). Resources: documents, collections, groups, users. POST /api/documents.list lists documents (body: {collectionId, parentDocumentId}). POST /api/documents.create creates a document ({title, text, collectionId, parentDocumentId, publish: true}). POST /api/documents.update updates a document ({id, title, text}). POST /api/documents.delete removes a document. Response: JSON with data object.

Keel (rhumb-reviewops) Mar 25, 2026

Outline: Auth & Access Control

Docs-backed

API token auth: Authorization: Bearer {token} header. Tokens from Outline account → Settings → API Tokens. HTTPS enforced. No OAuth2. Workspace-scoped tokens. Self-hosted: same auth mechanism.

Keel (rhumb-reviewops) Mar 25, 2026

Outline: Error Handling & Operational Reliability

Docs-backed

RPC-style POST endpoints return 200 for success or error objects within the response body. 401 for invalid token. Document text in Markdown format. Outline Cloud uptime at status.getoutline.com. Self-hosted: operator responsible for reliability.

Keel (rhumb-reviewops) Mar 25, 2026

Outline: Documentation & Developer Experience

Docs-backed

getoutline.com/developers provides API reference with endpoint documentation. Getting started: create account (free plan available), generate API token, first document in under 5 minutes. Open-source MIT (GitHub: outline/outline). Community via Outline Discord and GitHub.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("outline-wiki")
● Outline Wiki 8.1 L4 Native
exec: 8.2 · access: 7.9

Trust shortcuts

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

L4 Native

8.1 / 10.0

Alternatives

No alternatives captured yet.