Patronus in your stack.

Install runtime protection in your agent or use the official API client in your application. Every integration links to a verifiable installation contract for people and coding agents.

Patronus Security CLI

Install the CLI on macOS or Linux first. The verified guide covers download, checksum verification, and onboarding.

Open CLI installation
Agent SetupSet up Patronus Security using https://github.com/patronus-protect/patronus-security-cli/blob/main/INSTALL.md

Runtime Protection

Codex

Native protection hooks for prompts, tool results, and MCP results.

Manualpatronus-security-scanner integration codex install
Agent SetupSet up Codex with Patronus using https://github.com/patronus-protect/patronus-security-cli/blob/main/plugins/codex/INSTALL.mdINSTALL.md

Claude Code

Lifecycle, prompt, and result hooks for Claude Code.

Manualpatronus-security-scanner integration claude install
Agent SetupSet up Claude Code with Patronus using https://github.com/patronus-protect/patronus-security-cli/blob/main/plugins/claude/INSTALL.mdINSTALL.md

DeepSeek Harness

Native request and response gates for DeepSeek Harness.

Manualpatronus-security-scanner integration deepseek install
Agent SetupSet up DeepSeek Harness with Patronus using https://github.com/patronus-protect/patronus-security-cli/blob/main/plugins/deepseek/INSTALL.mdINSTALL.md

Official API clients

TypeScript

Typed client for Node.js and TypeScript applications.

Manualnpm install @patronus-protect/api-client
Agent SetupSet up TypeScript with Patronus using https://github.com/patronus-protect/patronus-security-cli/blob/main/sdk/typescript/INSTALL.mdINSTALL.md

Python

Small Python client for scanner pipelines and backends.

Manualpython -m pip install patronus-api-client
Agent SetupSet up Python with Patronus using https://github.com/patronus-protect/patronus-security-cli/blob/main/sdk/python/INSTALL.mdINSTALL.md

Rust

Native Rust client using the same scan contract as the CLI.

Manualcargo add patronus-api-client
Agent SetupSet up Rust with Patronus using https://github.com/patronus-protect/patronus-security-cli/blob/main/crates/patronus-api-client/INSTALL.mdINSTALL.md

Integrate without an SDK.

The REST API and Remote MCP remain direct access paths to the Patronus Control Plane.

API documentation