📄️ Collections
Organize your API requests in collections and folders. Saola uses the same terminology as Postman: collections contain folders and requests.
📄️ Request Builder
The request builder lets you configure and send HTTP requests. It includes the method selector, URL input, and tabs for params, headers, auth, and body.
📄️ Environments
Environments let you define variables that change per environment (e.g. dev, staging, prod). Variables are interpolated before each request is sent.
📄️ Sync & Storage
Saola stores your collections locally and can sync to your own cloud storage. Your data stays under your control.
📄️ Request Logs
Request logs give you a verbose view of each API call—similar to the browser DevTools Network panel or Postman Console.
📄️ Code Snippets
Generate ready-to-run code from any request configured in Saola. Use the Code button in the request builder to open the code snippet modal.