Companies

OneCLI

onecli.sh

OneCLI protects AI-agent credentials with network-layer isolation, access controls, and policy enforcement.

HQSan Francisco, California, United States
Jobs checked 19h ago
CybersecurityAI InfrastructureOpen Source

About

OneCLI builds an open-source credential-isolation gateway for AI agents, selling to developers and teams running coding or autonomous agents. Its differentiator is enforcing access policies at the network layer: agents receive placeholder tokens while real API keys and OAuth credentials remain in the vault and are injected only when requests are made.

Market

OneCLI competes in the emerging AI-agent security and access-infrastructure market, particularly credential vaulting and brokering, transparent network gateways, and runtime policy enforcement for agents calling APIs and SaaS services. It positions itself as an open-source, developer-friendly firewall and trust layer that works outside the agent and LLM, covering MCP calls, CLI commands, curl, and agent-written code. Compared with agent authorization and tool runtimes such as Arcade and Composio, and broader agentic-identity and governance platforms such as Aembit, Astrix, and Zenity, OneCLI differentiates through network-layer enforcement, transparent no-code credential injection, encrypted-at-rest secrets, and self-hosting options.

Target Customers

OneCLI targets developers and security/platform teams at organizations running coding agents, CI bots, custom agents, or containerized AI workflows—ranging from individuals and small teams to growing companies, scaling companies, and enterprises. Likely buyers are engineering, DevOps, and security/IAM owners who need centralized secrets, per-agent policy enforcement, auditability, and self-hosted, VPC, or on-premise deployment.

At a Glance

Problem

AI agents increasingly need access to many external services, but giving an agent raw API keys creates a severe security and operational risk: the agent can read, log, misuse, or exfiltrate credentials if it is compromised or manipulated by prompt injection. The direct economics are the potentially high cost of unauthorized GitHub, Stripe, cloud, email, or database actions, plus the operational burden of distributing, rotating, and revoking secrets across agents. OneCLI’s clearest use case is an autonomous coding agent working in an untrusted repository: even if a malicious instruction convinces it to send credentials to an attacker-controlled endpoint, a placeholder credential is useless and the real key is not exposed.

The second problem is that model instructions are not reliable security controls. Prompts can ask an agent not to delete emails, make payments, or modify production systems, but those instructions remain suggestions to the model. Teams need deterministic controls outside the agent that can prevent destructive actions, constrain access to particular services, and provide an auditable record of credentialed requests.

Product / Service

OneCLI is an open-source credential vault and network gateway for AI agents. An agent runs normally through an HTTPS proxy, using placeholder credentials; OneCLI authenticates the agent, matches each request against host-and-path rules, decrypts the appropriate credential at request time, injects it into the outbound request, and forwards the call. Secrets are encrypted at rest with AES-256-GCM, while agents never receive the underlying keys. The dashboard manages agents, credentials, rules, and audit logs, and the system can be used with standard HTTP clients, CLI tools, MCP calls, SDKs, or containerized agents without changing application code.

The gateway also acts as a policy enforcement layer: teams can block operations, rate-limit activity, require human approval for sensitive requests, and scope credentials by agent or project. OneCLI is delivered as a hosted cloud service with a free tier and paid Team, Scale, and Enterprise plans, while its community edition can be self-hosted with Docker; the commercial self-hosted offering supports VPC or on-premises deployment. The benefit is a single control point that reduces secret exposure while making agent permissions revocable, inspectable, and enforceable at the network layer.

Market

OneCLI competes in the emerging AI-agent security market, specifically the intersection of agent identity and access management, secrets management, runtime security, and policy enforcement. Its closest established adjacent competitor is HashiCorp Vault, a general-purpose secrets platform. OneCLI positions itself as more focused on AI-agent credential injection: unlike a conventional secret manager that typically delivers a raw secret to the workload, OneCLI injects credentials into individual requests and is designed for fast setup and host/path-scoped access. It can also complement Vault, with Vault handling broader secret lifecycle management and OneCLI handling agent-side injection without exposing raw credentials.

The product appears early but has meaningful public developer traction. The repository snapshot available in late July 2026 showed 2,928 GitHub stars and 168 forks under an Apache-2.0 license, and NanoClaw announced that it was adopting OneCLI as its default credential and proxying layer. OneCLI has published a clear commercial model—free, $199-per-month Team, $499-per-month Scale, and custom Enterprise plans—but the reviewed sources do not disclose revenue, paying-customer counts, or retention, so its revenue status cannot be confirmed as either pre-revenue or commercially proven.

Founders & Leadership

Jonathan FishnerFounder
CEO
Guy Ben-AharonFounder
CTO

Funding History

2026-07
Y Combinator Summer 2026 accelerator (Seed)$500K (inferred from YC's standard deal; OneCLI-specific amount not separately disclosed)

Y Combinator

Recent News

2026-07-30product
OneCLI GitHub project update: open-source credential gateway with built-in vault

OneCLI's open-source repository describes a gateway that injects stored credentials into requests without exposing secrets to AI agents. The project includes encrypted storage, multi-agent permissions, a Rust gateway, and self-hosted setup.

2026-07-27product
Official Node.js SDK for OneCLI reaches v2.1.0

The official OneCLI Node.js SDK enables AI agents to connect to external services through the OneCLI proxy. The package listing identifies v2.1.0 as the latest version and says it was published five days before the August 1, 2026 reference date.

2026-07-23
Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents

OneCLI creators Jonathan Fishner and Guyb3 presented the product on Hacker News as an open-source vault and gateway for AI agents. The discussion highlights policy enforcement, Docker deployment, Rust and Next.js components, and compatibility with Claude Code, Codex, Cursor, OpenClaw, and other agents.

2026-07-12
Your MCP Gateway Can't See Most of What Your Agent Does

OneCLI argues that MCP gateways do not govern CLI commands, curl requests, or code-written API calls, and promotes network-layer controls as a broader guardrail. The post also directs readers to OneCLI's open-source gateway, vault, and dashboard.

2026-05-19product
Integrations: Connect Agents to External Services

OneCLI documented integrations for OAuth applications, API-key services, cloud platforms, LLMs, and external vaults. The gateway handles authentication, credential injection, and access policies while keeping raw credentials away from agents.

2026-05-14product
OneCLI Agent Plugins

The OneCLI Agent Plugins project was presented as a way to connect AI coding agents to external APIs without requiring agents to manage credentials. OneCLI injects stored credentials into outbound requests automatically.

2026-03-30partnership
Bitwarden Integrates with OneCLI Agent Vault

OneCLI announced a Bitwarden integration for its agent-vault workflow. The announcement describes OneCLI as the gateway between agents and APIs, injecting credentials into requests at the network layer.

2026-03-25
How OneCLI Secures AI Agent API Keys Without Code Changes

This DEV Community article explains OneCLI's transparent HTTPS-proxy approach: agents use normal HTTP requests while OneCLI decrypts and injects credentials at the network layer. It emphasizes that the approach requires no SDK, code changes, or secrets in environment variables.

2026-03-15
Show HN: OneCLI – Vault for AI Agents in Rust

OneCLI's earlier Hacker News launch introduced an open-source gateway for securing AI-agent credentials. The launch described a Rust proxy, Next.js dashboard, AES-256-GCM encryption, Docker deployment, and compatibility with any framework that supports HTTPS_PROXY.

2026-02-27product
OneCLI Quickstart

OneCLI published a quickstart for connecting an agent to external services in under five minutes. The workflow supports one-click OAuth connections, self-hosting, policy rules, and routing agent traffic through the gateway without exposing raw keys.

Active Roles

0

No active roles right now.

Get notified when they post

Business Model

OneCLI uses a freemium subscription model: a free tier supports up to three users and three agents, while Team costs $199/month, Scale costs $499/month, and Enterprise has custom pricing. It also monetizes managed VPC and on-premise deployments, including a $1,499/month managed self-hosting option on Scale.

Products

OneCLI Gateway/Proxy for transparent credential injection and network-layer policy enforcementEncrypted credential vault and integrations for OAuth, API keys, LLM providers, and external password managersWeb dashboard/control plane for managing agents, secrets, rules, approvals, and audit logsOneCLI CLI and SDKs for coding agents, Docker-based agents, APIs, and custom workflowsCloud, Community self-hosted, and Enterprise self-hosted/VPC/on-premise deployment editions

Tech Stack

Rust HTTP gateway/proxyNext.js web dashboardPostgreSQLPrisma ORMDocker/Docker ComposeAES-256-GCM encrypted secret storageHTTPS MITM interception and proxy-based request routing

Competitors

Arcade
Composio
Aembit
Astrix Security
Zenity