Everything Scriptable, Everything Automatable. Full programmatic access to all platform capabilities — build your own integrations, automate operations, enable GitOps.
Manual operations don't scale. Point-and-click interfaces are great for ad-hoc tasks but become bottlenecks for repeatable processes. Without API access, integrating with existing tools requires workarounds and screen scraping.
# Create a new virtual machine
mutation CreateVM {
createVirtualMachine(input: {
name: "web-server-01"
template: "ubuntu-22.04"
vcpus: 4
memoryMB: 8192
diskGB: 100
virtualDatacenter: "production"
}) {
id
name
status
ipAddresses
}
}Full access to all platform features through a modern GraphQL interface. Query exactly the data you need.
Common operations are available through straightforward API calls. Complex queries use GraphQL's full power.
Create tokens with specific permissions for different use cases. Limit access to exactly what each integration needs.
GraphQL schema documentation available. Explore the API interactively.
Define your infrastructure as code using Terraform. Manage flex.plane resources alongside your other infrastructure.
We're excited to announce that we're only a few weeks away from sending out the first invitations to our early access program. Enter your E-Mail to be notified once it drops. And don't worry, we hate spam as much as you.