Skip to main content
Akamai EdgeGrid authentication is available in Beta from v4.0.0 and higher.

What is Akamai EdgeGrid?

Akamai EdgeGrid is a proprietary authentication scheme used by the Akamai APIs. It signs each request with a set of credentials such as Access Token, Client Token, and Client Secret to verify the caller’s identity and protect against tampering.

How to Configure

  1. Open a request in Bruno and go to the Auth tab.
  2. Select Akamai EdgeGrid from the authentication type dropdown.
  3. Fill in the required fields:
akamai-edgegrid-auth
  1. Send your request. Bruno generates the EdgeGrid signature and attaches the required Authorization header automatically.
You can also set EdgeGrid authentication at the collection level so all requests in the collection inherit it. Open Collection Settings and go to the Auth tab.

Advanced Settings

For most requests the three required fields above are all you need. Click Advanced Settings to configure optional signing parameters.
Hover over the icon next to any advanced field in the UI for a tooltip describing the field and its default behavior.

Postman import and export

When you import a Postman collection that uses EdgeGrid authentication, Bruno brings in the supported credentials and settings automatically. When you export a Bruno collection with EdgeGrid auth to Postman format, the exported collection works without requiring manual changes.