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

Claude Desktop / Claude AppDesktop chat app

ChatGPT and Codex

ChatGPT Desktop AppmacOS / Windows
ChatGPT MobileiOS / Android

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.

CHOOSE YOUR LOCAL AGENTManual selection
Codex

Let Codex install the CLI and its Actionway Skill.

SKILL DESTINATION~/.codex/skills/actionway
COPY THE MESSAGE TO CodexREADY / COPY
Set up Actionway for Codex.

1. Confirm the host OS is macOS or Linux. If it differs, stop and ask me to copy the matching setup message from the website.
2. If your shell is sandboxed with network restrictions (e.g. the Claude Code sandbox), first allow `registry.npmjs.org`, `actionway.ai`, and `*.actionway.ai` — for Claude Code add them to `sandbox.network.allowedDomains` in settings. Blocked egress surfaces as a bare 403. Ask me before editing settings files.
3. Install by running `curl -fsSL https://actionway.ai/install.sh | sh`. The installer checks Node.js 20+ (installing the LTS if missing), installs the Actionway CLI, and runs its doctor check. Do not use `sudo` without my approval. If doctor reports failed checks, report them and stop; do not change npm registry, proxy, CA, PATH, or shell profile without my approval.
4. Run `actionway --agent-host=codex init --install-session-id=<install-session-id>`. For this Agent, keep the same `--agent-host` declaration immediately after `actionway` on every future Actionway command. Let me approve browser access; never ask me to paste credentials.
5. Read the `skill` block in the init output and use its local `source` path. Install it at `~/.codex/skills/actionway` so Codex can load it in future sessions.
6. Replace an existing destination only if it is an earlier Actionway Skill; otherwise ask me first.
7. Verify setup with `actionway --agent-host=codex whoami`, then give me three short examples from `actionway --agent-host=codex --help`.
  1. 01

    Install the Actionway CLI

  2. 02

    Sign in safely in the browser

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

01

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 | sh
02

Run 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 init
03

Verify 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 --help
04

Copy 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/actionway

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

Actionway Remote MCP URL
https://mcp.actionway.ai/mcp

REMOTE MCP

Claude.ai Chat

Web chat
  1. 01

    On claude.ai, select your avatar in the lower-left corner, then open Settings → Connectors.

  2. 02

    Pro / Max: scroll to Connectors and select Add custom connector. Team / Enterprise admin: open Organization connectors, then select Add custom connector.

  3. 03

    Set Connector name to Actionway and Remote MCP server URL to https://mcp.actionway.ai/mcp, then select Add.

  4. 04

    Find Actionway in the Connectors list and select Connect. Sign in to Actionway in the browser and approve OAuth.

  5. 05

    Start a new Claude chat, open Search and tools, select Actionway, and enable the tools you need.

https://mcp.actionway.ai/mcp

For 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

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

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@pawlogic
CODEX

Codex 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@pawlogic

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