npx tryoz setup
npx tryoz remove
npx tryoz logout
npx tryoz doctor
npx tryoz list-agents
npx tryoz detect
npx tryoz mcp test
npx tryoz --versionnpx tryoz setup [targets] [scope] [options]When no target flags are provided, setup selects detected agents by default. Use
--all to configure every supported agent.
Targets:
--codex
--claude
--cursor
--vscode
--cline
--windsurf
--opencode
--copilot
--copilot-agent
--grok
--gemini
--allScope:
--global
--projectOptions:
--api-key oz-...
--endpoint https://tryoz.dev/mcp
--dry-run
--yes
--json
--no-prompt
--no-telemetrynpx tryoz remove --codex --claude --global
npx tryoz logout --all --globallogout is an alias for remove.
Remove deletes only Oz-owned MCP entries, Oz skills, and marked Oz policy blocks. It does not remove unrelated user config.
npx tryoz doctor --api-key oz-your-keyDoctor checks:
- API key format.
- Remote MCP
tools/list. - Selected agent CLI availability.
- Selected JSON/TOML config parse validity.
npx tryoz mcp test --api-key oz-your-keyThis calls the hosted Oz MCP endpoint and verifies the available tools.