Skip to main content
The Invoke CLI gives you a terminal interface to the full Invoke execution runtime. Use it to authenticate, scaffold new agent projects, deploy to the runtime, call tools interactively, and inspect registered agents.

Installation

Or run without installing:

Authentication

Stores your credentials locally for subsequent commands. Your API key is read from INVOKE_API_KEY if set, otherwise the login flow prompts for it.

Commands

invoke init

Scaffold a new agent project with a template.

invoke deploy

Deploy the current project to the Invoke runtime. Run from inside a project directory.

invoke agents list

List all registered agents in your account.

invoke call

Call a tool directly from the terminal. Useful for testing without writing SDK code.

invoke demo

Run the full execution loop — reconciliation, state verification, policy gates, and trace output — against a live demo scenario. No real Stripe account needed.

Next steps