Run it
- Forces sandbox mode for the run — no real money can move.
- Detects your stack (framework, package manager, any existing OAuth or MCP code) and asks for consent before touching files.
- Makes minimal, idiomatic edits following the Agentcard integration playbook.
- Verifies the integration by issuing a sandbox card, then prints a summary of every file it changed.
Options
| Flag | What it does |
|---|---|
--path <dir> | Target a repo other than the current directory |
-y, --yes | Skip the consent prompt |
Good to know
- Re-running is safe. The wizard detects an existing integration and continues or fixes it — it never duplicates.
- You review everything. Edits happen locally; nothing ships until you commit.
- It ends in sandbox. Production keys come with an org subscription (
agent-cards-admin subscribe) when you’re ready to go live.