Getting started
Gapfy Echo is a native Windows API client. This guide takes you from install to your first response in a few minutes.
Install from the Microsoft Store
- Open the Microsoft Store on your Windows machine.
- Search for Gapfy Echo and install it.
- Launch Echo from the Start menu.
Echo is built with Avalonia rather than Electron, so it is a real native app: quick to start and light on memory.
Choose guest mode or sign in
Echo does not force an account on you.
Guest mode works completely offline. There is no account, no sign-up, and no limits on the local loop: create as many requests, collections and environments as you like. Everything is stored on your machine in a local database that is encrypted at rest, with the encryption key held in Windows DPAPI.
Sign in through your usual browser when you want to sync across devices, share work with your team or switch between your organizations.
You can start in guest mode today and sign in later. Nothing you build locally is wasted.
Send your first request
- Create a new request and pick a protocol. HTTP is the natural starting point; gRPC, GraphQL, WebSocket and SSE are covered in /docs/echo/requests-and-protocols.
- Enter the URL of an endpoint you want to call and adjust the method, headers or body as needed.
- Send the request.
- Read the response in the viewer, then check the network timing breakdown to see where the time went: DNS, TCP, TLS, time to first byte and download.
- Save the request into a collection so you can find it again. Collections are covered in /docs/echo/collections-and-sharing.
Bring your existing work
If you are coming from another client, you do not have to start over. Echo imports Postman collections and environments with full round-trip fidelity, plus Insomnia, Bruno, OpenAPI 3 specs and cURL commands. See /docs/echo/import-export.
Next steps
- Learn the five protocols and auth handlers in /docs/echo/requests-and-protocols.
- Set up environments and secret variables in /docs/echo/environments-and-variables.
- Automate tests, mocks and scheduled runs in /docs/echo/automation.
- If your organization has Pro AI seats, see what the assists can do in /docs/echo/ai-features.