Interact programmatically with your Vercel account using the SDK.
The @vercel/sdk
is a type-safe Typescript SDK that allows you to access the resources and methods of the Vercel REST API.
To download and install Vercel SDK, run the following command:
Vercel Access Tokens are required to authenticate and use the Vercel SDK.
Once you have created a token, you can use it to initialize the SDK as follows:
Make sure that you create a token with the correct Vercel scope. If you face permission (403) errors when you are already sending a token, it can be one of the following problems:
Learn how to use Vercel SDK through the following categories of examples:
Interact programmatically with your Vercel account using the SDK.
The @vercel/sdk
is a type-safe Typescript SDK that allows you to access the resources and methods of the Vercel REST API.
To download and install Vercel SDK, run the following command:
Vercel Access Tokens are required to authenticate and use the Vercel SDK.
Once you have created a token, you can use it to initialize the SDK as follows:
Make sure that you create a token with the correct Vercel scope. If you face permission (403) errors when you are already sending a token, it can be one of the following problems:
Learn how to use Vercel SDK through the following categories of examples: