Collections
Collections help you organize API requests into logical groups, similar to folders on a file system.
Creating a Collection
Section titled “Creating a Collection”- Open the sidebar (
Ctrl + Bif hidden) - The default active panel is Collections
- Click New Collection at the bottom of the panel
- Type a name and press Enter
Creating a Collection from Save
Section titled “Creating a Collection from Save”- Build a request in the workspace
- Click Save next to the Send button
- If no collections exist, you will be prompted to create one
Managing Collections
Section titled “Managing Collections”Each collection appears as a folder in the sidebar panel.
Expand / Collapse
Section titled “Expand / Collapse”Click a collection name to expand or collapse its contents.
Context Menu
Section titled “Context Menu”Click the ⋮ (more) button on a collection to:
- New Folder — Create a nested folder inside the collection
- Delete — Remove the collection
Organizing Requests
Section titled “Organizing Requests”- Click a request name in a collection to open it in a new tab
- Drag requests to reorder them within a collection
- Drag requests between collections to reorganize
Nested Folders
Section titled “Nested Folders”Collections support unlimited nesting:
My API├── Users│ ├── GET - List Users│ ├── POST - Create User│ └── Admin│ ├── GET - List Admins│ └── DELETE - Remove Admin├── Products│ ├── GET - List Products│ └── POST - Create Product└── Auth ├── POST - Login └── POST - RegisterSearching Collections
Section titled “Searching Collections”Use the search bar at the top of the sidebar to filter collections by name.