AI Coding Agent Hub
Your AI coding agents, ready in one command
CoDev brings AI coding agents to every engineer — installed, configured, and connected to your organization's self-hosted AI gateway. Sign in once and start shipping.
$ npm i -g codev-aiOne platform, two tools
CoDev Hub installs and manages your agents. CoDev Code is the agent that ships inside it. Together they connect your whole team to your organization's AI gateway — nothing leaves your network.
One-command setup
codevhub install configures Claude Code, Codex, OpenCode, and CoDev Code in one go — with safe backup and restore of your existing config.
Your org's AI gateway
Every agent signs in through SSO and routes requests to your self-hosted gateway, so usage stays inside your infrastructure.
Agents that know your code
CodeGraph pre-indexes your repositories into a code knowledge graph served to every agent over MCP — fewer tool calls, fewer tokens, better answers.
CoDev Code — the agent
A terminal-first AI coding agent that lives where you work: in the terminal, the desktop app, and your IDE.
- Terminal-native TUI, plus desktop app and IDE extensions
- Multi-provider — pick the model that fits each task
- Real code awareness with LSP and tree-sitter
- Extensible with MCP servers, plugins, skills, and custom agents
- Scriptable —
codev runfor CI and automation - Works standalone, or supercharged through the Hub gateway
CoDev Hub — the manager
Install, configure, and operate every AI coding agent in your organization from a single CLI.
Agent installer
One codevhub install sets up Claude Code, Codex, OpenCode, and CoDev Code — reversible, with backup and restore.
Gateway & SSO
Points every agent at your self-hosted AI gateway and signs you in with your corporate SSO account.
CodeGraph
codevhub init builds a pre-indexed knowledge graph of your codebase, served to agents over MCP.
Skill Hub
Search, pull, and publish reusable agent skills across your team with codevhub skill.
Model switching
Change the default model for any agent in one place with codevhub model.
Monitoring & diagnostics
Upload conversation logs for usage monitoring and inspect structured run logs with codevhub logs.
Get started in three steps
- 1
Install the Hub
Install the CLI from npm, then set up your agents with one command.
npm i -g codev-ai codevhub install - 2
Sign in and index
Authenticate with SSO and build the CodeGraph index for your project.
codevhub init - 3
Start coding
Launch CoDev Code — or any agent the Hub manages — and get to work.
codev