Docs
Reference

Sevalla

Sync a penv environment with a Sevalla application's environment variables.

Sync a penv environment with a Sevalla application's environment variables.

The connection

WhatThis provider
VendorSevalla
Keysevalla-app-env
Availabilityavailable. You can connect it today.
Credential penv holdssevalla-key
Values read backyes
Activationon-next-deploy

What it moves

DirectionWhat it does
importReads names and values out of the store into penv.
exportWrites names and values from penv into the store.

When a written value goes live

on-next-deploy. A new value waits there and arrives with your next deploy.

What happens to a name that exists

DirectionPolicies you can pick
importskip_existing, new_version, fail
exportcreate_only, overwrite, overwrite_and_prune

How syncs work says what each one does.

How you connect

You paste a credential you already hold. penv seals it and never shows it again.

FieldLabelKindRequiredWhat it is
apiKeyAPI keysecret, masked here and sealedyesAn API key with applications:read, plus applications:write to export.

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
applicationIdApplicationtextyesnoThe application whose variables this environment maps onto.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
applications:readevery directionyesPreview cannot list the application's variables.
applications:writeexportyesExport cannot write anything.