Cloud PlatformGetting Started

Cloud Platform: Getting Started

The BioNodulo cloud platform runs your workflows on managed, memory-rich infrastructure so you don’t have to provision servers. This page orients you to the cloud app; for a hands-on walkthrough see the Cloud Quickstart.

Sign in

Go to cloud.bionodulo.com and create an account. The Free tier requires no payment method and includes 500 credits/month.

The dashboard

After signing in you land on the dashboard:

  • Workflows — your saved graphs. Editing is always free.
  • Runs — execution history with logs, outputs, and credit cost.
  • Usage — credit balance, burn rate, and alerts.
  • Team — members and roles (Team tier and above).
  • Settings — billing, API keys, and account preferences.

Free vs. paid

  • Building and editing workflows is always free, on every tier including Free.
  • Credits are spent only while a workflow actually executes, billed per-second of compute at the chosen resource tier.
  • When monthly credits run low you can top up or upgrade.

Ephemeral, scale-to-zero compute

Your per-user environment is an ephemeral container that scales to zero when idle, so you are never charged for sitting in the editor. Heavy execution runs in separate, larger pods sized to your tier. See the Execution Model for details.

Moving between desktop and cloud

Workflows are portable JSON. Prototype on the desktop app, then Import the same graph into the cloud to run it at scale — or export a cloud workflow to run locally.

Next