Platform

The Putnami platform runs your workspace in production. You install one CLI extension, and every project that declares how it runs becomes deployable — services, databases, storage, registries, and observability, driven from the same putnami commands you already use.

The platform is delivered as the @putnami/cloud extension. It adds cloud commands to the CLI and wires your workspace to a Putnami Cloud control plane. Nothing here replaces the framework: you still build with the frameworks; the platform takes what you built and runs it.

The lifecycle

Work through these in order the first time. Each links to a page that does one thing.

Step Do this Page
1. Install Add the cloud extension to your workspace Install the cloud extension
2. Log in Authenticate and provision registry credentials Log in
3. Set up Link the repository to a Cloud workspace Set up the workspace
4. Deploy Ship a project and get a URL Deploy & hostingYour first deploy

What the platform gives you

Capability Page
Deploy & hosting — release a revision, wait for readiness, or preview the plan Deploy & hosting
Remote build cache Build cache
Registries — put, npm, oci, go Registries
Managed runtime — scale-to-zero, config & bindings Managed runtime
Database, datasources, migrations Database
Storage & buckets Storage
Observability — OTLP ingest plus logs, metrics, and traces Observability
Events Events
Every cloud command and flag CLI reference

Prerequisites

  • The putnami CLI and a workspace. If you do not have them yet, start with Getting started.
  • A project you can build with putnami build.

Start

Begin with Install the cloud extension.