Northflank
Configure VibeKit with Northflank persistent sandboxes
Northflank is a PaaS that allows you to run persistent sandboxes either on the Northflank infrastructure or your GCP/AWS. You can read more about it here.
How to use
To use Northflank with VibeKit, you need to configure Northflank when creating a new VibeKit instance. Note that you must create a new project and API key in the Northflank dashboard.
Configuration Options
apiKey
(required): The API token you generated in the Northflank dashboard for authenticationimage
(optional): Override the inferred agent sandbox image with a custom imageprojectId
(optional): The project name you created in the Northflank dashboardbillingPlan
(optional): Determines the CPU & RAM of the sandboxes (default:nf-compute-200
which has 2 vCPU & 4096GB RAM)persistentVolume
(optional): The persistent path of your sandbox (default:/var/app
)persistentVolumeStorage
(optional): The persistent volume size in MB (default:10240
for 10GiB)
ENV variables and secrets
Coming soon…