The full token is returned once. Store it securely when it is created; the
Console cannot reveal it again.
Create a project credential
- Open the project in the Console.
- Open Settings → API Keys and choose Create project key.
- Enter a label, select the smallest scope set required by the integration, and choose an expiry.
- Create the credential and copy the full token immediately.
Review and revoke
The Console lists each credential’s prefix, last four characters, label, scopes, expiry, creation time, last use, and revocation time. It never displays the full token again. Revoke a credential from the same screen. Confirm that the integration has switched to its replacement before revoking a credential during planned rotation.Organization keys
Open the team without selecting a project, then open Settings → Team API Keys and choose Create team key. The public Platform API does not provide key or token management operations.Safety rules
- Use a project credential for workloads that only need one project.
- Never use a client token to mint another credential.
- Rotate by deploying the new credential before revoking the old one.
- Treat
404 credential not foundas an absent or inaccessible credential. Do not use identifiers from another organization or project.