DocsOverview

Agents

Connect an agent to Inline as a private local bot, through MCP, or with an agent platform integration.

Choose a setup

  • Add Inline to your agent

    Install the Inline plugin or skill for ChatGPT, Codex, Claude, and other agents.

  • Local coding agents

    Run Codex, Claude, OpenCode, or Amp on your Mac and talk to it from Inline.

  • Inline MCP

    Give an MCP client access to approved Inline spaces with OAuth consent.

  • OpenClaw

    Add Inline as an OpenClaw channel.

  • Hermes Agent

    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

Terminal
inline setup codex --folder /path/to/project

OpenCode

Terminal
inline setup opencode --folder /path/to/project

Claude

Terminal
inline setup claude --folder /path/to/project

Amp

Terminal
inline setup amp --folder /path/to/project

Codex 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:

Terminal
inline bridge status

For 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:

Terminal
inline skill install

The 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.