Feature

API & Automation

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.

API-first by design

GraphQL
# 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
  }
}

Capabilities

Comprehensive GraphQL API

Full access to all platform features through a modern GraphQL interface. Query exactly the data you need.

Simple REST-Like Operations

Common operations are available through straightforward API calls. Complex queries use GraphQL's full power.

Scoped API Tokens

Create tokens with specific permissions for different use cases. Limit access to exactly what each integration needs.

Complete Documentation

GraphQL schema documentation available. Explore the API interactively.

Terraform Provider (Coming Soon)

Define your infrastructure as code using Terraform. Manage flex.plane resources alongside your other infrastructure.

Sign-up for Early Access

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.