Weights & Biases is the ML developer platform for experiment tracking, model registry, artifact management, sweeps, reports, and (Weave) GenAI evaluation. The W&B API is primarily a GraphQL endpoint, surfaced through a Python wandb.Api SDK.
URL: Visit APIs.json URL
Run: Capabilities Using Naftiko
- x-type: company
- W&B GraphQL API - Public API at
https://api.wandb.ai/graphql. Backs the Pythonwandb.Api()SDK. Runs, projects, sweeps, artifacts, reports, registries, automations. - W&B Import API (HTTP) - HTTP file/import endpoint used by the wandb client to push metrics and artifacts.
- ML, MLOps, Experiment Tracking, Model Registry, GenAI
- Created: 2026-05-08
- Modified: 2026-05-08
- Pricing reconciled (research): Free (5 model seats, 5 GB storage), Pro from $60/mo (10 model seats, 100 GB), Enterprise custom. Weave data ingestion at $0.10/MB on Pro. Self-hosted W&B Server is free for personal use.
- Public API is GraphQL, not REST — query semantics handled through the SDK with MongoDB-style filtering on runs/artifacts.
- No published per-account REST rate limit.
FN: Kin Lane
Email: kin@apievangelist.com