This document outlines the plan to adopt OpenAPI 3.1 for VibeTunnel’s REST API to achieve type safety and consistency between the TypeScript server and Swift clients.
openapi: 3.1.0info: title: VibeTunnel API version: 1.0.0 description: Terminal sharing and remote access APIservers: - url: http://localhost:4020 description: Local development server