API Reference

REST API

Integrate Vibiyo with your tools.

REST API Overview

Access Vibiyo programmatically with our REST API.

Base URL

https://api.vibiyo.com/v1

Authentication

Include your API key in the Authorization header: ``` Authorization: Bearer YOUR_API_KEY ```

Endpoints

  • `GET /projects` - List all projects
  • `POST /projects` - Create a new project
  • `GET /projects/:id` - Get project details
  • `POST /projects/:id/deploy` - Trigger deployment