Skip to main content
MYACCOUNT · CLOUD PLATFORM API

Automate your cloud infrastructure

Everything you can do in the MyAccount console — nodes, GPUs, storage, databases and networking — is available as a clean, project-scoped REST API.

Base URL /myaccount/api/v1Auth Bearer tokenFormat JSON
Download the full OpenAPI spec
bash — create a node
POST https://api.e2enetworks.com/myaccount/api/v1/nodes/
Authorization: Bearer <API_TOKEN>

{
  "name": "web-prod-01",
  "plan": "C3.8GB",
  "image": "Ubuntu-22.04"
}
201 Created  # node is provisioning

// developer experience

Built for automation

A consistent, well-documented surface across the whole platform.

Bearer token auth

Pass your MyAccount API token in the Authorization header. Generate and rotate tokens from the dashboard.

Full resource lifecycle

Create, list, resize, action and delete every resource you can manage in the MyAccount console.

Interactive console

Try any endpoint inline with your own token and inspect the live response right in the docs.