DEV Community

Daniel Samer
Daniel Samer

Posted on • Originally published at clawhosters.com

Jentic Mini: Free API Security Layer for OpenClaw Agents

Dublin-based Jentic released Jentic Mini on March 25, 2026. A free, open-source API execution layer that sits between OpenClaw agents and external APIs.

The problem it solves: when your OpenClaw agent calls Stripe, Slack, or Notion, those credentials typically live inside the agent context. Jentic Mini moves them into an encrypted vault on your infrastructure.

How It Works

Jentic Mini runs as a single Docker container (FastAPI + SQLite). No cloud dependency. The catalog covers about 1,044 OpenAPI specs and roughly 380 Arazzo workflow sources, totaling 10,000+ API endpoints.

Key features:

  • Encrypted credential vault on your own infrastructure
  • Toolkit-scoped permissions so agents only access the APIs they need
  • Kill switch to instantly revoke all API access
  • Apache 2.0 license, no usage restrictions

Setup

Deploy alongside any OpenClaw instance via Docker Compose. Works with both self-hosted and managed providers like ClawHosters. Minimal configuration overhead.

Jentic secured $4.5M in pre-seed funding and became the first Irish company admitted to the AWS GenAI Accelerator program.

Full article on ClawHosters

Top comments (0)