Linode is a cloud hosting provider offering virtual private servers, managed databases, object storage, Kubernetes, and other infrastructure-as-a-service products to developers and businesses.
APIs.json: https://raw.githubusercontent.com/api-evangelist/linode/refs/heads/main/apis.yml
- Modified: 2026-05-19
The Linode API v4 provides programmatic access to the full range of Akamai Connected Cloud (formerly Linode) products and services. It enables developers to create and manage compute instances, deploy Kubernetes clusters, configure NodeBalancers, manage DNS domains, provision Block Storage volumes, control Object Storage buckets, set up firewalls, and administer account settings.
- Human URL: https://techdocs.akamai.com/linode-api/reference/api
- Base URL:
https://api.linode.com/v4
- Cloud Computing
- Infrastructure
- REST API
- Virtual Machines
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
The Linode CLI is a command-line interface that wraps the Linode API v4, allowing developers and system administrators to manage Akamai Connected Cloud resources directly from the terminal. It supports all API operations including creating and managing compute instances, configuring networking, deploying Kubernetes clusters, and managing storage.
- Human URL: https://techdocs.akamai.com/cloud-computing/docs/cli
- Base URL:
https://api.example.com
- Automation
- CLI
- Command Line
- DevOps
The Linode Python SDK (linode_api4) is the official Python client library for interacting with the Linode API v4. It provides a Pythonic interface for managing all Akamai Connected Cloud resources including compute instances, domains, NodeBalancers, volumes, Kubernetes clusters, and account settings. The SDK supports both synchronous operations and includes helper methods for common workflows like deploying instances from StackScripts, managing SSH keys, and configuring networking resources.
- Human URL: https://linode-api4.readthedocs.io/en/latest/
- Base URL:
https://api.example.com
- Client Library
- Python
- SDK
The Linode Go SDK (linodego) is the official Go client library for the Linode API v4. It provides idiomatic Go interfaces for managing Akamai Connected Cloud infrastructure programmatically, including compute instances, Kubernetes clusters, networking configurations, storage volumes, and DNS domains. The library is used internally by the Linode Terraform Provider and Linode CLI, and supports context-based request cancellation, pagination helpers, and retry logic for robust API interactions.
- Human URL: https://pkg.go.dev/github.com/linode/linodego
- Base URL:
https://api.example.com
- Client Library
- Go
- SDK
The Linode Terraform Provider enables infrastructure-as-code management of Akamai Connected Cloud resources using HashiCorp Terraform. It supports provisioning and managing compute instances, Kubernetes clusters, NodeBalancers, firewalls, DNS domains, Block Storage volumes, Object Storage buckets, VPCs, and other cloud resources through declarative configuration files.
- Human URL: https://techdocs.akamai.com/terraform/docs/overview
- Base URL:
https://api.example.com
- Automation
- DevOps
- Infrastructure as Code
- Terraform