List Depot project tokens
depot_list_project_tokensList project token metadata (ID, description, timestamps) for a Depot project to audit credentials and uncover unrecognized tokens. Read-only; never exposes token secrets.
Instructions
List the project tokens that exist for one Depot container build project: token id, description, and timestamps when Depot provides them. Never the token secret, which Depot only reveals once, at creation, and this server never creates one.
Use this for credential inventory and access reviews: "which tokens exist for this project", "is there a token nobody remembers creating". Pair it with depot_audit_trust_policies for the OIDC side of the same question.
Read-only: creating, rotating, or revoking a token is not offered by this server. Organization token only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project whose tokens to list, from depot_list_projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| tokens | Yes | ||
| returned | Yes | ||
| projectId | Yes |