Create Bruno environment
bruno_create_environmentCreates a new Bruno environment file to define variables for API testing, ensuring secret values are omitted or redacted.
Instructions
Create a new Bruno environment file. Secret values must be omitted or [REDACTED].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Environment name or path (e.g. Local or environments/Local.yml). | |
| variables | No | Initial list of environment variables. | |
| collection | Yes | Collection path relative to workspace root (as returned by bruno_list_collections). |