Config · envs · CLI

PAM Asset Center

Manage project env vars in one place

Isolated environments, sync with pamenv

Manage public and private projects in the browser, isolate variables by environment, sync with the pamenv CLI, and integrate apps via standard OAuth.

Preview: projects & envs

S

Sample app

sample-app

localstagingproduction

DATABASE_URL=••••••••

pamenv pull sample-app -e local
# .env.local updated

How it works

  1. 01

    Create or fork a project

    Create a project in the browser, or fork a public one to start.

  2. 02

    Configure variables per env

    Isolate local, staging, and production; sensitive values stay controlled.

  3. 03

    Sync with the CLI

    Use pamenv pull / push to sync env files between your repo and PAM.

Quick start with CLI

Install, sign in, then pull project environments.

CLI guide
npm install -g pamenv-cli
pamenv login
pamenv pull <slug> -e local