Installation
Authentication
INVOKE_API_KEY if set, otherwise the login flow prompts for it.
Commands
invoke init
Scaffold a new agent project with a template.
| Flag | Description |
|---|---|
--template | Starting template (crm-guardrail, billing-agent, blank) |
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
- TypeScript SDK — use Invoke from application code
- Quick Start — end-to-end walkthrough using the CLI
- Authentication — API key configuration