# FLOWPIPE_WORKSPACE



# FLOWPIPE_WORKSPACE

Sets the Flowpipe [workspace](/docs/reference/config-files/workspace). 

A Flowpipe `workspace` is a "profile" that allows you to define a unified environment that the Flowpipe can interact with. 

To learn more, see **[Managing Workspaces →](/docs/run/workspaces)**



## Usage 
Use the `my_workspace` workspace:
```bash
export FLOWPIPE_WORKSPACE=my_workspace
```

<!--
FUTURE:  
Use the `acme/prod` Turbot Pipes workspace:
```bash
export FLOWPIPE_WORKSPACE=acme/prod
```
-->