
EN
GET STARTED
Connect Actionway.
Keep the AI product you use.
This page lists every currently supported access method by product, with setup steps for each one. Remote MCP, Plugin, and CLI + Skill are shown side by side wherever they are supported.
SUPPORTED CHANNELS
Find the product you are using.
Each row shows only the methods currently supported by that product. The sections below contain the full setup for every method.
Claude
ChatGPT and Codex
Other local agents
CLI + SKILL
Install the local CLI and persistent Skill.
This method works with agents that can run local commands and load Skills, including Claude Code, Codex, and other local agents.
Let the agent perform setup
Select a local agent, copy the complete setup message, and paste it into a new session in that agent. Allow the local install commands; when browser OAuth opens, sign in and approve it yourself.
Let Codex install the CLI and its Actionway Skill.
~/.codex/skills/actionway- 01
Install the Actionway CLI
- 02
Sign in safely in the browser
- 03
Install the Skill in Codex's Skill directory
Manual setup
Select your operating system, then follow steps 01–04 in order. Check each result before moving on.
Install the CLI from a terminal
Open Terminal on macOS / Linux or PowerShell on Windows. Paste the command below and wait for it to finish. The final doctor check should confirm Node.js 20+, the CLI, and PATH are available.
curl -fsSL https://actionway.ai/install.sh | shRun checks and complete OAuth
In the same terminal, run doctor first, then init. When the browser opens, sign in to Actionway and approve access. Return to the terminal and note the Skill source path printed by init.
actionway doctor
actionway initVerify the account and command
Run whoami and confirm it shows the Actionway account you intend to use, then run --help. If the shell says command not found, reopen the terminal and run doctor again.
actionway whoami
actionway --helpCopy the Skill and restart the agent
Copy the complete actionway folder from Source into the target directory for your agent. Restart the agent or start a new session, then confirm it recognizes the Actionway Skill.
Codex: ~/.codex/skills/actionway
Claude Code: ~/.claude/skills/actionway
Source: ~/.actionway/skill/actionwayREMOTE MCP
Connect to the hosted MCP server.
Remote MCP does not run the Actionway CLI on your machine. The client connects to one Actionway endpoint over HTTPS and links your account with OAuth.
https://mcp.actionway.ai/mcpREMOTE MCP
Claude.ai Chat
Web chat- 01
On claude.ai, select your avatar in the lower-left corner, then open Settings → Connectors.
- 02
Pro / Max: scroll to Connectors and select Add custom connector. Team / Enterprise admin: open Organization connectors, then select Add custom connector.
- 03
Set Connector name to Actionway and Remote MCP server URL to https://mcp.actionway.ai/mcp, then select Add.
- 04
Find Actionway in the Connectors list and select Connect. Sign in to Actionway in the browser and approve OAuth.
- 05
Start a new Claude chat, open Search and tools, select Actionway, and enable the tools you need.
https://mcp.actionway.ai/mcpFor Team / Enterprise, an Owner or Primary Owner adds the organization connector first; every member still selects Connect with their own Actionway account.
PLUGIN
Load Actionway through a product that supports Plugins.
A Plugin is a distribution unit that can carry Remote MCP, Skills, and other resources. It is separate from ChatGPT Web's Custom MCP creation flow.
- Actionway public install status
- The public Git marketplace is live for Codex and Claude Code. The OpenAI universal Plugins Directory and Anthropic official marketplace listings are not published yet.
- Current Actionway bundle
- Remote MCP configuration + MCP-native Actionway Skill
- Local CLI
- Not installed; the Plugin uses Remote MCP
ChatGPT Plugin
The public Git marketplace does not automatically publish Actionway to the universal Plugins Directory on ChatGPT Web, Desktop, or Mobile. ChatGPT Web can use Actionway now through the Custom MCP steps above; directory installation will be documented after an official listing.
Claude Code Plugin
Run the two commands below in Terminal to add the PawLogic marketplace and install Actionway. In Claude Code, open /mcp, select Actionway, complete browser OAuth, and confirm Connected.
claude plugin marketplace add PawLogic/actionway-plugins
claude plugin install actionway@pawlogicCodex Desktop / CLI / IDE Plugin
Run the two commands below in Terminal to add the PawLogic marketplace and install Actionway. Restart Codex or begin a new session, complete Actionway OAuth when prompted, then confirm the connection in /mcp.
codex plugin marketplace add PawLogic/actionway-plugins
codex plugin add actionway@pawlogicPRODUCT AVAILABILITY
Claude and ChatGPT entry points, plans, and workspace permissions can change with client releases. This page keeps web chat, local apps, and coding agents as separate product scopes.