Skip to main content

Welcome to Orqio

Orqio is a visual automation platform that lets you build, run, and monitor workflows without writing code.

Preview docs

This is the first public version of the Orqio docs. We're actively improving them. Check the Changelog for updates.

Who is this for?

  • Business and operations teams who want to automate processes without writing code
  • Developers who need to integrate Orqio with external systems via the REST API
  • Mixed teams where some people build automations visually and others connect them to backend systems

What can you do with Orqio?

  • Build automations visually by connecting nodes on a canvas -- no coding required
  • Send messages like emails and SMS through your workflows using templates
  • React to events automatically when data changes or an API call comes in
  • Track results with execution reports that show exactly what happened in each run
  • Manage environments with separate workspaces for testing and production

How to get started

New to Orqio? Follow this path:

  1. Quick Start -- set up your first workflow in minutes
  2. Organizations and Workspaces -- understand how Orqio is structured
  3. Blueprints -- learn how automations are designed
  4. Node Types -- explore what each node can do

Need to connect via API?

  1. Authentication -- understand auth options
  2. API Keys -- create and manage API keys
  3. API Reference -- browse available endpoints

Want to learn from examples? Browse Examples for ready-made patterns.

Key concepts at a glance

ConceptWhat it means
OrganizationYour company's account in Orqio
WorkspaceAn environment inside your org (e.g., staging, prod)
BlueprintThe design of an automation -- nodes, connections, and logic
WorkflowA running instance of a blueprint
NodeA single step in a blueprint (trigger, action, condition, etc.)
TemplateReusable message content with variables (for emails, SMS, etc.)
TriggerThe event that starts a blueprint (API call, attribute change)
ReportA detailed record of what happened during a workflow run
CredentialA securely stored secret (API key, token, password)
ExpressionA dynamic value that references data from other nodes

See the full Glossary for detailed definitions.