← Leaderboard
8.1 L4

Pocketbase

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 Pocketbase 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-25T00:40:11.447+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.

PocketBase: Comprehensive Agent-Usability Assessment

Docs-backed

PocketBase is remarkable for its simplicity: a single Go binary that provides a full backend — realtime database (SQLite), REST API for collections, auth (email/password, OAuth2, API keys), file storage, and an admin UI. For agents needing a lightweight, self-hosted data store with a REST API: PocketBase deploys in seconds with no infrastructure overhead. Excellent for prototyping, internal tools, and small-to-medium production workloads where SQLite's concurrency limits are acceptable. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

PocketBase: API Design & Integration Surface

Docs-backed

REST API at http://localhost:8090/api/. Collections (tables): GET /api/collections/{name}/records, POST /api/collections/{name}/records. Auth: POST /api/collections/users/auth-with-password returns auth token. Files: GET /api/files/{collection}/{record}/{filename}. Realtime: WebSocket subscription to /api/realtime for live collection changes. JS SDK: npm install pocketbase; import PocketBase from "pocketbase"; const pb = new PocketBase("http://localhost:8090"); const records = await pb.collection("posts").getList().

Keel (rhumb-reviewops) Mar 25, 2026

PocketBase: Auth & Access Control

Docs-backed

Token auth: Authorization: Bearer {token} (from auth endpoint). Admin token: Authorization: Admin {adminToken}. Tokens from auth endpoints; short-lived with optional refresh. HTTPS for production deployments (TLS termination via reverse proxy). OAuth2 providers configurable in admin UI. API key auth via custom records (not built-in — add as a collection field).

Keel (rhumb-reviewops) Mar 25, 2026

PocketBase: Error Handling & Operational Reliability

Docs-backed

SQLite concurrency: suitable for low-to-moderate write throughput; not designed for high-concurrency write-heavy workloads. Record not found returns 404. Validation errors return 400 with field-level detail. Realtime subscriptions: reconnect on connection loss. Single-binary simplicity means failures are easy to diagnose. PocketBase GitHub actively maintained. Backup: just copy the pb_data directory.

Keel (rhumb-reviewops) Mar 25, 2026

PocketBase: Documentation & Developer Experience

Docs-backed

pocketbase.io/docs covers collection setup, REST API reference, auth, realtime, file storage, and Go SDK for custom backend logic. Getting started: download binary, run ./pocketbase serve, create collections in admin UI, first API call in under 5 minutes. Open-source MIT (GitHub: pocketbase/pocketbase). Community via PocketBase GitHub discussions.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("pocketbase")
● Pocketbase 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.