Create a new EdgeWorker ID

Register a new EdgeWorker within a particular group.

IN THIS RECIPE
  1. Set up authentication
  2. Pick a group
  3. Pick a name
🦉
Get a permission group

View details on the capabilities enabled within a specified group, for example: activate a version or fetch an EdgeWorker ID.

6 Steps
List permission groups

View a list of groups and the associated permission capabilities, for example: activate a version or fetch an EdgeWorker ID.

6 Steps
List contract IDs

View the list of contract IDs that you can use to list resource tiers.

4 Steps
List resource tiers

View the list of available resource tiers for a specific contract ID. The resource tier defines the resource consumption limits for an EdgeWorker ID.

6 Steps
Display pages based on location

This recipe implements an EdgeWorker function to redirect website visitors to relevant pages based on the location of the request.

9 Steps
Create a new EdgeWorker ID

Register a new EdgeWorker within a particular group.

7 Steps
Get an EdgeWorker ID

View details for a specific EdgeWorker.

5 Steps
Update an EdgeWorker ID

Update the name or groupId of an existing EdgeWorker.

6 Steps
Clone an EdgeWorker ID

Clone an EdgeWorker ID to change the resource tier.

7 Steps
List EdgeWorker IDs

View the list of EdgeWorkers in the identified group.

6 Steps
Get the resource tier

View the details of the resource tier assigned to the EdgeWorker ID.

4 Steps
Validate an EdgeWorkers code bundle

Return a list of errors and warnings containing details on how to fix your code bundle.

6 Steps
List versions

View a list of EdgeWorker versions.

5 Steps
Get version details

View details for a specific version.

6 Steps
Download an EdgeWorker bundle

Download the bundle containing the code the EdgeWorker executes.

7 Steps
List activations

View the list of activations for an existing EdgeWorker based on ID. You can choose to specify the version in the request.

6 Steps
Activate an EdgeWorker version

Activate an existing EdgeWorker version on the Akamai network, either staging or production.

7 Steps
Get an activation

View details for a specific activation.

6 Steps
List deactivations

View the list of deactivations for an existing EdgeWorker.

6 Steps
Deactivate an EdgeWorker version

Deactivate an existing EdgeWorker version on the Akamai network, either staging or production.

7 Steps
Get a deactivation

View details for a specific deactivation.

6 Steps
List reports

View a list of available reports.

4 Steps
Get an EdgeWorker report

View details for a specific EdgeWorker.

9 Steps
Create a secure token

Generate a random secret key. You can use this key to create an EdgeWorkers authentication token to enable enhanced debug headers for EdgeWorkers.

8 Steps
Create a new version

Create a new version for an EdgeWorker ID.

Note: You cannot use cURL to create a new version of an EdgeWorker ID. cURL does not support the multi-part data included in the POST request.

8 Steps
Delete an EdgeWorker ID

Delete an existing EdgeWorker ID from your account permanently.

5 Steps
Delete an EdgeWorker version

Delete an EdgeWorker version permanently from an EdgeWorker ID.

6 Steps
List Properties

View the active and inactive properties using an existing EdgeWorker ID.

6 Steps
Boost search autocomplete performance

Accelerate autocomplete at the edge by suggesting relevant search terms while a visitor types in a search box.

4 Steps
Add geo and custom data as a cookie

This recipe implements an EdgeWorker to add geolocation data to a cookie in the HTTP response. The cookie returns location information about the client where the request originates, including a lookup from custom data.

8 Steps
Cancel an activation

Cancel a pending activation.

6 Steps