Organization Strategies
Choose an organization strategy that fits your workflow:By Project
Separate workspace per project
By Client
One workspace per client
By Environment
Dev, staging, production workspaces
By Team
One workspace per team
By Project
Organize workspaces by project:- Multiple independent projects
- Different tech stacks
- Separate teams per project
By Client
Organize by client or customer:- Consulting/agency work
- Multiple clients
- Client-specific configurations
By Environment
Separate workspaces by environment:- Testing environment-specific configurations
- Preventing accidental production changes
- Clear environment separation
Collection Organization
Folder Structure
Organize requests into logical folders:Naming Conventions
Use consistent naming: Collections:User Management APIPayment Processing APINotification Service API
GET /users - List UsersPOST /users - Create UserPUT /users/:id - Update User
Environment Management
Environment Strategy
- Separate Files
One file per environment:
Best Practices
Use Descriptive Names
Use Descriptive Names
Clear, descriptive names for everything:
- Workspaces
- Collections
- Requests
- Environments
Keep It Simple
Keep It Simple
Don’t over-organize:
- Start simple
- Add structure as needed
- Avoid deep nesting
Document Your Structure
Document Your Structure
Add README.md to workspaces:
Next Steps
Creating Workspaces
Create and configure workspaces
Git Collaboration
Team collaboration strategies
Local-First Workflow
Local-first best practices
Collections
Manage API collections