Managed A3 runner.
Execute workflows on UBIO-hosted runners with Playwright, the stage engine, and your project layout — no bespoke worker images to maintain.
Coming soon
Automation Cloud is UBIO’s platform for running A3-powered workflows in production — the same stage scripts and playbooks you learn locally, executed deterministically without an LLM in the loop.
Today you author workflows in git, learn sites in the UI, and run sessions on your own infrastructure. Automation Cloud will close the gap to production: schedule runs, fan out across sites and datasets, and operate thousands of deterministic playbacks from one control plane.
Execute workflows on UBIO-hosted runners with Playwright, the stage engine, and your project layout — no bespoke worker images to maintain.
Production runs use learned stages only; models stay in the learning phase, keeping cost and latency predictable at high concurrency.
Declare per-site input fixtures and scale-out targets from config — the same sites/<hostname>/ model you use in development.
Trigger runs on a cron, from an API, or via webhooks; configure concurrency limits, retries, and backoff for flaky targets.
Inject API keys, proxy settings, and per-tenant secrets without committing them to git — scoped to workflows and environments.
Central history for each execution: structured logs, Playwright traces, stage match failures, and output artifacts for downstream systems.
Collect validated workflow outputs and optional playbook snapshots after runs — ready for diffing, warehousing, or audit.
Connect CI/CD so a merged workflow repo promotes a new version; invoke runs from your product backend with typed inputs and outputs.
Separate dev, staging, and production; role-based access to workflows, run history, and cloud configuration.
Infrastructure config is likely to mirror what you already declare for self-hosted runners — workflow path, runtime provider, concurrency, and per-site inputs — so promoting to the cloud is a small step, not a rewrite.
version: '1' workflow: src/workflows/scrape-rates/scrape-rates.workflow.ts runtime: provider: ubio-automation-cloud mode: deterministic llmInLoop: false concurrency: 60 targets: - site: be-synxis-com inputs: src/workflows/scrape-rates/sites/be-synxis-com/inputs.yaml outputs: artifactDir: ./.runs/scrape-rates