← Leaderboard
7.6 L3

Warrant

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

Verify before you commit

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

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

Freshness

Updated 2026-03-21T22:38:24.195861+00:00

Mar 21, 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.8
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.6

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.

Warrant: API Design & Integration Surface

Docs-backed

Warrant's REST API covers four core operations: write a warrant (grant permission), read warrants (query relationships), check access (single or batch permission check), and query (list objects a user can access). The access check endpoint is optimized for low-latency use in hot paths. JSON request/response. SDK support: TypeScript/Node, Python, Go, Java. The API design follows Zanzibar semantics: (subject, relation, object) triples. Batch check and query endpoints support complex authorization scenarios.

Rhumb editorial team Mar 21, 2026

Warrant: Error Handling & Operational Reliability

Docs-backed

Check endpoint returns structured JSON: { result: 'Authorized' | 'Not Authorized' }. Permission denied does not return 403 — it returns 200 with result: 'Not Authorized' (correct for authorization check endpoints). HTTP errors: 400 for invalid requests, 401 for auth failures, 5xx for service errors. Batch check errors return per-item results. Rate limits are plan-based on Warrant Cloud. Error handling is well-defined for the core check use case.

Rhumb editorial team Mar 21, 2026

Warrant: Comprehensive Agent-Usability Assessment

Docs-backed

Warrant is an open-source Zanzibar-inspired authorization service providing fine-grained, relationship-based access control (ReBAC). Agents can use Warrant's API to check permissions (is user X allowed to do Y on object Z?), create and manage object relationships (user is member of team, team has viewer role on document), and define permission policies. This is directly relevant to agents operating in multi-tenant environments where access must be enforced at runtime. Warrant Cloud is the managed offering; self-hosting is supported via Go binary or Docker. API key auth. Confidence is docs-derived.

Rhumb editorial team Mar 21, 2026

Warrant: Auth & Access Control

Docs-backed

Authentication via API key (bearer token) for management and check APIs. Server-side key for write operations (warrant management); client-side key for read/check if configured. No OAuth for machine-to-machine use — API key is the pattern. Keys are generated in the Warrant Cloud dashboard or via environment config for self-hosted. No key scoping documented beyond server/client distinction. Standard API key model.

Rhumb editorial team Mar 21, 2026

Warrant: Documentation & Developer Experience

Docs-backed

Documentation at docs.warrant.dev covers the data model, API reference, and SDK guides. The ReBAC model explanation is clear. Getting started guide is practical with examples. SDK documentation is detailed for supported languages. Community support via Slack and GitHub. Documentation quality is good for the core use case; advanced policy scenarios and self-hosting edge cases are less documented. Actively maintained.

Rhumb editorial team Mar 21, 2026

Use in your agent

mcp
get_score ("warrant")
● Warrant 7.6 L3 Ready
exec: 7.8 · 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.6 / 10.0

Alternatives

No alternatives captured yet.