Skip to content
Tech News
← Back to articles

Launch HN: OneCLI (YC S26) – OSS sandboxed agent harness for teams

read original more articles
Why This Matters

OneCLI v2 introduces an open-source platform that enables teams to deploy secure, sandboxed AI agents for each employee, streamlining management of permissions and secrets. This innovation addresses the challenge of scaling autonomous AI agents across organizations, enhancing security and operational efficiency for the tech industry and consumers alike.

Key Takeaways

The agent harness built for teams.

A pro assistant for companies. Give every employee a secured, sandboxed personal agent.

Website · Docs · Discord

Quick Start

git clone https://github.com/onecli/onecli.git && cd onecli pnpm install pnpm run setup

Open http://localhost:10254

What is OneCLI v2?

OneCLI is an open-source platform for running AI agents as a team. You create an agent per person, give each agent the access it needs, and it works in a sandbox, routed through a gateway that injects the credentials and enforces your policy.

Why we built OneCLI?

OneCLI started as a credential vault for AI agents, built in Rust. We found that most of the demand came from individuals and teams running autonomous agents like Hermes, OpenClaw and NanoClaw. People wanted agents that do real work for the person running them, but two parts were missing:

... continue reading