You need to generate an API token to authenticate with the Depot API. API tokens are scoped to a single organization and grant access to manage projects and builds within your Depot organization.
You can generate an API token for an organization by going through the following steps:
This token can create, update, and delete projects and run builds within your organization. You can revoke this token at any time by clicking Remove API token
in the token submenu.
To authenticate with the Depot API you must pass the token in the Authorization
header of the request. For example, to list the projects in your organization you would make the following request via our Node SDK: