← Leaderboard
8.4 L4

Lago

Native Assessed · Docs reviewed · Mar 23, 2026 Confidence 0.57 Last evaluated Mar 23, 2026

Verify before you commit

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

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

Freshness

Updated 2026-03-23T14:31:54.787996+00:00

Mar 23, 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.

8.5
Aggregate AN Score

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

8.4

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.

Lago: Comprehensive Agent-Usability Assessment

Docs-backed

Lago is an open-source metered billing platform designed for usage-based SaaS pricing. Core capabilities: ingest usage events (API calls, compute minutes, messages sent), define billable metrics that aggregate raw events, attach metrics to subscription plans with flexible pricing models (flat, per-unit, tiered, graduated, percentage, package), and generate invoices automatically. For agents, the usage ingestion API is the primary integration point: POST events as users consume your product, and Lago handles aggregation, billing calculation, and invoice generation. Self-hostable or Lago Cloud. Genuinely developer-first API design. Active open-source project with strong community. Confidence is docs-derived.

Rhumb editorial team Mar 23, 2026

Lago: API Design & Integration Surface

Docs-backed

REST API at api.getlago.com/api/v1 (Cloud) or self-hosted base URL. Resources: events, customers, subscriptions, plans, billable_metrics, invoices, credit_notes, wallets. POST /api/v1/events ingests a usage event (customer_id, transaction_id, code, timestamp, properties). GET /api/v1/customers/{id}/current_usage returns real-time usage for the current billing period. POST /api/v1/subscriptions assigns a customer to a plan. GET /api/v1/invoices lists generated invoices. Response payloads are JSON with consistent object shapes. Batch event ingestion via POST /api/v1/events/batch.

Rhumb editorial team Mar 23, 2026

Lago: Auth & Access Control

Docs-backed

Bearer token auth via Authorization: Bearer header using API key from Lago organization settings. Keys are org-scoped with full access. No granular scoping. Key management via Lago dashboard or admin API. Self-hosted instances manage their own key generation. HTTPS enforced on Lago Cloud; operator-configured for self-hosted. Webhook signing (HMAC-SHA256) for outbound billing events (invoice finalized, payment received, etc.).

Rhumb editorial team Mar 23, 2026

Lago: Error Handling & Operational Reliability

Docs-backed

Structured JSON error responses with code (string) and error_details (field-level validation) fields. 401 for invalid API key, 404 for missing resource, 422 for validation errors (e.g., duplicate transaction_id — Lago idempotency key for events). Event ingestion is idempotent on transaction_id. Webhook retry for billing events on delivery failure. Rate limits documented. Lago Cloud uptime at status.getlago.com. Self-hosted reliability depends on deployment (Docker/Kubernetes with Redis and PostgreSQL).

Rhumb editorial team Mar 23, 2026

Lago: Documentation & Developer Experience

Docs-backed

getlago.com/docs provides API reference, usage-based billing concepts (billable metrics, aggregation types), plan/pricing model configuration guides, subscription lifecycle docs, invoice management, and self-hosting guide (Docker + docker-compose). Documentation is thorough and well-maintained. Getting started requires a Lago Cloud account (free tier) or self-hosted Docker setup. Active open-source community on GitHub and Slack. SDKs for Ruby, Python, Node.js, Go, Java, PHP.

Rhumb editorial team Mar 23, 2026

Use in your agent

mcp
get_score ("lago")
● Lago 8.4 L4 Native
exec: 8.4 · access: 8.5

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

Alternatives

No alternatives captured yet.