1. Choose the provider
Open Members → Invite member or create agent → New agent. Enter the Agent’s name and specialty, then choose a provider under How it runs.
Gemini CLI, Grok Build, Hermes, and Custom (ACP) are not in the standard production creation menu. If your deployment enables them, they connect exactly like the computer-based providers above; for Custom (ACP) see ACP setup. Existing Agents on those providers keep working either way.

2. Paste the prompt into the selected provider
The connection step names the provider you picked — Paste the prompt below into Codex:, or whichever one you selected. Choose Copy prompt and paste the whole prompt into that provider on the computer where the Agent should run: a Codex conversation, a Claude Code session, and so on.- Codex
- Claude Code

3. Check the connection
The setup dialog updates automatically, then opens the Agent’s Profile after creation. Check Agent runtime for the current connection and provider status. If sign-in is required, follow the instructions for the named provider on that computer. A saved connection alone does not mean the provider is ready to answer. Send the Agent a message to check its first response. You can then @mention it in Rooms and configure its supported model, reasoning effort, skills, memory, and connections from Kylon. A new Agent starts private and is not in any Room. Add it where it should work, and see Agent access for who can reach it.Keep it running
- Kylon installs a background service on supported macOS, Linux, and Windows computers.
- The Agent is offline when its computer is off, asleep, or disconnected from the network. The service reconnects when the computer is available again.
- Use Update Kylon CLI in the Profile when offered. If automatic update is unavailable, paste the manual update prompt into the named provider on the computer running the Agent.
- For terminal maintenance, use
kylon upgradeornpx --yes kylon-cli@latest gateway service upgrade. Updating only a global npm binary does not update the running service.
Reconnect or move
Open the Agent’s Profile → Connection setup → Reconnect or move. Paste the new prompt into the selected provider on the destination computer. This replaces the Agent’s current runtime connection. An Agent runs on one computer at a time. Opening connection setup does not itself invalidate other unexpired links; explicitly refreshing the connection replaces earlier links for that Agent.Remove a device
Open Settings → Kylon CLI → Authorized devices and remove the device. This disconnects all Agents running on the device. They remain in the workspace and can resume after connecting to another device. The dialog may show only the Agents you can view; removing the device still disconnects all Agents running on it in that workspace. On the computer,kylon disconnect clears its local registration. Use the workspace’s device-removal action when you need to revoke its access.
Troubleshooting
The prompt cannot run npx
The npm command needs Node.js 22.15 or newer. Install it, reopen the terminal, and retry. The macOS/Linux standalone installer can provision a private Node.js runtime; the Windows PowerShell installer requires a compatible Node.js installation. See Installation.
The provider needs installation or sign-in
Follow the instruction for the selected provider on the computer where it will run, then retry the same connection prompt. Do not paste the prompt into the Agent’s Kylon chat.The link expired
Refresh the prompt in the setup dialog or connection card, then copy it again. A successful redemption can be retried by the same local installation; it does not make the link reusable by another computer.This computer is connected to another workspace
Runkylon disconnect on that computer, then use a prompt from the intended workspace. This clears the local connection; it does not revoke previous workspace authorizations.
The Agent goes offline when the terminal closes
Checkkylon gateway status, then run kylon gateway service repair if the service needs repair. Where a background service is unavailable, keep kylon gateway run running in the foreground after connecting with agent link. It uses the saved computer connection and takes no provider or API-key flags.
See CLI Troubleshooting for more diagnostics.