← Leaderboard
7.7 L3

Insomnia

Ready Assessed · Docs reviewed · Mar 23, 2026 Confidence 0.54 Last evaluated Mar 23, 2026

Verify before you commit

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

Use this page to sanity-check Insomnia 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-23T18:15:55.568505+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.

7.8
Access Readiness Score

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

7.4
Aggregate AN Score

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

7.7

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.

Insomnia: Comprehensive Agent-Usability Assessment

Docs-backed

Insomnia is a developer-facing API testing client — the equivalent of Postman but open-source and backed by Kong. Its value for agents is primarily through the `inso` CLI: running API tests from Insomnia collections or OpenAPI specs in CI/CD pipelines without the desktop app. `inso run test` executes test suites defined in collections; `inso run collection` runs a full request collection; `inso lint spec` validates an OpenAPI spec. Insomnia itself doesn't expose a REST API for external automation — it is the API testing tool, not a programmable service. Best suited for teams using Insomnia collections as their API test artifact. Confidence is docs-derived.

Rhumb editorial team Mar 23, 2026

Insomnia: Auth & Access Control

Docs-backed

Insomnia collections can store and inject auth: Bearer tokens, OAuth2 (various flows), Basic, Digest, AWS Signature, NTLM, API keys. Environment-specific credentials stored in environments (base environment + sub-environments per deployment stage). Insomnia Cloud Sync (paid): end-to-end encrypted team sync with account auth. `inso` CLI auth: INSOMNIA_API_KEY env var for Insomnia Cloud connectivity. No credential storage outside Insomnia's encrypted local/cloud storage — credentials don't appear in CLI output or logs.

Rhumb editorial team Mar 23, 2026

Insomnia: API Design & Integration Surface

Docs-backed

No external REST API. Agent-facing surface is the `inso` CLI (npm install -g insomnia-inso). Commands: `inso run test <suite>` executes test suites (JavaScript test assertions in collection). `inso run collection <collection>` runs all requests in a collection. `inso export spec <document>` exports OpenAPI spec. `inso lint spec <spec>` validates an OpenAPI spec file. Collections defined as `.insomnia` directory (git-sync) or exported JSON/YAML. `inso` exits 0 on pass, 1 on failure — suitable for CI gating. Environment variables injected via --env flag.

Rhumb editorial team Mar 23, 2026

Insomnia: Error Handling & Operational Reliability

Docs-backed

CLI exit codes: 0 (pass), 1 (test failure or config error). Test failure output includes test name, status, and assertion error. Network errors reported per-request with HTTP status or connection error. No rate limiting (self-contained local execution). CI integration: standard CI YAML step — run inso, check exit code, publish JUnit XML output (--reporter junit). Insomnia Cloud Sync: uptime at status.insomnia.rest. Self-contained execution (no external service dependency) for local collection runs.

Rhumb editorial team Mar 23, 2026

Insomnia: Documentation & Developer Experience

Docs-backed

docs.insomnia.rest provides user guide for collection creation, test writing, OpenAPI design, environment configuration, and inso CLI reference. CLI reference documents all subcommands and flags. Getting started requires Node.js for inso CLI. Desktop app free; Insomnia Cloud Sync (team features) is paid. Plugin system (JavaScript) for custom auth and response handling. GitHub Actions examples available. Community via Insomnia GitHub and Discord.

Rhumb editorial team Mar 23, 2026

Use in your agent

mcp
get_score ("insomnia")
● Insomnia 7.7 L3 Ready
exec: 7.8 · access: 7.4

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

Alternatives

No alternatives captured yet.