Docs / Quickstart
Get AgentGuard Running in 5 Minutes
Install the local guard, connect your AI agent, choose a policy mode, and verify the first blocked high-risk action.
Install and connect
Run the installer in the same terminal environment as your agent. OpenClaw can complete browser activation directly. Claude Code and Codex currently use an API key for the documented cloud-connected path.
Request an API keyInstall local AgentGuard
The installer adds @goplus/agentguard, writes the local configuration, and connects the documented cloud path when configured.
curl -fsSL https://agentguard.gopluslabs.io/install.sh | bashirm https://agentguard.gopluslabs.io/install.ps1 | iexagentguard status && agentguard doctorChoose a policy mode
Start with one preset, then override individual rules as your workflow becomes clear.
Trigger a test action
Ask the agent to perform a deliberately high-risk action. AgentGuard should pause for confirmation or deny the action according to the selected policy.
Verify the event
Each evaluated action should appear in the runtime record with its decision, risk score, and trigger reason. This record becomes the start of the audit trail.
Review security boundariesQuickstart FAQ