Blueprints

Last updated: Apr 2026

Blueprints are pre-built workflow patterns that you can use as starting points. ORCFLO supports two types: Official blueprints maintained by the ORCFLO team, and User-published blueprints shared by the community.

Blueprint Types

The blueprint gallery contains two categories of blueprints, each with different characteristics.

TypeDescriptionExamples
Official BlueprintsCreated and maintained by the ORCFLO team. Vetted for quality, follow best practices, and are regularly updated. Show a "Verified" badge.Customer Support Bot, Content Summarizer, Lead Qualification, Email Classifier
User-Published BlueprintsCreated and published by ORCFLO users. Browse community contributions, use workflows others have built, or share your own creations.Published by users, can be updated, can be unpublished

Blueprint Badge

Official blueprints show a "Verified" badge in the gallery. User-published blueprints show the author's name and publish date.

Using Blueprints

Starting from a blueprint is the fastest way to build common workflows. Blueprints come pre-configured with nodes, connections, and sensible defaults.

1

Browse the blueprint gallery

Click "New Workflow" and select "From Blueprint" or navigate to the Blueprints page in the sidebar.

2

Filter and search

Filter by source (Official / Community / Featured) and category in the sidebar. Use the search bar to find blueprints by name, description, or tags.

3

Preview and select

Click a blueprint card to preview its structure, description, node count, and execution mode.

4

Create from blueprint

Click "Use Blueprint" to create a new workflow. This creates an independent copy you can modify freely.

Blueprint Independence

Workflows created from blueprints are independent copies. Changes you make won't affect the original blueprint or other users' copies.

Filtering & Discovery

The blueprint gallery provides a sidebar with source and category filters alongside full-text search, making it easy to find exactly what you need.

Source Filters

  • All: Show every blueprint in the gallery
  • Official: Blueprints maintained by the ORCFLO team - vetted for quality and best practices
  • Community: User-published blueprints shared by the ORCFLO community
  • Featured: Hand-picked highlights from both official and community sources

Categories

Blueprints are organized into broad use-case categories. Click a category in the sidebar to filter the gallery. Available categories include AI & LLMs, Content & Writing, Data & Analytics, Web Scraping, Developer Tools, and more.

Tags

When publishing, you can add up to 5 free-form hashtag-style tags to your blueprint (e.g., "slack", "summarization", "report"). Tags are searchable from the search bar, allowing fine-grained discovery.

Search is Tag-Aware

The search bar searches across blueprint names, descriptions, and tags. If you're looking for something specific, try searching by the tool or concept (e.g., "slack" or "pdf").

Publishing Blueprints

Share your workflows with the community by publishing them as blueprints. Any workflow can be published as a user blueprint.

1

Open your workflow

Navigate to the workflow you want to publish in the editor.

2

Click "Publish as Blueprint"

Find this option in the workflow menu (three dots) or the Share dropdown.

3

Add metadata

Provide a name, description, category, difficulty, estimated runtime, and up to 5 tags. Good descriptions and relevant tags help users discover your blueprint.

4

Confirm publish

Your blueprint is now available in the "User Published" section of the blueprint gallery.

Remove Sensitive Data

Before publishing, ensure you've removed any sensitive information like API keys, personal data, internal URLs, or proprietary prompts. Published blueprints are visible to all ORCFLO users.

Push Updates

After publishing, you can update your blueprint to incorporate improvements, fix issues, or add new features. Use "Push Update" to sync your latest workflow changes to the published blueprint.

  • Make changes to your original workflow in the editor
  • Click "Push Update" to sync changes to the published blueprint
  • New users will get the updated version when they use the blueprint
  • Existing workflows created from the blueprint are not affected

Version Independence

Push updates only affect the blueprint definition. Users who have already created workflows from your blueprint keep their independent copies unchanged.

Unpublishing

You can remove your blueprint from the public gallery at any time by unpublishing it.

1

Open your published workflow

Navigate to the workflow that is currently published as a blueprint.

2

Click "Unpublish"

Find this in the workflow menu or the Share dropdown.

3

Confirm unpublish

The blueprint is removed from the public gallery. Your workflow remains in your account.

What Happens When You Unpublish

  • Blueprint is removed from the gallery immediately
  • No new users can use the blueprint
  • Existing workflows created from the blueprint continue to work
  • Your original workflow is not deleted
  • You can republish the same workflow later

Best Practices

  1. Write clear descriptions: Explain what the blueprint does, required inputs, and expected outputs.
  2. Remove sensitive data: Clear API keys, personal info, and proprietary prompts before publishing.
  3. Test before publishing: Run your workflow with sample data to ensure it works correctly.
  4. Use meaningful names: Name nodes and steps descriptively so users understand the flow.

Common Mistakes to Avoid

MistakeFix
Publishing with API keysAlways remove credentials before publishing. Use placeholder text like "YOUR_API_KEY"
Vague blueprint nameUse specific names: "Customer Support Email Classifier" not "Email Handler"
No descriptionWrite a description explaining what the blueprint does, its inputs, and outputs
Forgetting to push updatesAfter fixing bugs, remember to push update so new users get the fix