
Grok Bot
Configure Grok Bot Team Setup (Enterprise)
Configure Grok Bot Team Setup (Enterprise)
Team Setup is Enterprise only. Admins publish manifests of install scripts that run on every team Grok Bot computer so standard tooling is present everywhere. The control lives on the Grok Bot page of the Cursor dashboard. Official guide: Grok Bot for teams and enterprises → Admin controls → Team Setup.
Self-serve Teams do not see this panel.
What it is for
- Install endpoint or monitoring agents your security team requires on each member computer.
- Install a networking client so computers can reach private services (separate from shared static egress IPs — see security docs → Static egress IPs / Connect to private networks).
- Standardize packages or config every Bot on the team should inherit from day one.
Grok Bot does not ship a built-in customer-facing telemetry or EDR feed. Team Setup is how Enterprise admins put their own tooling on every team computer.
Configure Team Setup
- Sign in as an Enterprise admin and open Grok Bot in the Cursor dashboard.
- Open Team Setup.
- Add or update the install-script manifests your org needs.
- Do not put secret values in setup scripts. Use your normal secret distribution path outside the script body.
- Roll the change to member computers per your org process (new computers pick up setup on create; existing ones may need recreate/restart depending on how Cursor applies the manifests).
Relation to Network Controls and egress
| Piece | Role |
|---|---|
| Network Controls | Destination allowlist for what computers may reach (Enterprise) |
| Shared static egress | Source IPs Cursor publishes for outbound traffic (shared across customers) |
| Team Setup networking client | Your own client on each computer for private-network reachability |
Use Network Controls to constrain destinations. Use Team Setup when you need org tooling or a private-network path that shared egress alone cannot provide.
Pitfalls
- Secrets in setup scripts will land on every team computer — keep credentials out of the manifest.
- Team Setup does not replace connector/MCP policy or Auto Review instructions.
- On-premises / bring-your-own-image Grok Bot hosting is not supported; Team Setup runs on Cursor-hosted computers only.