Back to docs

Installation Methods

In-Flight Terminal Proxy

The In-Flight Terminal Proxy is a local CLI binary that intercepts network and execution commands (like curl, bash, rm) executed by AI agents in your terminal.

Usage

Run the proxy server in your terminal:

BLAZLE_API_KEY="blz_live_..." PORT=8081 ./blazle-proxy

Configure your local tools (e.g. `HTTP_PROXY`) to route traffic through localhost:8081.

Architecture

The proxy runs on top of the ultra-low latency BLAZIL Engine.

  • LMAX Disruptor Architecture: Utilizes a zero-allocation RingBuffer to completely decouple the interception phase from the logging and persistence phases.
  • Sub-Millisecond Evaluation: Commands and payloads are evaluated in less than 1 millisecond off the hot path, ensuring your agents run at full speed.
  • Zero Overhead: By operating directly in memory without blocking I/O on the main thread, the proxy guarantees that your terminal commands are intercepted instantly without any noticeable delay.