Skip to content

Commit 82e8513

Browse files
committed
added account docs
1 parent 4b20050 commit 82e8513

File tree

29 files changed

+403
-166
lines changed

29 files changed

+403
-166
lines changed

apps/portal/src/app/account/account-info/page.mdx

Whitespace-only changes.
Binary file not shown.

apps/portal/src/app/account/api-keys/create/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Input the domains you want to restrict your application to in Allowed Domains th
4646

4747
Store your secret key in a secure location and confirm that you have stored it by checking the checkbox then select Complete.
4848

49-
<Callout variant="warning">
49+
<Callout variant="danger" title="Secret Key">
5050
Do not share secret keys. They grant access to all thirdweb services. Secret
5151
keys should only be used in backend environments like CLI, scripts, and
5252
servers. Never expose secret keys in client-side code due to the lack of

apps/portal/src/app/account/api-keys/edit-services/page.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { DocImage, Steps, Step } from "@doc";
22
import chooseKeyImage from "../assets/choose-key.png";
33
import selectEditImage from "../assets/select-edit.png";
44
import allServicesImage from "../assets/all-services.png";
5-
import smartWalletAPIKeyImage from "../assets/smart-wallet-api-key.png";
65
import { createMetadata } from "@doc";
76

87
export const metadata = createMetadata({
@@ -21,9 +20,9 @@ All services on API keys are enabled by default. If you want to disable any serv
2120

2221
<Steps>
2322

24-
<Step title="Go to Dashboard">
23+
<Step title="Project Settings">
2524

26-
Go to **[your team's projects page](https://thirdweb.com/team)** on the dashboard.
25+
Navigate to the project settings of your dashboard.
2726

2827
</Step>
2928

apps/portal/src/app/account/api-keys/faq/page.mdx

Lines changed: 0 additions & 55 deletions
This file was deleted.

apps/portal/src/app/account/api-keys/page.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ export const metadata = createMetadata({
1212

1313
# API Keys
1414

15-
API Keys are required to use thirdweb's infrastructure services including [Storage](/infrastructure/storage/overview), [RPC Edge](/infrastructure/rpc-edge/overview), [Account Abstraction infrastructure](/connect/account-abstraction), and [In-App Wallets](/connect/in-app-wallet/overview).
15+
Each thirdweb project is equipped with an API key to use thirdweb's infrastructure services including [Storage](/infrastructure/storage/overview), [RPC Edge](/infrastructure/rpc-edge/overview), [Account Abstraction infrastructure](/connect/account-abstraction), and [In-App Wallets](/connect/in-app-wallet/overview).
16+
17+
## Services
1618

1719
API Keys allow you to:
1820

@@ -25,3 +27,9 @@ API Keys consists of two components:
2527

2628
- **Client ID**- Used to access the enabled thirdweb infrastructure services and identify your application using an app bundle ID (identifier for native apps) or domain (identifier for websites). Client IDs can be restricted to allow only specified domains and app bundle IDs to access the enabled services.
2729
- **Secret Key**- Used to access the enabled thirdweb infrastructure services by identifying and authenticating your application from a backend. **Sharing or exposing this key to others is unsafe because it grants access to all services.**
30+
31+
## Obtain API Key
32+
33+
To obtain an API Key, follow the Create Project step in the [Create API Key](/account/api-keys/create) guide.
34+
35+
You can find your API Key in the project settings of your dashboard.

apps/portal/src/app/account/billing/account-info/page.mdx

Lines changed: 0 additions & 48 deletions
This file was deleted.
689 KB
Loading
780 KB
Loading
-74.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)