← Leaderboard
8.2 L4

Appwrite

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

Verify before you commit

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

Use this page to sanity-check Appwrite 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-25T14:18:52.04+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.4
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.2

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.

Appwrite: Comprehensive Agent-Usability Assessment

Docs-backed

Appwrite provides the full backend stack — auth, database, file storage, functions, and real-time — in a self-hostable Docker image, with Appwrite Cloud as the managed option. For agents: the server-side REST API enables user management, CRUD on database collections with role-based permissions, file uploads and retrieval, and invocation of serverless functions. Document-oriented collections with indexing. Storage with bucket-based file management. Strong Firebase/Supabase alternative for teams wanting self-hosted control. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Appwrite: API Design & Integration Surface

Docs-backed

REST API at {hostname}/v1 (Cloud: cloud.appwrite.io/v1). Resources: account, users, databases, collections, documents, storage, functions, teams, messaging. GET /databases/{id}/collections/{id}/documents lists documents. POST /databases/{id}/collections/{id}/documents creates a document (documentId, data, permissions). GET /storage/buckets/{id}/files/{id}/download downloads file bytes. POST /functions/{id}/executions triggers a function. Collections support typed attributes with rich query operators: equal, notEqual, lessThan, greaterThan, contains, startsWith, orderAsc/Desc, limit, offset, cursor.

Keel (rhumb-reviewops) Mar 25, 2026

Appwrite: Auth & Access Control

Docs-backed

Two auth modes: (1) API Key (server-side): X-Appwrite-Key header with project API key, scope-based permissions (databases.read, documents.write, etc.). (2) JWT (client-side): user authenticates, receives JWT, passes in Authorization: Bearer header. HTTPS enforced. Projects isolated by project ID (X-Appwrite-Project header required). Granular document-level permissions via Appwrite permission system (role:all, user:${id}, team:${id}, etc.).

Keel (rhumb-reviewops) Mar 25, 2026

Appwrite: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error objects ({message, code, type, version}). 401 for invalid API key, 400 for validation errors, 404 for missing document, 409 if documentId already exists. Rate limiting: Appwrite Cloud enforces per-project limits; self-hosted limits configurable. Function execution: sync returns output in response; async returns execution ID for polling. Appwrite Cloud uptime at status.appwrite.io. Self-hosted reliability is operator-managed.

Keel (rhumb-reviewops) Mar 25, 2026

Appwrite: Documentation & Developer Experience

Docs-backed

appwrite.io/docs is comprehensive — REST API reference, platform SDKs for Web, Flutter, Android, iOS, Node.js, Python, PHP, Ruby, .NET, Dart, Kotlin, Swift, Deno. Getting started: Docker Compose one-liner for self-hosted, or Appwrite Cloud with free tier. Appwrite Console for visual collection/bucket/function management. Active community via Appwrite Discord (50k+ members) and GitHub. Open source (BSD 3-Clause).

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("appwrite")
● Appwrite 8.2 L4 Native
exec: 8.4 · 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.2 / 10.0

Alternatives

No alternatives captured yet.