Overview
OpenClaw is an open source, community-driven agent platform where you choose, including on Koyeb.
Try it out
Once OpenClaw is deployed on Koyeb, you can follow the public URL of the Service to access the UI.
For security purposes, OpenClaw requires you to authorize all devices that attempt access to your OpenClaw instance.
-
Open the overview in OpenClaw UI using the link in your Koyeb Service, formatted
https://your-service-id.koyeb.com/overview. -
Enter your gateway token, which is the value you set for the environment variable,
OPENCLAW_GATEWAY_TOKEN. -
Click Connect.
-
In the Koyeb control panel, select your Service running OpenClaw and click the Console tab.
-
Run the following command in the console to approve your device:
PENDING_DEVICE=$(node openclaw.mjs devices list --json | node -e "const d=JSON.parse(require('fs').readFileSync(0,'utf-8'));const p=d.pending.sort((a,b)=>b.createdAtMs-a.createdAtMs);console.log(p[0]?.requestId||'')") && if [ -n "$PENDING_DEVICE" ]; then node openclaw.mjs devices approve "$PENDING_DEVICE"; else echo "No pending devices"; fi
Related One-Click Apps in this category