A developers-first
cloud platform.
About Valyent
Cloud computing that works like you think it should. Valyent turns Docker images into lightning-fast microVMs and orchestrates them into fleets — collections of machines that power your services at scale. All through a clean REST API and CLI that respect your time and intelligence.
Open source at heart — our orchestrator Ravel is live on GitHub, ready for your stars (and contributions?). This allows developers to learn more about how Valyent works from the inside and even start hacking on it.
Whether you are looking for a foundation to build your next cloud product, or just want to deploy some webapps — Valyent might be a good fit for you!
An easy-to-use REST API
Our REST API provides programmatic access to all Valyent features. Here's a quick preview of what you can do:
/fleets/{fleet}/machines
Create a new machine in your fleet using a Docker image, with customizable CPU, memory, and networking options.
/fleets/{fleet}/machines/{machine}/logs
Stream real-time logs from a specific machine, with optional filtering and timestamp-based queries.
/fleets/{fleet}/gateways
Create a gateway to expose services to the internet with automatic load balancing and SSL termination.
A simple yet powerful CLI
Make use of our CLI tool to deploy your applications in minutes — from the comfort of your terminal.
1234567891011# Install Valyent's CLI tool.
$ curl -L https://cli.valyent.cloud | sh# Authenticate Valyent's CLI tool.$ valyent auth login# Initialize Valyent in your project.$ valyent init# Deploy your application.$ valyent deploy
A friction-less dashboard
Set up API keys and configure your account settings through a clean, modern interface. Everything you need to get started with Valyent. And nothing more.
Learn more about Valyent
Discover our Valyent can help you deploy Docker images at scale.
Documentation
Check out Valyent's documentation to learn more about how to use Valyent for your projects.