AAgentify
Agentify CLI

Run local coding agents from Agentify Chat.

Pair a workspace, keep a local runner online, and send encrypted prompts from your browser to Codex, Claude, or Gemini on your own computer.

Install
npm install -g @agentify/cli
For guided setup, open Agentify Chat and copy the pairing command from Setup.

Chat runner setup

The CLI is the local half of Agentify Chat. It decrypts jobs locally, runs the selected coding agent, and returns encrypted results to your browser.

1
Create a ticket

Use Setup in Agentify Chat to create a short-lived pairing ticket for one workspace.

open https://chat.agentify.sh
2
Pair the workspace

Run the generated command in the workspace you want Agentify Chat to use.

agentify chat pair --pairing-ticket <ticket> \
  --workspace "$PWD" --label "$(basename "$PWD")"
3
Start the runner

Leave the daemon running. V1 runs review-mode jobs with local guardrails.

agentify chat daemon --runner codex
4
Chat from anywhere

Send prompts from Agentify Chat. Readable chat content stays in your browser and on your paired computer.

agentify chat daemon --runner claude
agentify chat daemon --runner gemini

Core commands

Chat is the primary CLI surface. Other command groups are experimental.

agentify chat pair --pairing-ticket <ticket> --workspace "$PWD"
agentify chat daemon --runner codex
agentify chat daemon --runner claude
agentify chat daemon --runner gemini
agentify doctor
agentify --help