# Blueprint Workshop

> Blueprint Workshop - Learn how to construct and modify DataRobot blueprints through a programmatic
> interface.

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.253877+00:00` (UTC).

## Primary page

- [Blueprint Workshop](https://docs.datarobot.com/en/docs/api/code-first-tools/bp-workshop/index.html): Full documentation for this topic (HTML).

## Related documentation

- [Developer documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.
- [Code-first tools](https://docs.datarobot.com/en/docs/api/code-first-tools/index.html): Linked from this page.
- [DataRobot's Python API client](https://docs.datarobot.com/en/docs/api/dev-learning/python/index.html): Linked from this page.
- [Blueprint Workshop setup](https://docs.datarobot.com/en/docs/api/code-first-tools/bp-workshop/bp-setup.html): Linked from this page.
- [Blueprint Workshop overview](https://docs.datarobot.com/en/docs/api/code-first-tools/bp-workshop/bp-overview.html): Linked from this page.
- [Pass features into a task](https://docs.datarobot.com/en/docs/api/code-first-tools/bp-workshop/bp-adv.html): Linked from this page.
- [Workshop walkthrough notebook](https://docs.datarobot.com/en/docs/api/code-first-tools/bp-workshop/bp-walkthru.html): Linked from this page.
- [Advanced feature selection notebook](https://docs.datarobot.com/en/docs/api/code-first-tools/bp-workshop/bp-adv-feat.html): Linked from this page.
- [Custom task notebook](https://docs.datarobot.com/en/docs/api/code-first-tools/bp-workshop/bp-custom-task.html): Linked from this page.

## Documentation content

# Blueprint Workshop

The Blueprint Workshop is built to ensure that constructing and modifying DataRobot blueprints through a programmatic interface is idiomatic, convenient, and powerful. Browse the topics detailed in the table below to get started with the Blueprint Workshop.

Some examples in this documentation reference methods from [DataRobot's Python API client](https://docs.datarobot.com/en/docs/api/dev-learning/python/index.html).

| Topic | Description |
| --- | --- |
| Blueprint Workshop setup | The first-time setup necessary for using the Blueprint Workshop. |
| Blueprint Workshop overview | An overview of the workshop's functionality. |
| Pass features into a task | How to pass one or more specific features to another task. |
| Blueprint Workshop API reference | A complete overview of the Blueprint Workshop API. |

In addition to the documentation that instructs you on how to use the Blueprint Workshop, DataRobot provides code examples to demonstrate common usage.

| Topic | Description |
| --- | --- |
| Workshop walkthrough notebook | An example workflow of basic Blueprint Workshop functionality. |
| Advanced feature selection notebook | How to reference specific columns in a project’s dataset as an input to a task. |
| Custom task notebook | How to create a blueprint with a pre-existing custom task. |
