Core workflows
Organize collections
Section titled “Organize collections”- Create a collection for each system or project.
- Group requests by business domain or service.
- Add descriptions, implementation notes, and response examples.
- Use search, copy, and move to keep long-lived assets organized.
Import OpenAPI
Section titled “Import OpenAPI”Use the OpenAPI action to import OpenAPI 3.x JSON or YAML. Review:
- Whether server URLs match the current environment.
- Whether path and query parameters are complete.
- Whether authentication headers should become secret environment variables.
- Whether examples contain personal information or credentials.
Use environments
Section titled “Use environments”Define separate variables for development, test, and production integration. Mark passwords, tokens, and keys as secrets so the service encrypts them and the UI masks them.
Validation hints flag unresolved variables, invalid JSON, and duplicate headers. They help find mistakes early but do not replace target-service contract validation.
Run collections
Section titled “Run collections”- Select a project and open
Run. - Confirm the environment and target addresses.
- Execute the collection and inspect each pass/fail result.
- Restore failures to the request workspace for debugging.
- Save stable responses as future comparison examples.
Project exports include folders, requests, environments, notes, and examples. Before moving a bundle across isolated environments, check for target addresses or sensitive business data that should not travel with it.