In September 2021, the month I joined Render, we unveiled our blog and refreshed our Dashboard and Billing experiences. Since then, our team has worked hard to launch several game-changing features that we're finally ready to talk about:
Stay tuned as we release tools that give developers more flexibility, control, and automation. We look forward to seeing the tools developers build with the API. We had a lot of fun building on top of our API in a company hackathon in November. On my hackathon team, we built an exploratory CLI using the API in just a few hours.
- Our API
- Native SSH connectivity support for all services
- Our Redis service, now in Early Access
- Complimentary DDoS protection for every web service we host
An API for Building with Render
Like Render itself, our new API was designed with the developer experience top of mind. Harnessing Render within your own scripts and pipelines is now dead simple. We chose to implement a RESTful interface that allows users to create or update a site, app, (and soon, databases) with just one CURL request. Other cloud infrastructure APIs are too low-level, and require extensive coding to create and configure resources after the API call. With Render, you can spin up full-fledged services in a single step, without managing servers or VMs. This makes it possible to build feature-rich multi-tenant cloud platforms like Shopify or Squarespace in days, not months. So far, we’ve received great feedback from users like Nick Schrock, Founder of Elementl, the creators of Dagster. His team was looking for a quick, programmatic way to provision instances of Dagster software, both for paid user environments and as an easy path for people to get up and running with open source. Spinning up a Render environment is a simple way for Dagster to offer this functionality.“
The overall experience working with the API is incredibly smooth. Writing to the endpoints is intuitive and works without surprises. I've recommended it to more than a few colleagues. The API has let us prototype services many times faster than building from scratch.