llms.txt Content
# HELM Docs
## Docs
- [HELM documentation](https://helm.docs.mindburn.org/index.md): Block unsafe AI-agent actions before they run.
- [Quickstart](https://helm.docs.mindburn.org/quickstart.md): Run HELM locally and prove the boundary before connecting it to a real agent.
- [HELM Proof Loop](https://helm.docs.mindburn.org/proof-loop.md): HELM is useful only when the action reaches the boundary. The loop is small:
- [Export And Verify EvidencePacks](https://helm.docs.mindburn.org/guides/export-verify-evidencepacks.md): Use EvidencePacks when a governed run needs to be checked later without
- [Protect Local Coding Agents](https://helm.docs.mindburn.org/guides/protect-local-coding-agents.md): HELM can sit around Codex, Claude Code, and similar local agent workflows. The
- [Implementation Partner Handoff](https://helm.docs.mindburn.org/guides/implementation-partner.md): This guide packages the local, self-hosted HELM AI Kernel v0.8.3 source target for an
- [Run HELM On A Sealed Or Air-Gapped Host](https://helm.docs.mindburn.org/guides/air-gap-appliance.md):
- [How HELM Works](https://helm.docs.mindburn.org/how-helm-works.md): HELM is a local execution firewall for AI agents. A client, hook, wrapper, MCP
- [AI Security Categories](https://helm.docs.mindburn.org/ai-security-categories.md): AI security tools do not all sit in the same layer. The safe comparison is a
- [OpenAI Proxy](https://helm.docs.mindburn.org/integrations/openai-compatible-proxy.md): Use the OpenAI-compatible proxy when an app already speaks the OpenAI API shape
- [MCP](https://helm.docs.mindburn.org/integrations/mcp.md): Use the current MCP surface to generate client configuration, inspect local
- [OpenClaw](https://helm.docs.mindburn.org/integrations/openclaw.md): The integration source includes a mapping for OpenClaw-style skill calls. It is
- [Hermes](https://helm.docs.mindburn.org/integrations/hermes.md): Use HELM as a pre-dispatch boundary for Hermes tool proposals.
- [Agent Clients](https://he
OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: HELM Kernel API
version: 0.8.3
description: >
Deterministic execution kernel for AI tool calls.
Drop-in OpenAI proxy + cryptographic receipts + offline-verifiable evidence
packs.
license:
name: Apache-2.0
url: https://github.com/Mindburn-Labs/helm-ai-kernel/blob/main/LICENSE
contact:
name: Mindburn Labs
url: https://mindburn.org
servers:
- url: http://localhost:8080
description: Local development (Docker Compose)
- url: h