Catalog

Middleware (coming soon)

Middleware plugins will wrap tool and command calls for audit, redaction, and metrics. Planned — build your own today.

Planned — not shipped yet.

Middleware plugins (kind: "middleware") will wrap tool and command calls to add cross-cutting behavior without touching the tools themselves:

  • Audit — record every call, with its approval decision, to your logger or store.
  • Redaction — strip secrets from tool inputs and outputs before they reach the model.
  • Metrics — emit timing and usage counters per tool.

You can build any of these today — see Writing a plugin.