← Back to changelog

Custom Environment Variables

You can now define custom environment variables for each agent directly from the dashboard.

Why this matters

Some tools and scripts need specific environment variables to work, things like feature flags, custom paths, or configuration values that don't belong in the secrets vault. Until now, you'd have to bake these into the container image or use workarounds.

Now you can set them from the agent's configuration page. Add key-value pairs, hit save, and they'll be applied the next time the agent starts. Every process inside the container gets access to them.

How to use it

Go to your agent's configuration in the dashboard and you'll see a new environment variables section with an inline editor. Add, edit, or remove variables as needed.