Quickstart

Create and run your first B3OS workflow

Quickstart

Get your first automated workflow running in under 5 minutes.

Create an account

Sign up at b3os.org and create an organization.

Tip
The free tier includes up to 3 active workflows and 40K compute units per month.

Create a workflow

From the dashboard, click New Workflow and give it a name and description.

You'll see the visual workflow canvas where you can drag and connect nodes.

Add a trigger

Every workflow starts with a trigger. For this quickstart, select Manual Trigger, which lets you run the workflow on demand.

Info

Other trigger types include Cron Schedule, Webhook, EVM Log, and Token Price. See Triggers for the full list.

Add an action

Click the + button after your trigger to add an action node. Try one of these:

Log

Log a message -- great for testing

Send Slack Message

Send a notification to a Slack channel

HTTP Request

Call any external API

Get Wallet Balances

Fetch token balances for any address

Wire the data

Use expressions to pass data between nodes. For example, to use the trigger's output in an action:

text
{{trigger.result.timestamp}}

See Expressions for the full syntax.

Publish and run

  1. Click Publish to deploy your workflow
  2. Click Run to trigger it manually
  3. Watch the run progress in real-time on the canvas

Check
Your first workflow is now live.

Next steps

Concepts

Learn the core B3OS concepts

Learn More
Actions

Explore available actions

Learn More
Triggers

Explore all trigger types

Learn More
API

Integrate via the REST API

Learn More
Ask a question... ⌘I