⭐QuickStart Guide

1. Getting Started with the QuickStart Template

New users can explore our platform using the QuickStart Template workflow, designed to introduce Orchestrator Studio.

You can access our QuickStart Template using this steps:

  1. Login to your Orchestrator dashboard

  2. Select "Studio" on the left pane menu

  3. Press "Select Workflows" on the top page

  4. Choose "QuickStart Template"

QuickStart Template Workflow.

With this template we will:

  1. Fetch mockup BTC Rates, Hot Wallet Balance, and current BTC related news using HTTP Request and Input Prompt node.

  2. Analyzing Risk & Scenario using all of the data and then making HOLD/BUY/SELL decision using multiple Agents

  3. Generate notification for treasury team

2. Running Your Workflows

Execute the Complete Workflow

  1. Press the "Run" button on the top right of your screen

  2. Watch each node highlight as it executes - this shows the workflow is running

  3. View output from each Agent node on Render Output

Run button.

Debug Individual Nodes

You can run each node one by one for debugging purposes:

  • Press the Play icon (top right of each node)

  • Remember: The process runs from Left to Right

This helps identify issues in specific parts of your workflow.

Each node has a Play icon in the top right corner

3. How Nodes Work

Nodes are the main functionality of Studio. Think of them like terminals, any input you add gets processed based on the node type you use.

Examples:

  • Send Slack Message node: Add a message and channel name β†’ automatically sends to Slack (no code needed)

  • Create Payment Request node: Add BTC invoice data (amount, description, customer email) β†’ generates payment link URL

  • Transform: Modify any input to any format you want.

Node Examples.

4. Lets Send The Output Using Gmail

As you can see, we want to send the notification generated on the last Render Output node to the treasury team. Let's add a Send Message node using Gmail:

Adding the Gmail Node

  1. Click the + button on the top left of the studio canvas

  2. Find "Integrations" in the add node window

  3. Select "Gmail - Send Message" node

  4. Add it to studio next to the last Render Output node

Gmail - Send Message node.

Connecting Gmail

  1. Click "Add Connection" on the Gmail - Send Message node

    1. Sign in with your Google account when prompted

    2. Grant permissions - to send emails on your behalf

    3. Confirm connection - You'll see "Gmail Connected βœ…"

Configuring the Message

  1. Fill the Title and Recipients fields with anything you want

  2. Connect the last Render Output node to the Message To Send field

Connecting Render Ouput node with Send Message node.

Your workflow now automatically sends treasury notifications via email!

5. Next Steps: Explore More

Congratulations! You've completed the Quickstart Template and learned the basics of Bitcoin Orchestrator Studio.

What's Next?

  • Try other templates - Explore additional pre-built workflows in the template library

  • Read the documentation - Access detailed guides for advanced features and integrations

  • Build custom workflows - Create your own automation using the nodes you've learned

Ready to automate more of your Bitcoin operations? Start exploring!

Last updated