Install the Sidecar
The Sidecar ships in thehoop CLI.
- MacOS
- Linux
- Windows
- Windows WSL
- Manual
Through homebrew:To upgrade it:
Run it
One file describes a Sidecar: where it listens, what it sits in front of, and the rules it applies. This one masks emails in every response and refuses destructive statements.config.yaml
This file sits exactly at the free tier: one Data Masking rule, one Guardrail. Both features are free at that size, forever.
127.0.0.1:15432 instead of the database, and every statement it sends is inspected against the rules above.
Next step
Quickstart
Watch the rules fire, read the audit trail, and reshape the file: other protocols, more listeners, and a rollout that denies nothing until you say so.
Start here
Start here
Core Concepts
Sidecar
The engine. A proxy beside your resource that reads the wire protocol and decides what gets through — with no external dependency.
Learn more
Learn more
Control Plane
The brain. Centralizes every Sidecar you run and delivers rule sets to all of them from one place. An Enterprise feature.
Learn more
Learn more
Features
Two ways a request can travel through the Sidecar, and two controls that apply on either path.Direct Access
The straight-through path. Guardrails and Data Masking apply inline, deterministically, with no model call and no third party in the chain.
Learn more
Learn more
Agentic Access
The AI Analyzer classifies the statement and the risk level picks a tool: block, allow, review, apply a guardrail, or mask the response.
Learn more
Learn more
Data Masking
Rewrite sensitive values in the response, in memory, before they reach the client. Requests are never touched.
Learn more
Learn more
Guardrails
An ordered deny list evaluated against every statement, refusing what should never run with a message you wrote.
Learn more
Learn more