AppWeaver AI

Workspace & Editor

Environment variables & secrets

Storing API keys and configuration safely.

Adding a secret

Secrets are added from the workspace Secrets panel, not written into your code. The Agent can reference a secret by name without ever seeing its value.

Where secrets are available

Secrets are injected into your app at runtime and are available to server-side code. They are not bundled into anything shipped to the browser.

Back to home