← Leaderboard
7.5 L3

Centrifugo

Ready Assessed · Docs reviewed · Mar 22, 2026 Confidence 0.55 Last evaluated Mar 22, 2026

Verify before you commit

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

Use this page to sanity-check Centrifugo 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 22, 2026

Freshness

Updated 2026-03-22T14:10:31.64157+00:00

Mar 22, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

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

7.7
Access Readiness Score

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

7.2
Aggregate AN Score

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

7.5

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.

Centrifugo: API Design & Integration Surface

Docs-backed

Centrifugo's server API is available via REST (POST /api with JSON body) and gRPC. Commands: publish (send to channel), broadcast (send to multiple channels), subscribe, unsubscribe, presence, presence_stats, history, history_remove, channels, info, disconnect. All commands are POST to /api with a JSON body containing method and params fields. Authentication to the server API uses an api_key header. The gRPC API mirrors the REST surface. SDK support: JavaScript, Go, Python, Ruby, PHP (Centrifuge client libs for connection; server API uses direct HTTP).

Rhumb editorial team Mar 22, 2026

Centrifugo: Error Handling & Operational Reliability

Docs-backed

REST API returns standard HTTP status codes plus a Centrifugo-specific JSON envelope: { result: {...} } on success or { error: { code, message } } on failure. Error codes are numeric and documented. Publish to non-existent channels succeeds (message is dropped if no subscribers, or stored in history if configured). Connection errors are non-destructive for the API caller. History and presence queries return empty results for inactive channels. Rate limiting is configurable server-side but not enforced at the API level by default.

Rhumb editorial team Mar 22, 2026

Centrifugo: Comprehensive Agent-Usability Assessment

Docs-backed

Centrifugo is a self-hosted real-time messaging server (Go) with WebSocket, SSE, and HTTP streaming support. It provides a server-side REST and gRPC API that agents can use to publish messages to channels, broadcast to user groups, query presence (who is subscribed), retrieve channel history, and manage connections. Agent relevance is good for backends that need to push real-time events to connected clients without managing WebSocket infrastructure. Centrifugo handles transport complexity; agents interact with the simple publish API. Centrifugo Cloud is a managed offering. Open-source (Apache 2.0). Confidence is docs-derived.

Rhumb editorial team Mar 22, 2026

Centrifugo: Auth & Access Control

Docs-backed

Server API authentication uses an HMAC or static api_key header. The api_key is configured server-side and must be kept secret — it grants full publish/admin access to all channels. Client connections use JWT tokens for user authentication and channel authorization. Channel permissions are defined via subscription tokens or server-side channel subscription callbacks. The api_key model is appropriate for agent-to-server communication; JWT-based client auth handles end-user permissions.

Rhumb editorial team Mar 22, 2026

Centrifugo: Documentation & Developer Experience

Docs-backed

Documentation at centrifugal.dev/docs is comprehensive: server setup, client SDKs, server API reference, channel namespaces, JWT auth, and deployment guides. The server API reference documents all commands with request/response examples. Go-first documentation; other language examples are available. Community support via Telegram group and GitHub. Documentation quality is high for the core publish/subscribe use case; advanced features (Redis scaling, proxy callbacks) are well-documented for an open-source project.

Rhumb editorial team Mar 22, 2026

Use in your agent

mcp
get_score ("centrifugo")
● Centrifugo 7.5 L3 Ready
exec: 7.7 · access: 7.2

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

L3 Ready

7.5 / 10.0

Alternatives

No alternatives captured yet.