-
Notifications
You must be signed in to change notification settings - Fork 765
Closed
e2b-dev/dashboard
#33Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The CLI README states:
Lines 21 to 28 in 130773e
| > [!NOTE] | |
| > To authenticate without the ability to open the browser, provide | |
| > `E2B_ACCESS_TOKEN` as an environment variable. Get your `E2B_ACCESS_TOKEN` | |
| > from the Personal tab at [e2b.dev/dashboard](https://e2b.dev/dashboard). Then use the CLI like this: | |
| > `E2B_ACCESS_TOKEN=sk_e2b_... e2b build`. | |
| > [!IMPORTANT] | |
| > Note the distinction between `E2B_ACCESS_TOKEN` and `E2B_API_KEY`. |
There is also this link:
Lines 18 to 19 in 130773e
| case 'E2B_ACCESS_TOKEN': | |
| link = 'https://e2b.dev/dashboard?tab=personal' |
That link does not work. I do not see a way to create E2B_ACCESS_TOKEN.
To Reproduce
Visit https://e2b.dev/dashboard?tab=personal or https://e2b.dev/<my-org>/dashboard?tab=personal
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working