Pricing

Free for one. Paid when you bring the team.

The CLI is free for solo use against the public registry. The Team plan adds a private workspace with members, governance, and run history. Enterprise is for orgs that need SSO, retention controls, or self‑hosting.

Free

$0

Solo dev. CLI only. Public agents.

  • + Mine your own Claude Code, Codex, Cursor, and ChatGPT sessions locally
  • + Publish to the public registry under your handle
  • + Install any public agent on any machine
  • + Versioned, local‑first, observable runs on your laptop
Install the CLI

Team

Preview

In preview

Private workspace. Members. Governance.

  • + Private workspace with members and roles
  • + Private agents, only visible inside the workspace
  • + Run history and audit log scoped to the workspace
  • + Publish-gate review before a draft becomes a shipped agent
  • + Versioned, observable, governed, local‑first

Enterprise

Contact us

For orgs with security and compliance asks.

  • + Everything in Team
  • + SSO and SCIM
  • + Custom audit log retention
  • + Custom eval gates per workspace
  • + Self-host or VPC deploy
  • + Priority support

Team pricing is being finalized with design partners. Free stays free.

What every plan ships with.

Every plan starts with the same foundation. Agents are versioned, runs are observable, scope and cost are governed, and mining stays local‑first. Team and Enterprise add who-sees-what and how-long-we-keep-it on top.

01

Versioned

Every agent has a version, a changelog, and a way back.

02

Observable

Every invocation logs input, output, latency, and cost.

03

Governed

Each agent declares tools, permissions, and a cost ceiling.

04

Local‑first

Mining runs on the laptop. Only what you publish leaves the machine.

FAQ

Questions worth asking.

Still not sure? hi@withoperon.com reaches a founder.

What counts as an agent?

An Operon agent is one reusable AI bundle. Under the hood, it is packaged as a SKILL.md plus any files it needs, so the same artifact runs in Claude Code, Codex, Cursor, and ChatGPT. Operon mines agents from sessions, polishes them, and ships them.

Is my session data uploaded?

No. operon mine reads sessions on the laptop they happened on, clusters them locally, and redacts before anything leaves the machine. Only the polished agent you choose to publish is uploaded. Drafts can be staged in the dashboard for review, but the raw session log never moves.

What's a workspace?

A workspace is the unit of access in Operon. Private agents, members, run history, and audit log are all scoped to one workspace. A Team plan is one workspace. Free mode has no private workspace; you publish under your user handle to the public registry.

Can I self‑host?

Yes, under Enterprise. The CLI already supports --api-base for pointing at your own deploy. The control plane is a single Next.js app plus Postgres; we will help you stand it up in your VPC.

When does Team pricing land?

We are running Team in preview with design partners while we finalize seat vs. workspace pricing. If you want in early, email hi@withoperon.com and tell us what your team looks like.

Can I still write agents by hand?

The CLI is free. You can write SKILL.md files in any editor and publish them with operon publish. Where Operon earns its keep is mining: it surfaces the prompts your team is already running so you do not have to start from a blank file.