wandb
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name WANDB_TOKEN or zero doctor check-connector --url https://api.wandb.ai/graphql --method POST
Authentication
All requests require an API key passed as a Bearer token:
Authorization: Bearer $WANDB_TOKEN
Key Endpoints
Base URL: https://api.wandb.ai
W&B exposes two main interfaces:
- REST API — run management, artifacts, reports
- GraphQL API — flexible queries at
https://api.wandb.ai/graphql