Skip to content
kenari.

Pods

Pods is container hosting for apps kenari has already tested (like Hermes Agent, WhatsApp Gateway, n8n, and OpenClaw), billed monthly from the same Rupiah balance as the AI Gateway. You choose an app from the catalog, kenari provisions the container, and you reach it on its own pod-<name>.kenari.id domain.

Once a pod is running, you can change its environment variables at any time from the pod detail page, under the Environment section. Which variables you can edit follows the app’s catalog schema, the same fields you filled in when you first created the pod.

Saving re-creates the pod’s container with the new values. The container restarts, but the pod’s /data volume (its persistent storage) is kept, so no data is lost. There is a short interruption while the container swaps.

For secret fields (such as an API key): leave the field blank to keep the current value, and only type a new one if you want to replace it. A stored secret’s current value is never shown back to you.

If the new configuration keeps the app from starting, the pod automatically reverts to the previous working configuration, so a bad edit cannot break the pod.