Skip to main content

Quickstart: run and improve a Blueprint in 10 minutes

Time required: 10 minutes By the end of this quickstart, you will have forked a public Blueprint, run it with a sample input, inspected an execution, changed one instruction, added a human checkpoint, and saved a private version.
Sample used in this guide: The current Public Libraries catalog does not contain a Blueprint literally named “Getting Started Blueprint.” This path uses the public Compliance-Ready Summarization Pipeline as the sample because it has a visible multi-step workflow, a model connection, test controls, and a human-review pattern.

Fork the sample Blueprint

Open the public sample Blueprint, then choose Fork to create your private working copy.

Prerequisites and plan requirements

  • A Blueprint account. Create an account or sign in before forking and running the sample.
  • Access to Public Libraries and permission to create a private Blueprint.
  • A model connection. A default organization connection may be available; otherwise select a connection approved for your workspace.
  • A plan with remaining Blueprint runs, AI tokens, compute time, and private Blueprint capacity. The Free plan is sufficient for a small first run when those limits are available; organization workspaces may require an administrator-approved connection.
  • A safe sample input. Do not paste confidential, personal, regulated, or production data into this first run.

1. Sign in and open Public Libraries

Open Blueprint, create an account or sign in, and select Public Libraries from the left navigation. Search for Compliance-Ready Summarization Pipeline, open the public result, and review its description, visibility, categories, tags, required inputs, and human-review behavior before using it. Public Libraries overview If you do not see Public Libraries, confirm that you are signed in to the correct workspace and ask an administrator whether your account has access.

2. Fork the sample Blueprint

Open the sample Blueprint and choose Fork or the equivalent copy action. Name the copy something such as Quickstart — Grounded Summary. Forking creates your working copy so the public Blueprint remains unchanged. Keep the copy private while you test it. Blueprint editor workflow

3. Select a model

In the Blueprint editor, review the current AI connection. If the sample uses a default connection, you may see Use Default AI and the selected model. Select Change AI connection or model when you need to choose another approved connection. Confirm that the model is available before running the Blueprint.

4. Enter the sample input

Use this safe sample input. Copy it into the first input field or test variable shown by the Blueprint:

5. Run the Blueprint

Open Test & Debug and stay on Dry Run. If you need a real model response, turn on Use Live AI Provider and confirm that the selected connection is approved. Select Run All. Wait for the run to complete before changing the Blueprint. Blueprint test and debug panel The expected result is a grounded response with four labeled sections. It should preserve the confirmed facts, identify what is still unknown, call out the temporary traffic risk, and end with a human review decision. It should not introduce facts that are missing from the sample input.
If you do not see this…
  • If Run All is unavailable, confirm that the Blueprint is saved and that you are on Test & Debug → Dry Run.
  • If the live provider switch is unavailable, select an approved model connection or ask your administrator to configure one.
  • If the run stops immediately, review the node error and check your remaining tokens, compute time, and Blueprint-run limit.
  • If the output invents facts, keep the source-only constraint, tighten the AI instruction, and run again.
  • If the fork button is missing, confirm that you opened the public asset rather than an organization copy and that your account can create a private Blueprint.

6. Inspect one node’s result

Open Execution and start the execution if it has not already been started. Select one completed node in the visualizer, then open Step Details. Record:
  • The node input.
  • The node output.
  • The node status.
  • The node latency.
  • The token usage.
Compare the node input with the output so you can see exactly how the instruction transformed the sample. Use the execution visualizer and step details rather than judging the final answer alone.

7. Change one instruction and compare a second run

Return to the Blueprint editor and change only one instruction. For example, add:
Keep the final summary under 80 words and put the human review decision last.
Save the draft, run the same sample input again, and compare the second output with the first. Note whether the length, ordering, and factual grounding changed as expected. Blueprint test/debug comparison point

8. Add a human checkpoint

In the Blueprint editor, choose Add Node, filter to Human-in-the-Loop, and select Human Checkpoint. Place the checkpoint after the grounded summary node and before the result is published or passed to the next external action. Give it a title such as Review before publication, define the review instructions, and specify who should approve it. Use a checkpoint when a person must review accuracy, safety, permissions, or policy before the workflow continues. Blueprint manual or review mode

9. Save a private version

Select Save in the Blueprint editor and add a note such as Quickstart: added grounded summary constraint and review checkpoint. Keep the working copy private in Permissions or the Blueprint settings. Do not select Publish to Org or publish to Public Libraries during this quickstart. You now have a private, tested version with a repeatable run, an inspected node, a controlled instruction change, and a human review gate.

Short starts by role

Explorer: discover and run an existing asset

Open Public Libraries, search by goal or category, open an asset, review its description, inputs, visibility, dependencies, and data handling, then choose Run, Chat, or Use this KB when available. Fork the asset before changing it.

Builder: create a Blueprint

From Launchpad or Org Home, select New → New Blueprint. Start with one clear input, one model step, and one expected output. Run it in Test & Debug, inspect the execution, and add data, logic, tools, or human review only when the task requires them.

Chatbot builder: publish a grounded assistant

Select New → New Chatbot, enter its name and description, then configure Manage, Knowledge, Configure, Test Scenarios, and Deployments. Test grounded questions and out-of-scope requests before choosing Organization or Public visibility.

Developer: execute a Blueprint through the API

Open a Blueprint’s API tab to review the available execution documentation and authentication requirements. Use a private or organization-approved Blueprint, send a safe test input, and verify the returned execution status and output before integrating it into an application.

Organization administrator: invite users and configure approved connections

Open Org Home and Org Settings to invite users, assign organization roles, and manage approved model connections. Confirm seat and plan limits, establish which connections teams may use, and define the review process for organization and public assets.
This guide takes you from discovery to a tested, shareable AI tool. You will orient yourself in the Blueprint workspace, find a public or organization-owned starting point, build a Prompt, Blueprint, Chatbot, or Agent, and verify the result before sharing it.

Sign in and orient yourself

Open the Blueprint web app at https://www.iblueprint.ai and sign in. Once you are in your organization workspace, start at Launchpad to choose your next action. Use Org Home to understand the organization workspace and its owned resources. From the sidebar, organization libraries are labeled Org Prompts, Org Blueprints, Org Chatbots, Org Agents, and Org Knowledge. Public Libraries remains the place to discover community-published assets. If you do not see Launchpad, Org Home, or an organization library, ask your organization administrator about access.

Discover before you build

Open Public Libraries to browse curated collections, categories, and asset types. Search for a goal or topic, then narrow by Prompts, Blueprints, Chatbots, Agents, Data Commons, MCP Servers, or Tools / skills. In the organization libraries, look for assets your team has already reviewed. Before you use an asset, check its purpose, inputs, expected outputs, visibility, dependencies, connected tools, knowledge sources, and data-handling requirements. Use a public asset as a starting point. Fork it before adapting it so the published version remains unchanged. Full discovery and reuse guidance: https://docs.iblueprint.ai/using-public-libraries-in-blueprint

Choose the right starting asset

Prompt

Choose a Prompt when the work is a focused instruction for an AI model. Build a clear input and expected output, then run the Prompt or chat with it to compare responses.

Blueprint

Choose a Blueprint when the work requires multiple steps. Combine AI, data, logic, tools, and human review into a runnable workflow, then inspect the execution step by step.

Chatbot

Choose a Chatbot when people need an interactive conversation. Configure the experience and test realistic user questions, follow-ups, and edge cases.

Agent

Choose an Agent when you need a reusable assistant with a defined purpose, tools, knowledge, and operating boundaries. Test it with realistic tasks before sharing it.

Build your first tool

From Launchpad, Org Home, or the signed-in workspace, choose + New and select the tool you want to create. Give it a specific name and state what a successful result looks like.