Skip to content
qibdo qibdo
Theme
Book a demo

Create a VPC and subnet

A VPC is a private network with its own IP range, carved into subnets. This guide creates one end to end: create the VPC, read the operation it returns, then add a subnet inside it. The runnable examples target qibdo’s own engine, where the platform provisions VPCs and subnets on the underlying network fabric.

  • Authentication. Export an authenticated bearer token as $QIBDO_API_TOKEN. See Authenticate a user and manage the session.
  • Permissions. Your identity needs permission to manage network resources (VPCs and subnets) in the target workspace. See the authorization model.
  • Workspace and zone. Export the target $WORKSPACE_ID and $ZONE_ID (both UUIDs).