Your Workbench Administrator configures the available users and groups with whom you can share your deployments, so check with them if you need a new group created.
Sharing a deployment
Deployments can be shared from the global Deployments page, or directly from the project itself:From the Projects page:
- Select Deployments from the left-hand navigation.
- Select the specific deployment you want to share, then select Share in the left-hand navigation.
Public deployments are accessible to anyone who has the deployment URL. To share a public deployment, copy and distribute the URL that is generated when you deploy the project.
If your deployment will serve as an endpoint for other code (for example, a REST API), provide a static URL when deploying your project. Using the generated URL risks breaking references to your deployment, as any changes to the deployment will replace the URL.
Generating a deployment access token
From the Projects page:- Select Deployments from the left-hand navigation.
- Select the specific deployment you want to generate a token for.
- Select Settings in the left-hand navigation.
- Click Generate under Generate tokens.