Policies
Policies control what actions are allowed or denied in a Workspace. Each Policy is a set of statements that specify a Service, region, effect (Allow or Deny), and a list of actions. You attach Policies to Workspaces to restrict what Members can do.
1. Go to the Policies page
- Click Settings in the left sidebar.
- Select Policies from the menu.
The Policy list page opens, showing all existing Policies with their attached Workspaces and the number of users they affect.

2. Create a new policy
- Click Create in the top-right corner. The Create Policy drawer opens.

- Enter a Policy name.
Policy name accepts letters (A–Z, a–z), digits (0–9), hyphens (-), and underscores (_). The name cannot be changed after creation.
- Optionally enter a Description (max 100 characters).
3. Add a policy statement
Policies require at least one statement. Each statement defines what is allowed or denied for a specific Service.
- Click Add statement.
- Select a Service from the dropdown (for example: AI Notebook, GPU Container).
- Select a Region — choose All regions to apply the statement to all available regions for that Service.
- Set the Effect:
- Allow — permits the selected actions.
- Deny — explicitly blocks the selected actions.
- Select actions under the Actions section:
- Check All actions to apply the statement to every action for that Service.
- Or check individual actions (for example:
notebook:create,notebook:delete).
Repeat to add more statements if needed.
4. Save the policy
- Click Save. The Policy appears in the Policy list.
Edit a policy
- On the Policy list page, click the Edit icon (pencil) on the row you want to change.
- The Edit Policy drawer opens. Modify statements as needed.
- Click Save.
The Policy name field is disabled during editing and cannot be changed.
Delete a policy
- On the Policy list page, click the Delete icon (trash can) on the row you want to remove.
- A confirmation dialog appears: Delete Policy — Are you sure you want to delete this Policy? This action cannot be undone..
- Click Delete to confirm.
Deleting a Policy detaches it from all Workspaces immediately. Members in those Workspaces may lose restrictions that the Policy was enforcing.
Attach a policy to a workspace
Policies are assigned to Workspaces in the Workspace settings, not from this page.
- Go to Settings → Workspaces.
- Click Edit on a Workspace.
- Scroll to the Policies section.
- Select the Policies to attach to this Workspace.
- Click Finish.
See Workspaces for full Workspace configuration steps.
What's next
- Workspaces — set credit spending limits per Workspace.
- Audit Logs — track Policy creation and attachment events.