Create a new EdgeWorker ID
Register a new EdgeWorker within a particular group.
- Set up authentication
- Pick a group
- Pick a name
View details on the capabilities enabled within a specified group, for example: activate a version or fetch an EdgeWorker ID.
View a list of groups and the associated permission capabilities, for example: activate a version or fetch an EdgeWorker ID.
View the list of contract IDs that you can use to 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.
This recipe implements an EdgeWorker function to redirect website visitors to relevant pages based on the location of the request.
Register a new EdgeWorker within a particular group.
View details for a specific EdgeWorker.
Update the name
or groupId
of an existing EdgeWorker.
Clone an EdgeWorker ID to change the resource tier.
View the list of EdgeWorkers in the identified group.
View the details of the resource tier assigned to the EdgeWorker ID.
Return a list of errors and warnings containing details on how to fix your code bundle.
View a list of EdgeWorker versions.
View details for a specific version.
Download the bundle containing the code the EdgeWorker executes.
View the list of activations for an existing EdgeWorker based on ID. You can choose to specify the version in the request.
Activate an existing EdgeWorker version on the Akamai network, either staging or production.
View details for a specific activation.
View the list of deactivations for an existing EdgeWorker.
Deactivate an existing EdgeWorker version on the Akamai network, either staging or production.
View details for a specific deactivation.
View a list of available reports.
View details for a specific EdgeWorker.
Generate a random secret key. You can use this key to create an EdgeWorkers authentication token to enable enhanced debug headers for EdgeWorkers.
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.
Delete an existing EdgeWorker ID from your account permanently.
Delete an EdgeWorker version permanently from an EdgeWorker ID.
View the active and inactive properties using an existing EdgeWorker ID.
Accelerate autocomplete at the edge by suggesting relevant search terms while a visitor types in a search box.
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.
Cancel a pending activation.