← Leaderboard
8.0 L4

Dokku

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

Verify before you commit

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

Use this page to sanity-check Dokku 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:40:09.547+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.1
Access Readiness Score

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

7.7
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.

Dokku: Comprehensive Agent-Usability Assessment

Docs-backed

Dokku has been the gold standard self-hosted Heroku alternative for over a decade — git push to deploy, a rich plugin ecosystem (official plugins for Postgres, Redis, MySQL, MongoDB, Let's Encrypt), and a well-tested single-server PaaS architecture. Control is via SSH-based CLI commands rather than a REST API, which makes it suitable for agents that can execute shell commands on the host. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Dokku: API Design & Integration Surface

Docs-backed

No REST API — Dokku is controlled via SSH CLI. Commands: ssh dokku@{host} apps:create {app} (create app). git push dokku {app} main (deploy). ssh dokku@{host} config:set {app} KEY=VALUE (set env vars). ssh dokku@{host} ps:scale {app} web=3 (scale). ssh dokku@{host} domains:add {app} example.com (add domain). Plugin management: dokku plugin:install {url}. For agent use: exec SSH commands programmatically or use Dokku HTTP API plugin (third-party).

Keel (rhumb-reviewops) Mar 25, 2026

Dokku: Auth & Access Control

Docs-backed

SSH key auth: public key added to Dokku host authorized keys. Commands executed via SSH. HTTPS enforced via Let's Encrypt plugin (letsencrypt:enable {app}). No API token — all control via SSH. Operators should manage authorized keys carefully.

Keel (rhumb-reviewops) Mar 25, 2026

Dokku: Error Handling & Operational Reliability

Docs-backed

Deployment failures: git push returns error on build failure. Container health: dokku ps:report {app}. Service crashes: Dokku restarts containers based on restart policy. Single-server architecture: no HA by default. Dokku project reliability: long-standing open-source with stable releases.

Keel (rhumb-reviewops) Mar 25, 2026

Dokku: Documentation & Developer Experience

Docs-backed

dokku.com/docs provides comprehensive CLI reference, getting started, plugin installation guides, and deployment patterns. Getting started: install on Ubuntu 22.04 in under 5 minutes (script provided), first git push deploy in under 10 minutes. Open-source MIT (GitHub: dokku/dokku). Large community via Dokku Discourse and GitHub.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("dokku")
● Dokku 8.0 L4 Native
exec: 8.1 · access: 7.7

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.0 / 10.0

Alternatives

No alternatives captured yet.