Structure that survives the project growing
Two requests need no organization. Two hundred do.
Create a collection
Create a collection, give it a name that describes what it covers, and add requests to it. Folders and sub-collections let you nest further, so the tree can mirror the shape of the API rather than being one flat list.
Set auth and variables once
A collection is a scope, not just a container. Authorization configured at the collection level applies to every request inside it โ so rotating a token is one edit, not forty.
Any individual request can still override what it inherits, or opt out entirely with no-auth.
Run, share and export it
Collections are what the Collection Runner executes, what import and export move around, and what you share with a team. Getting the structure right early pays off in every one of those.






