Home
Infrastructure Managed VPS Enterprise VPS Dedicated Servers Applications Managed WordPress Node.js APIs Web Hosting PHP Systems Python Apps C/C++ App Dev & Ops Web Terminal (SSH) Monitoring Automatic Backups Communication Professional Email Real-time Chat Technical Support
Infrastructure
Performance High availability Load balancing Security Container isolation DDoS Protection Monitoring Real-time status CPU/RAM/Disk metrics Experience Intuitive panel Easy deploy Web Terminal
Plans Status Contact
Changelog Terms of Use Privacy License
Sign In Get Started
Public API v1

Integrate with LRV Cloud in minutes

Full RESTful API to manage VPS, domains, tickets, backups and more. Secure authentication, real-time webhooks and sandbox environment for testing.

// A simple call to list your servers
curl -H "X-API-Key: lrv_live_sua_chave" \
     https://seudominio.com/api/v1/hosting

// Standardized JSON response
{ "success": true, "data": [...] }

50+

Endpoints REST

21

Scopes

< 50ms

Latency

99.9%

Uptime

Features

Complete REST API

Full RESTful API to manage VPS, domains, tickets, backups and more. Secure authentication, real-time webhooks and sandbox environment for testing.

Secure Authentication

API Keys with secure hashing, Bearer Tokens with automatic refresh, granular scopes and key rotation.

Complete REST API

50+ endpoints for VPS, tickets, domains, databases, backups, emails and applications.

Real-Time Webhooks

Get instant event notifications. HMAC SHA-256 signatures for security.

Sandbox Environment

Test your integration without affecting real data. Sandbox keys simulate responses without executing actions.

Smart Rate Limiting

Configurable limits per API Key. Standard headers for request control.

Complete Documentation

OpenAPI 3.1, interactive Swagger UI, Postman/Bruno/Insomnia collections and code examples.

Environments

Sandbox vs Production

Two separate environments for safe development.

SANDBOX Risk-free testing

The sandbox environment lets you test the full API without modifying real data.

  • Keys with lrv_test_ prefix
  • Reads return real data (read-only)
  • Writes return simulated responses
  • No action is executed on the server

PRODUCTION Real environment

The production environment executes all actions normally.

  • Keys with lrv_live_ prefix
  • All operations are executed
  • Real-time real data
  • Webhooks fire normally
Resources

SDKs & Tools

Download collections and specifications to start integrating quickly.

Ready to integrate?

Access your panel, create your first API Key and start building powerful integrations.

Access Panel View Documentation