# Blueprint JSON

> Blueprint JSON - How to use blueprints, which show the high-level end-to-end procedure for fitting
> the model, including preprocessing steps, algorithms, and post-processing.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.580306+00:00` (UTC).

## Primary page

- [Blueprint JSON](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/blueprint-json.html): Full documentation for this topic (HTML).

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [Modeling](https://docs.datarobot.com/en/docs/classic-ui/modeling/index.html): Linked from this page.
- [Model insights](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/index.html): Linked from this page.
- [Describe](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/describe/index.html): Linked from this page.
- [Blueprints](https://docs.datarobot.com/en/docs/api/reference/public-api/blueprints.html): Linked from this page.

## Documentation content

# Blueprint JSON

[Blueprints](https://docs.datarobot.com/en/docs/api/reference/public-api/blueprints.html) are ML pipelines containing preprocessing steps, modeling algorithms, and post-processing steps. They can be generated either automatically as part of Autopilot or manually/programmatically.

Use the Blueprint JSON tab to view and copy the JSON associated with the tasks in the blueprint. Access to the JSON for DataRobot tasks supports the following capabilities:

- Map the components to open-source code, creating an open-source equivalent to the DataRobot blueprint.
- Copy the code from this tab, or retrieve it programmatically via the API, and incorporate it into notebooks.
