Deploy and secure your API globally with Unkey and Koyeb.
Koyeb is a developer-friendly serverless platform to deploy apps globally. Koyeb offers a fully managed environment to deploy any apps in seconds without managing any infrastructure. Koyeb supports any programming languages, frameworks, and tools to build your apps.
This example shows how to build an API using bun, secure it with unkey, and deploy it globally on Koyeb.
1bun install
1bun run dev
1curl http://localhost:8000 -H "Authorization: Bearer <KEY>"
Replace the environment variable placeholders with real values from your Unkey dashboard.
Then hit the Deploy
button.
Koyeb will deploy your app in your selected regions and provide a unique URL to access it, or you can configure your own custom domain.
Now that your app is deployed, you can test it:
1curl -XPOST https://<YOUR_APP_NAME>-<YOUR_KOYEB_ORG>.koyeb.app -H "Authorization: Bearer <UNKEY_API_KEY>"
It should return a 200
status code and at least the following response, depending on your key settings:
1{2 "valid": true3}
UNKEY_ROOT_KEY
and UNKEY_API_ID
environment variables. You can find those in the Unkey dashboard.Deploy
button2500 verifications and 100K successful rate‑limited requests per month. No CC required.