AgentChute docs
Privacy And Security
What AgentChute receives, what stays local, and why cloud policy is declarative.
Sanitized events#
AgentChute receives privacy-safe event summaries, not full prompts or source files. The client should summarize tool input before upload.
{
"agent_platform": "codex",
"event": "PreToolUse",
"tool_name": "Bash",
"decision": "allow",
"violations": []
}No cloud code execution#
Workspace policy is declarative JSON. AgentLint never executes Python, JavaScript, shell, or plugin code supplied by AgentChute.
License keys#
Full keys are shown once. AgentChute stores only secure key hashes and displays key prefixes for identification.
Failure mode#
- 01AgentChute down: hooks continue.
- 02Upload delayed: queue retries later.
- 03Invalid policy cache: cloud policy rules no-op.
- 04Revoked key: events and feeds reject authentication.