invoke demo.
Setup
Authenticate
Log in to connect the CLI to your Invoke account. This stores your credentials locally for subsequent commands.
Create and deploy your first agent project
Initialize a new project with the
crm-guardrail template, then deploy it.What just happened
Your agent now routes tool calls through Invoke instead of hitting APIs directly. Every call gets:- A commit record written before the side effect lands
- Idempotency enforcement so a lost response does not become a duplicate charge
- Scope validation against the policy defined in your deployed project
- A trace your team can inspect when something important happens
Next steps
- Read How It Works to understand the full execution loop and the four control primitives
- Review Tool Safety Classes to limit what your agent can call and under what conditions
- Explore Traces to inspect retries, reconciliation decisions, and blocked side effects