Creovine Platform
Creovine Developer Docs
Build with the Creovine platform — a unified backend powering CVault VPN, Lira AI, and EditCore. One API, multiple products.
Products
Live
🔒 CVault VPN
White-label VPN-as-a-Service built on WireGuard. SDK, desktop app, and REST API for tenant-managed VPN infrastructure.
Beta🤖 Lira AI
AI workforce platform — autonomous meeting participant, AI-conducted interviews, sales coaching, and customer support. 9 integrations.
In Development🎬 EditCore
Drop-in Flutter plugin for professional video editing — trim, crop, filters, text overlays, and hardware-accelerated export.
Platform Architecture
Creovine uses a shared backend model. All products route through a single Fastify API at api.creovine.com, each isolated by route prefix:
https://api.creovine.com
├── /v1 → Platform (auth, admin, products, CMS)
├── /cvault/v1 → CVault VPN
├── /lira/v1 → Lira AI
└── /editcore → EditCore (license validation only)
| Property | Value |
|---|---|
| API Base URL | https://api.creovine.com |
| Swagger UI | https://api.creovine.com/docs |
| Console | https://console.creovine.com |
| Website | https://creovine.com |
| GitHub | https://github.com/Creovine-Labs |