Your codebase, shipped as a real CLI

Connect your repo and Okibi turns it into a typed, documented CLI that agents drive natively. Verified before it ships.

Get started in one line

$ curl -fsSL https://okibi.ai/install | sh ✓ okibi installed · run `okibi auth login` to connect
See how it works ↓

How it works

  1. 01

    Connect your repo

    Install the GitHub App and choose exactly which repos Okibi can see.

  2. 02

    Shape your CLI

    Okibi looks at your code and drafts the commands. Keep what you want, cut what you don't.

  3. 03

    Generate & verify

    Watch every phase run live, from research to ship.

  4. 04

    Ship it

    A versioned binary with docs, installable in one line, agents included.

A generated CLI in action

Typed commands, human output, and --json for agents. All generated from the code you already have.

$ acme tasks list --project website --status open ID TITLE ASSIGNEE DUE t_81 Fix nav flicker mahyad Jul 4 t_82 Ship pricing dana Jul 8 $ acme tasks complete --id t_81 ✓ t_81 marked done $ acme tasks create "Draft Q3 plan" ◆ agents run the same commands, natively

Everything a CLI needs to ship. Generated, verified, documented.

Agents drive it natively

Agents work in the terminal, so they run your CLI directly, the same commands people do. No plugin, no integration.

Verified before it ships

No release ships until it builds, passes checks, and survives a live test-drive.

Typed client, real binary

A compiled Go CLI, not a wrapper script.

Structured --json output

Structured output on every command.

Docs generated with it

A browsable command reference for every version.

Your name on it

The binary, docs, and install command carry your brand, not ours.

Simple pricing

Start free on one repo. Upgrade when your CLI takes off. No credit card required.

Free

$0

Ship your first CLI
  • 1 CLI
  • 5 generations/mo
  • Full platform access
Get started
Pro

$250/mobilled annually

For teams shipping CLIs
  • 3 CLIs
  • 100 generations/mo
  • 3 seats
  • An org workspace for your team
  • Publish & deploy
  • Priority generation queue
Get started
Enterprise

Custom

For companies that need scale
  • Custom CLIs & generations
  • Custom seats & workspaces
  • SSO
  • Priority support
Talk to us

Questions, answered

What languages does my repo need to be in?

Any! Okibi reads server code, OpenAPI specs, GraphQL schemas, or plain route handlers.

Is my code safe?

Okibi reads through a GitHub App installation you control, repo by repo. Access is read-only (contents + metadata) and revocable from GitHub at any time.

How do agents use my CLI?

Agents work in the terminal, so they run your generated CLI directly: the same commands people do, with structured --json output on every one. Agents use your product the same way people do.

Can I edit the generated CLI?

Yes. You shape the commands before generation, refine the spec afterwards, and regenerations preserve your choices version to version.

Ship your codebase as a real CLI today

One line to install. One wizard to your first generation.

$ curl -fsSL https://okibi.ai/install | sh