Skip to content

Commit 96b33ef

Browse files
authored
docs on call: revamp access key guide, fix broken link (#730)
* fix link * revamp access key guide * fix path * fix path * fix path
1 parent bad9a21 commit 96b33ef

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

fern/tutorials/getting-started/api-security-and-authentication/how-to-create-access-keys.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ slug: docs/how-to-create-access-keys
77

88
## Introduction to Access Keys
99

10+
<Warning>
11+
You must be a billing or team admin to create and manage access keys. If you don't have the required permissions, contact your team admin to request access.
12+
</Warning>
13+
1014
Access keys serve as authentication tokens needed to interact with a subset of Alchemy's suite of APIs. They enable you to access JSON-RPC APIs, NFT API and Gas Manager Admin API. Unlike API keys, access keys can be used in the [authentication header](/docs/how-to-use-api-keys-in-http-headers) of API requests for added security.
1115

1216
## Generating Access Keys
@@ -15,9 +19,9 @@ Follow these steps to create a new access key:
1519

1620
1. Log in to your [Alchemy Dashboard](https://dashboard.alchemy.com/signup).
1721

18-
2. Click the "Access Keys" option in the sidebar. This will take you to the access keys menu where you can see all your existing access keys and create new ones.
22+
2. Click the `Security` option in the sidebar. This will take you to the access keys menu where you can see all your existing access keys and create new ones.
1923

20-
![](7e3f164-image.png)
24+
![](https://alchemyapi-res.cloudinary.com/image/upload/v1758911257/docs/Screenshot_2025-09-26_at_11.27.33_AM_qwjave.png)
2125

2226
3. Click on "Create Access Key" to initiate the process.
2327

@@ -31,7 +35,7 @@ Follow these steps to create a new access key:
3135

3236
3. **Expiry Date**: Optionally, specify when the access key should expire. After this date, the key will become invalid.
3337

34-
![](86aa485-image.png)
38+
![](https://alchemyapi-res.cloudinary.com/image/upload/v1758911257/docs/Screenshot_2025-09-26_at_11.27.33_AM_qwjave.png)
3539

3640
5. Once the details are filled in, click "Create".
3741

fern/tutorials/transactions/understanding-transactions/ethereum-transactions-pending-mined-dropped-replaced.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Using the Mempool Watcher, web3 developers using Alchemy can now see all their t
8585

8686
Web3 developers can also use the Alchemy Notify API (webhook alerts for transaction activity) to:
8787

88-
* [Create notifications for dropped and mined transactions](/docs/alchemy/enhanced-apis/notify-api/using-notify#dropped-transactions)
88+
* [Create notifications for dropped and mined transactions](docs/how-to-track-mined-and-pending-ethereum-transactions)
8989
* [Send transaction status notifications with Zapier](/docs/alchemy/enhanced-apis/notify-api/integrate-alchemy-zapier)
9090
* [Integrate transaction notifications with a dApp](/docs/alchemy/enhanced-apis/notify-api/building-a-dapp-with-real-time-transaction-notifications)
9191

0 commit comments

Comments
 (0)