Set up the CLI
Check your private-preview CLI installation and connect a local coding agent.
The Invokeable CLI is currently available through the private preview. Public npm installation is not available yet. Use the CLI provided with your preview access; if you have not received it, ask your Invokeable contact for the CLI build.
Check your installation
Make sure ivk is available in your terminal:
ivk --version
ivk mcp serve --helpIf either command is unavailable, get the current preview build before continuing. The local-agent connection requires a CLI build that includes mcp serve.
Sign in
ivk loginChoose the same workspace you use in the app. For a staging preview, use ivk --profile staging login and keep --profile staging in the MCP command below.
Connect your coding agent
For Codex:
codex mcp add invokeable -- ivk mcp serveFor Claude Code:
claude mcp add --scope user invokeable -- ivk mcp serveOpen a new coding-agent session after adding the connection. In Invokeable, open Agents > Connect an agent > Local agent and copy the prompt for your product environment. The agent checks its connection before it can run a journey.
Keep the coding-agent session open while a journey is running. Invokeable executes the approved product actions and independently verifies the result.
Continue with Sign in or Troubleshooting.