%rebase('layout', title='Environment Variables') %if onboarding:

Set up the keys you want to use now — AI chat, sending email — or skip this and come back to it later from Settings.

%end

These write straight to this instance's .env file. Most take effect immediately; ports, model names, and file paths need a restart.

%if onboarding: %end %for section in sections:

{{section['title']}}

%if section['description']:

{{!section['description_html']}}

%end %for field in section['fields']:
%if field['secret']:
%else: %end
%end

%end
%if onboarding: Skip for now %end