Leading Open Source API Development Platform for HTTP, REST, GraphQL, gRPC, SOAP, and WebSockets
The general sentiment around "Insomnia AI" is difficult to assess due to the lack of detailed reviews, but its frequent mention in social media suggests it has a certain level of interest or curiosity. However, there is little specific feedback regarding its strengths or areas for improvement. The discussions seem to focus on technical aspects such as API client capabilities, with mentions of Claude Code and related open-source projects, rather than direct user experiences with Insomnia AI. Pricing sentiments or overall reputation are not clearly addressed in the available social discussions.
Mentions (30d)
0
Reviews
0
Platforms
2
GitHub Stars
38,425
2,286 forks
The general sentiment around "Insomnia AI" is difficult to assess due to the lack of detailed reviews, but its frequent mention in social media suggests it has a certain level of interest or curiosity. However, there is little specific feedback regarding its strengths or areas for improvement. The discussions seem to focus on technical aspects such as API client capabilities, with mentions of Claude Code and related open-source projects, rather than direct user experiences with Insomnia AI. Pricing sentiments or overall reputation are not clearly addressed in the available social discussions.
Features
Use Cases
1,685
GitHub followers
567
GitHub repos
38,425
GitHub stars
20
npm packages
40
HuggingFace models
Pricing found: $10/25, $10/25
Restk — First API client built for today's developer workflow. Claude Code can manage your APIs without seeing your secrets.
Claude talks to Restk via MCP If you're using Claude Code for development, you've probably hit this wall: you want Claude to help with API work — debug a failing endpoint, generate tests, import an OpenAPI spec — but your API workspace is full of secrets. Auth tokens, API keys, production credentials, PII in response bodies. You can't just hand all that to an AI. Restk is the first API client that's deeply integrated with Claude Code. One command and Claude can work with your entire API workspace — while your secrets stay on your machine. How it works: Claude talks to Restk via MCP Claude Code doesn't touch your APIs directly. It communicates with Restk through MCP (Model Context Protocol). Claude sends instructions → Restk executes them → Restk returns sanitized results back to Claude. Your real data never leaves Restk. All responses that flow back to Claude go through Restk's schema extraction engine — real values are stripped and replaced with synthetic data that matches the original types: Your API returns: {"email": "john@company.com", "api_key": "sk-live-abc123"} Restk sends Claude: {"email": "synthetic_7f@example.com", "api_key": "[REDACTED]"} Auth headers — Authorization, Cookie, X-API-Key — always redacted. Claude reasons about structure and types, never about your actual data. This happens automatically on every response, every tool call. No configuration needed. What can Claude do through Restk? Here are real examples from my daily workflow: Browse your workspace: "Show me all the requests in the Payments collection" — Claude asks Restk to list requests. Restk returns names, methods, URLs, and IDs. Claude can then get details for any specific request — URL, headers, parameters, body, auth type — with all sensitive values sanitized. Send requests and debug failures: "Send the Create User request" — Claude tells Restk which request to run. Restk executes it using the currently active environment and returns the sanitized response — status code, headers, body schema with synthetic values, timing. If it fails? Claude can pull the request details and response history (all sanitized) to diagnose the issue. No more copy-pasting between tools. Write tests: "Generate a test script for the Login endpoint" — Claude asks Restk to generate a Nova test script for a specific request. Restk creates JavaScript tests — status code checks, response schema validation, content type assertions — based on the latest response. Compare responses over time: "Has the Create User response changed recently?" — Claude asks Restk to compare the latest response with a previous one for the same request. Restk returns the diff — status code changes, response time differences, header changes, and body structure differences. All values sanitized. Generate and manage entire collections from your terminal: Run /restk:generate_collection_from_code in Claude Code — Claude reads your codebase, detects routes, controllers, and schemas, then creates the full collection in Restk — folders, requests, methods, headers, and body templates. Works with any backend stack — Express, Django, Rails, Spring, NestJS, Laravel, FastAPI, Go, and more. From there, Claude can update requests, add new endpoints, reorganize folders, manage environments — all from your Claude Code console. Analyze performance: "How is the Login endpoint performing?" — Claude asks Restk for performance stats on a specific request. Restk returns mean, median, P95, P99 response times, error rate, and whether performance is trending up or down — across the last 24 hours, 7 days, or 30 days. Detect error patterns: "What errors are happening in my Auth collection?" — Claude asks Restk to scan for error patterns. Restk groups 4xx/5xx errors by status code and URL pattern across a configurable timeframe, and returns sample error messages from the top error groups. Create from scratch: "Create a new collection called 'User Service' with CRUD endpoints for /api/users" — Claude tells Restk to create a collection, add folders, and create individual requests with the right methods, URLs, headers, and body templates. You see it all appear in the app instantly. Full AI audit trail Full AI audit trail Every single interaction is logged. Restk has a dedicated AI Audit tab that shows: Every tool call Claude made Timestamps and duration Success/failure status Total sanitization count — how many values were redacted You get 100% visibility into what AI did with your workspace. Not just trust — verification. Setup: 30 seconds For Claude Code: claude mcp add --transport stdio --scope user restk -- "/Applications/Restk.app/Contents/Resources/restk-bridge" For Claude Desktop: Open Restk settings → click Setup → done. You can connect multiple sessions simultaneously — 3 Claude Code terminals + Cursor, all talking to the same workspace. I do this daily. Built native because developers deserve better Restk is built with native macOS technologies, not Electron. No
View originalBuilt an open-source API client with Claude Code - ApiArk
I've been building ApiArk - a local-first, open-source API client built with Tauri v2 (Rust + React). Free forever, no login, no cloud. Claude Code helped throughout the entire development process - from architecting the Rust backend, writing React components. What it does: REST, GraphQL, gRPC, WebSocket, SSE, MQTT support Collections stored as plain YAML files - git-friendly Built-in AI assistant (bring your own API key) Import from Postman, Insomnia, Bruno in one click 800+ GitHub stars in 10 days organically. Free to try: https://apiark.dev GitHub: https://github.com/berbicanes/apiark submitted by /u/ScarImaginary9075 [link] [comments]
View originalRepository Audit Available
Deep analysis of Kong/insomnia — architecture, costs, security, dependencies & more
Pricing found: $10/25, $10/25
Key features include: Git Sync for 3, MCP Clients, Unlimited Projects, Unlimited collection runner, Free HTTP, gRPC, GraphQL, Socket.io, WSS + SSE, No account required ever for local testing, API Client, AI-Native.
Insomnia AI is commonly used for: Collaborating on API design with team members in real-time., Testing and debugging RESTful APIs with advanced tools., Mocking APIs to simulate endpoints during development., Running automated tests on multiple API endpoints simultaneously., Integrating with version control systems for seamless workflow., Utilizing AI capabilities to suggest improvements in API design..
Insomnia AI integrates with: GitHub, GitLab, Bitbucket, Slack, Jira, Postman, CircleCI, Travis CI, AWS, Azure.
Insomnia AI has a public GitHub repository with 38,425 stars.