One REST API across every module — chat, projects, ERP, finance, AI. OpenAPI spec, typed SDK, CLI, and a VS Code extension. Try any endpoint live below.
.Download OpenAPI 3.1 spec →Script every part of your workspace from the terminal. Open issues from a commit hook, ship a release note, kick off an AI agent — all without leaving the shell.
vyne issue create --title "Fix billing UI" --priority highvyne docs sync ./README.md → /docs/onboardingvyne ai query "Which orders are stuck?"vyne webhook test order.created# Install npm install -g vyne # Authenticate (opens browser) vyne login # Or with an API key vyne login --token vyne_live_xxxx # Try it vyne whoami vyne issue list --status in_progress vyne ai query "What changed in the last 24h?"
# Install from VS Code ext install vyne.vyne-vscode # Or browse https://marketplace.visualstudio.com/items?itemName=vyne.vyne-vscode # Sign in via the command palette > VYNE: Sign in > VYNE: Open issue from line > VYNE: Insert doc snippet > VYNE: Ask AI about this file
Issues, docs, and AI without context-switching. The extension activates on any repo with a .vyne directory and auto-links commits to issue IDs.
Each key carries its own tier. Headers on every response — X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset — keep your client honest.
* Enterprise: subject to fair-use ceilings. Talk to us.