Hello, and welcome to this week’s changelog update!
Serverless GPUs are available in private preview. To access these GPU Instances, join the preview or book a call.
All right, let’s jump into what’s new:
-
Apps and Services rename
You can now rename your Apps and Services. This is useful for better identifying your resources. This is available in the API, the CLI, and soon in the control panel.
-
Edit App public domain
It is now possible to edit the public domain assigned to an App. This allows you to get more control over the name of the
.koyeb.app
domain. This is available using the API and the CLI. -
New CLI version
We have released a new version of the CLI. This includes the
koyeb app update --name
andkoyeb service update --name
commands to rename Apps and Services.We also introduced the
koyeb app update -—domain
command that allows you to edit the App public domain.Check out the full CLI changelog of v3.12.0.
-
New tutorial: Use Autonomous AI Agents with SerpApi and AutoGPT to Build a Trip Planner
Rishi just published a tutorial to create and deploy a trip planner using an autonomous AI agent in a Next.js application on Koyeb. The application prepares a trip itinerary based on the given destination and a trip length and can even be deployed in one click.