Skip to main content
To resolve permission errors when logging a run to a W&B entity, follow these steps:
  • Verify entity and project names: Ensure correct spelling and case sensitivity of the W&B entity and project names in your code.
  • Confirm permissions: Ensure necessary permissions have been granted by the administrator.
  • Check log-in credentials: Confirm log-in to the correct W&B account. Test by creating a run with the following code:
  • Set API key: Use the WANDB_API_KEY environment variable:
  • Confirm host information: For custom deployments, set the host URL:

Runs Security