API Reference
Reference
API Reference
This document covers the viiibin API for programmatic access to your projects.
Authentication
All API requests require authentication via API key.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.viiibin.com/v1/projects
Endpoints
Projects
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/projects | List all projects |
| POST | /v1/projects | Create a new project |
| GET | /v1/projects/:id | Get project details |
| PATCH | /v1/projects/:id | Update a project |
| DELETE | /v1/projects/:id | Delete a project |
Deployments
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/projects/:id/deployments | List deployments |
| POST | /v1/projects/:id/deployments | Trigger a deployment |
| GET | /v1/deployments/:id | Get deployment status |
Rate Limits
- Free tier: 100 requests/minute
- Pro tier: 1,000 requests/minute
- Enterprise: Custom limits
SDKs
Coming soon:
- JavaScript/TypeScript SDK
- Python SDK
Need Help?
Contact api-support@viiibin.com for API questions.