← Leaderboard
7.2 L3

Soketi

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

Verify before you commit

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

Use this page to sanity-check Soketi 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:32.08769+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.4
Access Readiness Score

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

7.0
Aggregate AN Score

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

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

Soketi: API Design & Integration Surface

Docs-backed

Soketi implements the Pusher Channels HTTP API: POST /apps/{app_id}/events (trigger event), POST /apps/{app_id}/batch_events (batch), GET /apps/{app_id}/channels, GET /apps/{app_id}/channels/{channel_name}, GET /apps/{app_id}/channels/{channel_name}/users. Authentication follows the Pusher server-auth scheme (HMAC-SHA256 signature). Any Pusher server SDK (Node, PHP, Python, Ruby, Go) works with Soketi by pointing to the Soketi server host. The protocol compatibility is the key value proposition.

Rhumb editorial team Mar 22, 2026

Soketi: Error Handling & Operational Reliability

Docs-backed

Soketi returns Pusher-compatible JSON responses and error formats. Event trigger success returns { ok: true }; failures return Pusher-style error objects. HTTP 400 for malformed requests, 403 for auth failures, 200 for successful publishes. Self-hosted reliability depends on your deployment; no SLA. Scale-out is possible via Redis adapter for multi-node deployments. Maintenance mode uncertainty (2026) is the primary operational risk.

Rhumb editorial team Mar 22, 2026

Soketi: Comprehensive Agent-Usability Assessment

Docs-backed

Soketi is an open-source, self-hosted Pusher Channels-compatible WebSocket server. It implements the Pusher API protocol, meaning any app using the Pusher client SDK can switch to Soketi by changing the host configuration — no code changes required. Agents can publish events to Soketi using the standard Pusher server-side API (same endpoint structure, same auth). This is useful for teams that want Pusher's real-time event model without Pusher's per-message billing. Self-hosted via Docker or Node.js. Maintenance activity in 2026 should be verified — the project's pace varied in 2023-2024. Confidence is docs-derived.

Rhumb editorial team Mar 22, 2026

Soketi: Auth & Access Control

Docs-backed

Authentication mirrors Pusher's security model: app_id, app_key, and app_secret are configured server-side. Server-to-server API calls use Pusher's HMAC signature scheme (the Pusher SDK handles this). Client WebSocket connections authenticate via signed tokens from your backend. The Soketi server config controls app credentials; secrets must be managed in your deployment environment. No centralized credential management — self-hosted deployments own their security posture.

Rhumb editorial team Mar 22, 2026

Soketi: Documentation & Developer Experience

Docs-backed

Documentation at docs.soketi.app covers installation, configuration, Pusher SDK usage, and deployment guides. The documentation is clear for the core use case (drop-in Pusher replacement). Advanced configuration (custom adapters, Redis scaling) is documented. Community support via GitHub and Discord. Documentation quality is good for the primary use case. Given potential reduced maintenance activity, the official Pusher documentation serves as a useful secondary reference for the API protocol.

Rhumb editorial team Mar 22, 2026

Use in your agent

mcp
get_score ("soketi")
● Soketi 7.2 L3 Ready
exec: 7.4 · access: 7.0

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

Alternatives

No alternatives captured yet.