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 updatedHow it works
01
Create or fork a project
Create a project in the browser, or fork a public one to start.
02
Configure variables per env
Isolate local, staging, and production; sensitive values stay controlled.
03
Sync with the CLI
Use pamenv pull / push to sync env files between your repo and PAM.
npm install -g pamenv-cli
pamenv login
pamenv pull <slug> -e local