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:
- Quick Start -- set up your first workflow in minutes
- Organizations and Workspaces -- understand how Orqio is structured
- Blueprints -- learn how automations are designed
- Node Types -- explore what each node can do
Need to connect via API?
- Authentication -- understand auth options
- API Keys -- create and manage API keys
- API Reference -- browse available endpoints
Want to learn from examples? Browse Examples for ready-made patterns.
Key concepts at a glance
| Concept | What it means |
|---|---|
| Organization | Your company's account in Orqio |
| Workspace | An environment inside your org (e.g., staging, prod) |
| Blueprint | The design of an automation -- nodes, connections, and logic |
| Workflow | A running instance of a blueprint |
| Node | A single step in a blueprint (trigger, action, condition, etc.) |
| Template | Reusable message content with variables (for emails, SMS, etc.) |
| Trigger | The event that starts a blueprint (API call, attribute change) |
| Report | A detailed record of what happened during a workflow run |
| Credential | A securely stored secret (API key, token, password) |
| Expression | A dynamic value that references data from other nodes |
See the full Glossary for detailed definitions.