Encrypted, never public
A value is shown only when you click Show the value yourself. The AI can use a variable by its name, but it can never read the value back.
A site that works·Variables
Variables hold the API keys, tokens and settings your functions need. Each value is stored encrypted, stays on the server and never appears in the pages a visitor loads.
A value is shown only when you click Show the value yourself. The AI can use a variable by its name, but it can never read the value back.
Paste your variables as NAME=value, one per line, or drop a .env file. Lines starting with # are skipped, and you can replace the whole list at once.
Functions read a variable by its exact name on the server, and scheduled tasks can place it in a URL, a header or a request body when they run.
Step 1
In Studio, open the Variables tab and click Add a variable. Use uppercase letters, numbers and underscores, for example BOOKING_API_KEY.
Step 2
Paste the key you got from the outside service and save. It is encrypted right away, and later you can search, copy or download your variables.
Step 3
Ask the AI to connect the service. It writes the function so it reads the variable by name, and it asks you for a value only when one is missing.
They are named settings that live with the site instead of inside its code, usually secret keys and tokens. On Uebfaqe each site has its own, stored encrypted and read only by functions and scheduled tasks on the server.
Never in the page code, where any visitor can read it. Put it in the Variables tab and let a function make the call on the server. The key stays hidden and you can change it without touching the pages.
It is removed for good, and every function that reads it stops working until you add it again. When you transfer a site its variables move with it, while a clone made from a shared link never copies them.
Add actions that really run, like sending a form or working out a price, written by the AI.
Learn moreSet up jobs that run on their own on a schedule, like a report every morning or a cleanup every week, with a history of every run.
Learn moreOpen the real site files in a full editor with a folder tree and tabs, when you want control down to the detail.
Learn moreDescribe your business and get a real website in a few minutes, for free.
Create your site for free