post https://{hostname}/edgekv/v1/tokens
Generate an access token that allows an EdgeWorkers code bundle to access the specified namespace. Any new tokens that you create refresh automatically without expiring. You don't need to update tokens inside your edgekv_tokens.js
file. Tokens created before the enhanced token workflow implementation will still expire. You need to replace these expired tokens in your code bundle. To learn more about access tokens, refer to the EdgeKV guide.
Recipes
Create an access token
Open Recipe