Agents
Connect an agent to Inline as a private local bot, through MCP, or with an agent platform integration.
Choose a setup
-
Install the Inline plugin or skill for ChatGPT, Codex, Claude, and other agents.
-
Run Codex, Claude, OpenCode, or Amp on your Mac and talk to it from Inline.
-
Give an MCP client access to approved Inline spaces with OAuth consent.
-
Add Inline as an OpenClaw channel.
-
Run Hermes from Inline chats and reply threads.
Local coding agents
Install and sign in to the Inline CLI, then connect a project folder. Setup is persistent; you do not start a new bridge for every chat.
Codex
inline setup codex --folder /path/to/projectOpenCode
inline setup opencode --folder /path/to/projectClaude
inline setup claude --folder /path/to/projectAmp
inline setup amp --folder /path/to/projectCodex is the primary beta path. OpenCode, Claude, and Amp are experimental; check the compatibility details below before relying on them for daily work.
Check all configured agents with one command:
inline bridge statusFor provider requirements, security boundaries, and current compatibility details, see the local agent bridge source.
Agent workflows
Install the official Inline skill after the CLI is ready:
inline skill installThe skill adds focused workflows for Inline MCP, the CLI, and local agents. See Add Inline to your agent for plugin, npx skills, and manual setup.