Step 7 of 8

Phase 6 — Verify and go live

Time: ~10 minutes
Prerequisites: At least one of Phase 2 (CLI), 3 (MCP), or 4 (AAIF) complete
You'll need: Terminal, Dashboard access

This phase confirms your Integrations setup and gives you a short checklist for go live.

Step 6.1 — CLI verification

If you use the CLI:

  1. Run npx keys doctor — exit 0.
  2. Run npx keys models list — you see at least one provider's models.
  3. Run npx keys routing explain <model> — you see a resolution path.
CLI
npx keys doctor && npx keys models list

How to test: All three commands complete without errors.

Step 6.2 — Dashboard verification

Open Developer Tools. Confirm overview and the tab for your surface (CLI, MCP, or AAIF) match your setup.

Step 6.3 — Document and share

Add a short section to your README or docs: "Restormel Integrations" with links to the CLI quickstart and/or MCP/AAIF docs. If you use the CLI in CI, add a step that runs keys doctor. If you used agent prompts, keep the Prompt index link.

Step 6.4 — Go live checklist

  • At least one surface (CLI / MCP / AAIF) installed and verified.
  • Dashboard Developer Tools and usage path set.
  • Doc links (or README) updated.
  • Optional: CLI in CI; agent prompts documented.

Prompts for this phase

Optional. Use if a coding agent should run verification and add the checklist to docs.

Checkpoint

You now have CLI and/or Dashboard checks passing, documentation and optional CI or agent-prompt workflow in place, and the Integrations walkthrough complete.