9 lines
584 B
Markdown
9 lines
584 B
Markdown
---
|
|
title: "How to get Project/Account ID and Token from Vercel"
|
|
---
|
|
1. Go to your Project settings, you'll want to copy the project id (Project Settings > General > Project Id). Save this for later.
|
|
![[vercel-project-id.png]]
|
|
2. Then go your account id ([Personal Account Settings](https://vercel.com/account) > General > Your ID). Save this for later as well.
|
|
![[vercel-account-id.png]]
|
|
3. Finally, generate a token under ([Personal Account Settings](https://vercel.com/account) > Tokens > Create). Finally save the value of the token for the next step.
|
|
![[vercel-create-token.png]] |