vibekit_set_env
Set environment variables for a hosted app. Changes apply on next restart.
Instructions
Set one or more environment variables for a hosted app. Changes take effect on next restart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vars | Yes | Key-value pairs to set, e.g. { "API_KEY": "abc", "DEBUG": "true" } | |
| appId | Yes | App ID or subdomain slug |