# Project-scoped Tokens

DevFeed: [Project-scoped Tokens](<https://devfeed.tech/articles/project-scoped-tokens-1049.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/project-scoped-tokens>)

Author: Bel Curcio

Published: 2026-07-30T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [token](<https://devfeed.tech/tags/token.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

Vercel now supports access tokens scoped to a single project. These tokens can read and write resources only within the selected project; requests targeting other projects or user- or team-level resources are denied.

## Source excerpt

You can now create Vercel Access Tokens that are limited to a project to authenticate and use the Vercel API. A project-scoped token can only read and write resources belonging to a project that the token is scoped to. Requests to any other project, a user-level resource, or a team-level resource will be denied. This ensures jobs, tools, or workflows only ever access the projects they are scoped to. Creating a project-scoped token Navigate to the Account Tokens page, found under the Settings area of your Account. Enter a descriptive token name Open the Scope dropdown and select the team that owns the project, then click the team to drill into its list of projects Select the project you want the token to be limited to Choose an expiration and click Create Make a note of the token created as it will not be shown again Read more