Kvindo™ Cloud Docs
A basic private network via the Python SDK: a floating IP attached to a VPC for outbound NAT (no NAT gateway needed) plus a subnet. Each create_or_update() returns the new resource's id, which the next call references — the SDK takes ids, not names, and hostingProviderId is itself a ULID looked up by name.
Run the Getting started snippet first (it builds client):
Submit the whole stack at once so it's created atomically — all resources succeed together or none do, with quota checked up front. Cross-references use client-generated ULIDs assigned before the PUT:
Resource docs
More in this section
Reference