Quick Start
Get up and running with Saola in a few minutes.
1. Create a Collection
- Launch Saola.
- In the sidebar, click + New or Create collection (if you have no collections yet).
- Enter a name for your collection and confirm.
2. Create Your First Request
- Right-click your collection in the sidebar.
- Choose New Request.
- Enter a name (e.g. "Get Example").
3. Configure and Send
- Select the request from the sidebar — it loads into the active tab.
- Choose the HTTP method (e.g. GET).
- Enter a URL (e.g.
https://httpbin.org/get). - Click Send or press
Cmd+Enter(Mac) /Ctrl+Enter(Windows/Linux).
You should see the response in the right panel with status, headers, and body.
4. Save the Request
- If the tab is linked to a request, press
Cmd+S(Mac) /Ctrl+S(Windows/Linux) to save changes. - If the tab is new and not linked, press
Cmd+Sto open the Save to collection modal, choose a collection or folder, and save.
Next Steps
- UI Overview — Learn the layout and navigation.
- Collections — Organize requests with folders and context menus.
- Environments — Use variables for different environments.