Overview
Team-wide settings allow you to control your users’ Devin for Terminal usage through the Cognition web app. These settings apply across your entire organization. Regardless of whether you authenticate via Devin or Windsurf, the Devin for Terminal team settings are located in the same place: https://windsurf.com/team/cli-settingsAvailable Settings
Models
Control which models your users can access through Devin for Terminal. You can:- Whitelist specific models — Restrict users to a curated list of approved models
- Allow all models — Give users access to all available models
Enable Web Search
Allow the Devin for Terminal agent to search the web for relevant information. This tool is disabled by default for enterprise teams.MCP Servers
Control whether your users can use MCP (Model Context Protocol) tools.- Toggle on/off — Enable or disable MCP server usage entirely
- Whitelisted MCP Servers — Specify which MCP servers users are allowed to connect to. If no servers are added, all servers are whitelisted by default. Click Add Server to restrict access to specific servers.
Terminal Permissions
Configure team-enforced permission rules for Devin for Terminal usage. These rules have the highest precedence and cannot be overridden by individual users’ local or project configurations. Click Configure to open the permissions editor. The configuration requires a JSON object with three fields:deny— Actions that are blocked entirely (takes highest priority)ask— Actions that always prompt the user for approvalallow— Actions that are automatically approved without prompting
| Type | Format | Example |
|---|---|---|
| File read | Read(/path) | Read(~/sensitive/**) |
| File write | Write(/path) | Write(.env*) |
| Command execution | Exec(cmd) | Exec(rm), Exec(sudo) |
| HTTP fetch | Fetch(url) | Fetch(https://internal.api/*) |
| Tool-based | Tool name | read, edit, exec |
Show “Install Devin for Terminal” in the Windsurf Command Palette
Devin for Terminal is bundled with Windsurf (starting with version 1.9577.24) but requires explicit activation by an admin. Toggle this setting on to allow your users to install Devin for Terminal directly from the Windsurf Command Palette. Once enabled, users can open the Command Palette (Cmd+Shift+P on macOS or Ctrl+Shift+P on Windows/Linux) and run Install Devin for Terminal to add the devin binary to their PATH.
This setting is available on Windsurf Enterprise and Devin Enterprise plans and is off by default.

