Back to home
V
VYNE Developers
Public API · v0.9.0

Build on top of VYNE

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.

API playground
Try every endpoint live in the browser.
CLI
npm i -g vyne — script everything.
VS Code extension
Issues + docs without leaving your editor.
Webhooks
React to every event with HMAC-signed callbacks.

API playground

Pick an endpoint to try it.

🔒 Demo mode — Send executes against a local mock; in production, requests hit .Download OpenAPI 3.1 spec →

The VYNE CLI

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 high
  • vyne docs sync ./README.md → /docs/onboarding
  • vyne 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

VS Code extension

Issues, docs, and AI without context-switching. The extension activates on any repo with a .vyne directory and auto-links commits to issue IDs.

  • Inline issue badges (gutter + hover card)
  • Doc panel — search + insert snippets
  • AI chat scoped to the active file or selection
  • Commit message helper from current changes

Rate limits per API key

Each key carries its own tier. Headers on every response — X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset — keep your client honest.

Free
Sustained
1 req/s
Daily cap
1,000 / day
Burst
10
Starter
Sustained
5 req/s
Daily cap
10,000 / day
Burst
50
Business
Sustained
25 req/s
Daily cap
100,000 / day
Burst
200
Enterprise
Sustained
Unmetered*
Daily cap
Custom
Burst
Custom

* Enterprise: subject to fair-use ceilings. Talk to us.