# Otwa Cloud > Enterprise-grade cloud infrastructure — deploy and manage VPS/cloud servers programmatically via REST API. Otwa Cloud is a cloud hosting platform. Customers can deploy Linux servers, manage power states, retrieve SSH credentials, and automate their infrastructure via a REST API. ## API - Base URL: https://otwa.cloud/api/v1 - Authentication: Bearer token (API key generated from dashboard) - Format: JSON ## Machine-Readable Resources - OpenAPI 3.0.3 spec: https://otwa.cloud/openapi.json - Plain-text Markdown docs: https://otwa.cloud/docs.md - Human docs page: https://otwa.cloud/docs ## Key Endpoints - GET /api/v1/account — Authenticated account details - GET /api/v1/products — Available server plans (no auth required) - GET /api/v1/servers — List all servers with IPs - POST /api/v1/servers — Deploy a new server - GET /api/v1/servers/:id — Full server detail (networking + specs) - GET /api/v1/servers/:id/credentials — SSH username, password, IP - GET /api/v1/servers/:id/stats — Live CPU, RAM, disk usage - PATCH /api/v1/servers/:id/label — Rename a server - POST /api/v1/servers/:id/power/:action — start / stop / reboot - DELETE /api/v1/servers/:id — Terminate server permanently ## Contact - Support: support@otwa.cloud - Dashboard: https://otwa.cloud/dashboard - API key generation: https://otwa.cloud/dashboard/api