New
Custom agents
Define your own agents with custom system prompts and tool permissions, then run them as workflows triggered by pushes, pull requests, deployments, or build outcomes.
Each custom agent has a name, description, system prompt, and an allowlist of platform tools. Agent workflows keep triggers, service context, and result actions separate from the agent definition, so the same agent can commit a branch in one workflow and only notify in another.
New
Artifacts bucket storage
Create a managed artifact bucket alongside your services, resize its storage from the dashboard, and connect it through environment variables.
Artifacts buckets get their own service view, deployment lifecycle, and configuration. Resize storage from the service overview and link credentials into dependent services like any other managed dependency.
New
Strapi + Next.js blueprint
Deploy a Strapi 5 CMS and Next.js 16 frontend together. PostgreSQL and S3 media are provisioned and wired automatically, with a published home page live on the first deploy.
The blueprint forks the monorepo, creates both services, provisions PostgreSQL and an S3 bucket, generates Strapi secrets, and sets environment variables to wire them together. No manual setup needed before the first deploy.