> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Management API

> Manage Model Distillation providers, tasks, datasets, training jobs, evaluations, routing, analytics, and Automation.

The Model Distillation Management API is the same API used by Studio. Use it to automate the complete workflow from creating a task through evaluating and routing a fine-tuned model.

```text theme={"system"}
https://distillation.training.wandb.ai/v1
```

Requests use your W\&B API key as a bearer token and resolve resources within the entity supplied by the `Wandb-Entity` header.

<Note>
  Start with [authentication and entities](/model-distillation/reference/authentication) before calling the operations below.
</Note>
