Request Builder
All HTTP methods, query params, headers, body (JSON/XML/form-data/urlencoded), path parameters with {{variable}} syntax. First-class WebSocket and GraphQL protocol support. Tab-based — work on multiple requests at once.
5 Auth Methods
Bearer token, Basic Auth, API Key, and full OAuth 2.0 with Authorization Code, Client Credentials, and PKCE. Token exchange built right in.
Pre/Post Scripts
Python & JavaScript scripting engine with full syntax support. req API — req.test(), req.expect(), req.variables, req.request, req.sendRequest(). Collection-level scripts, variable persistence, and AI-assisted script generation.
Scripting Guide →
Environments
Manage variables per environment (DEV, TEST, LIVE). Secret values, environment switching from the top bar, variable insertion in any field. Workspace isolation included.
Code Generation
Turn any request into working code: cURL, Python, JavaScript (fetch & axios), Go, Java, C#, PHP. Copy-paste into your project and go.
AI Collection Builder
Paste API docs or provide a URL. The AI wizard parses endpoints and generates a full collection with methods, URLs, headers, and bodies. Review before import.
Response Visualizer
Pretty, Raw, Tree, and Preview modes. JSON tree with collapse/expand, HTML/SVG rendering, status codes, response time, size — everything you need at a glance.
WebSocket Proxy
WebSocket and GraphQL as first-class request types alongside HTTP. Connect to WebSocket servers, send/receive messages, or build GraphQL queries with dedicated editors. All through the built-in proxy.
Import / Export
Import from Postman format (v2.1), OpenAPI 3.0+ specs, or raw cURL commands. Export back to Postman format. Migrate your existing workflow in seconds.
Visual Test Builder
Build complex API test flows visually with a drag-and-drop node graph canvas. Connect HTTP requests, assertions, delays, conditions, loops and scripts. Real-time SSE execution with animated edges and run reports.
AI Agent "George"
An intelligent AI assistant that understands your entire scripting API. Ask George to write pre/post scripts, debug assertions, explain responses, or generate test flows. Streaming chat with conversation history and full context awareness.
Ollama Integration
Run AI features locally with Ollama — no cloud API key required. Auto-detected models, seamless switching between OpenAI and Ollama. Full privacy, zero data leaving your machine.
Share API Docs
Generate beautiful, read-only API documentation from any collection and share it via a public link. Optional password protection. Redoc-style layout with sidebar navigation — perfect for external teams or clients.
Local Proxy Mode
Self-host the server anywhere and reach local networks remotely. The Chrome Extension or Electron client executes HTTP requests from your machine while the server handles scripts, auth, and variables. Perfect for testing internal APIs.
Collection Runner
Run entire collections in sequence with real-time SSE streaming. See per-request results as they execute, save run reports to the database, and export as JSON or HTML. Postman-style batch execution built in.
DNS & Ping Tools
Built-in network diagnostics right from the URL bar. Resolve DNS records or ping hosts to troubleshoot connectivity before sending requests. No need to leave the app for basic debugging.
Postman pm.* Compat
Full Postman compatibility layer — pm.test(), pm.expect(), pm.globals, pm.environment, pm.collectionVariables all work. Migrate your Postman scripts without rewriting a single line.