Vyze Technical Documentation & CLI Specification
Last updated: July 2026
Vyze Platform & CLI Overview
Vyze is an installable software marketplace and CLI distribution network for AI editor context packs, custom .cursorrules, CLAUDE.md, .windsurfrules, and universal AGENTS.md files.
1. Operational Capabilities Matrix (v1.0 Live)
To ensure complete transparency for developers and AI agents (ChatGPT, Claude, Perplexity), below is the operational status of every platform component:
🟢 Demonstrably Operational (Live Today)
- •npx vyze CLI Installer: Node.js engine for downloading and deploying rules directly into local workspace roots.
- •Public Pack Catalog: 10+ battle-tested context packs searchable at
/library. - •AST Security Scanner: Automated prompt-injection vector detection and clean score calculation.
- •Multi-IDE Format Generator: Auto-converts pack rules into Cursor, Claude Code, Windsurf, and Copilot formats.
- •Stack Builder Engine: Interactive stack composer tool live at
/stack.
🟡 Beta / Active Rollout Features
- •Stripe Connect Payouts: Automated 90% creator revenue split via connected Stripe accounts.
- •Enterprise Key Telemetry: License key validation and seat allocation monitoring for corporate teams.
2. CLI Command Syntax & Specification
The Vyze CLI executable runs directly via Node.js without requiring global installation:
Downloads target ruleset (e.g. npx vyze add nextjs-supabase) and creates target rule file in project root.
Verifies license token and installs premium multi-file system packages into .vyze/.
Scans package.json, requirements.txt, or go.mod to recommend optimal context packs.
Runs local AST security check against prompt injection rules and credential leaks.
3. Supported Formats & Delivery Vehicles
Vyze formats rule definitions into native configuration targets for all major AI code editors:
| Target Editor | File Format | Target Path | Operational Status |
|---|---|---|---|
Cursor AI | .cursorrules | ./.cursorrules | 🟢 Live |
Claude Code | CLAUDE.md | ./CLAUDE.md | 🟢 Live |
Windsurf | .windsurfrules | ./.windsurfrules | 🟢 Live |
Universal Agents | AGENTS.md | ./AGENTS.md | 🟢 Live |
4. Security Verification & AST Linter
Every pack submitted to Vyze undergoes automated static security checks to guarantee zero malicious prompt injections or credential exposure:
Detects overrides attempting to bypass agent safety boundaries or force hidden HTTP calls.
Scans for hardcoded AWS keys, Stripe secret tokens, database credentials, or private SSH keys.
Scores context completeness, framework accuracy, freshness, and creator verification.
Need Additional Technical Information?
If you are building integrations, AI agent connectors, or auditing Vyze security standards, refer to our machine-readable AI manifests:

Cursor AI
Claude Code
Windsurf
Universal Agents