Update Hosting API description #2612 (#2620)
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled

* Update Hosting API description #2612

* Update copy and fix minor formatting

* Update copy 'deployment'

---------

Co-authored-by: artyz <90192969+artysking@users.noreply.github.com>
Co-authored-by: Reynaldi Chernando <reynaldichernando@gmail.com>
This commit is contained in:
eshwar
2026-03-09 12:49:24 +05:30
committed by GitHub
parent 19df50bcba
commit 5e7c2c3ddd
+2 -2
View File
@@ -3,9 +3,9 @@ title: Hosting
description: Deploy and manage websites on Puter.
---
The Puter.js Hosting API enables you to deploy and manage websites on Puter's infrastructure programmatically.
The Puter.js Hosting API enables you to host files on the internet and manage your hosting programmatically.
The API provides comprehensive hosting management features including creating, retrieving, listing, updating, and deleting deployments. With these capabilities, you can build powerful applications, such as website builders, static site generators, or deployment tools that require programmatic control over hosting infrastructure.
The API provides comprehensive hosting management features including creating, retrieving, listing, updating, and deleting hostings. It is mainly used to expose files to the internet, where users can get their content from a public URL and additionally with these capabilities, you can host many applications, such as website builders, static site generators, or deployment tools that require programmatic control over hosting infrastructure.
## Features