--- title: 'Linode (Akamai)' description: 'Cloud computing API for managing instances, volumes, networking, and Kubernetes clusters.' --- # Linode (Akamai) Cloud computing API for managing instances, volumes, networking, and Kubernetes clusters. | Detail | Value | |---|---| | Category | Cloud & Infra | | Base URL | `https://api.linode.com/v4` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `linode` | ## Using Linode (Akamai) in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Linode (Akamai)** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /linode/instances](./get_linode_instances_cloud_listinstances) | List Linode instances | | [POST /linode/instances](./post_linode_instances_cloud_createinstance) | Create a Linode instance | | [GET /linode/instances/{linodeId}](./get_linode_instances_linodeid_cloud_getinstance) | Get a Linode instance | | [DELETE /linode/instances/{linodeId}](./delete_linode_instances_linodeid_cloud_deleteinstance) | Delete a Linode instance | | [GET /volumes](./get_volumes_cloud_listvolumes) | List volumes | | [GET /regions](./get_regions_cloud_listregions) | List available regions | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.