Checkpoint Docs
Dashboard

Project Settings

Configure detection, enforcement, and governance settings per project

Overview

Each project in Checkpoint has three settings sub-pages, each controlling a different aspect of the platform:

/dashboard/{orgId}/{projectId}/settings/{agentshield,bouncer,enforce}

Settings: AgentShield

The AgentShield settings page covers detection configuration and API key management.

  • API Key — View and manage your project's AGENTSHIELD_API_KEY for server-side integrations
  • Installation Code — Copy pixel and beacon installation snippets for your domain
  • Detection Sensitivity — Configure the detection mode:
ModeBehavior
strictMost aggressive — flags more traffic as AI agents
balancedDefault — balanced detection with fewer false positives
lenientLeast aggressive — only flags high-confidence detections

Settings: Bouncer

The Bouncer settings page manages MCP-I governance configuration per project.

  • Delegation settings — Configure delegation chain policies
  • Consent configuration — Consent screen defaults
  • Discovered tools — View tools discovered from your MCP-I server
  • Deployment versions — Track deployed server versions

This page pre-fetches project data, bouncer config, discovered tools, and deployment versions during server-side rendering for fast load times.

For detailed bouncer configuration via API, see the Govern section — specifically Delegations, Consent, and Tool Protection.

Settings: Enforce

The Enforce settings page configures gateway and enforcement domain settings.

  • Gateway status — View the current state of your Checkpoint Gateway deployment
  • Domain configuration — Set up and manage enforcement domains
  • Enforcement mode — Configure how the gateway handles detected agents

For gateway setup instructions, see Gateway Enforcement.

Next Steps