Go • Goroutines • 80ms avg p50 latency

Ship AI workflows like you write code.

A workflow execution engine built in Go. True parallel node execution, REST API deployment, multi-LLM routing, and sovereign data hosting - without the YAML, the Docker sprawl, or the managed-service lock-in.

Flow StartSelect a trigger typeHttp RequesthttpRequestModelmodelWeb ScraperwebScraperWrite DatawriteDataCodecodeJsSimple Outputoutput

21+ node types. HTTP in, structured output out.

Cross AI, APIs, data, and security

Personal AI Agents

Build your own assistant for daily tasks - email triage, data lookups, scheduled reports, Slack alerts. Your agent, your rules, your data. Deploy as a chat interface or API.

HTTP request node - ubex.ai

Full Backend APIs

Deploy workflows as REST endpoints with auth, rate limiting, IP whitelisting, and CORS. Build complete backends - no Express, no Docker, no infra.

LLM AI model node - ubex.ai

LLM & AI Models

Switch providers without rewriting. OpenAI, Anthropic, Google, Meta, Mistral. Session memory, BYOK.

Database node - ubex.ai

Databases & Data

MySQL, PostgreSQL, MongoDB. Full CRUD, upsert, SSH tunneling. Schema validation with regex and enums. Connection pooling included.

RAG knowledge base node - ubex.ai

RAG & Knowledge Bases

Built-in vector search. Chunk, embed, and query your documents via built-in vector search. Semantic, keyword, or hybrid retrieval - configurable per node.

Logic & Orchestration

Conditions, loops, sub-workflows, cron scheduling, webhooks, retry logic, error handling, custom JavaScript.

Meet Vira - your AI builder

Describe what you want in plain English. Vira creates workflows and agents for you - with full access to every node, integration, and feature on the platform.

See Vira in action
Vira
Create a Stripe webhook that notifies Slack on payments over €100
Done. Webhook trigger → Condition → Slack integration → DB write. Deployed.

Parallel execution.
Not sequential queues.

Most workflow tools execute nodes one after another. When you have 5 API calls, you wait for each one to finish before the next starts. That's slow by design.

We use Go's goroutines for true parallel execution. Independent branches run simultaneously. 5 API calls? They all fire at once. Your workflow completes in the time of the slowest call, not the sum of all calls.

Sequential (Others)vs Parallel (Ours)
API 1
API 2
API 3
Total: ~1500ms (500+500+500)
API 1
API 2
API 3
Total: ~500ms3x faster
Parallel (Go)
80ms
Sequential (Others)
300-500ms
Python Frameworks
500-1000ms
Go 1.21+GoroutinesChannelsZero GC Pause

Each independent node spawns its own goroutine. No thread pool limits. No async/await chains to manage. The runtime handles scheduling - you wire nodes, we execute.

Built for real business. Not demos.

Stop writing boilerplate APIs.

Each deployed endpoint gets a unique URL, JWT or API key auth, configurable rate limits, and a request/response schema. No nginx config. No Express boilerplate.

Debug with step-by-step execution logs. No YAML. No Docker. No infrastructure to manage.
Flow StartSelect a trigger typeHttp RequesthttpRequestModelmodelCodecodeJsSimple Output

500 invoices a day. Zero manual work.

Your team processes documents at scale. Extract data with AI, validate against your schema, write to PostgreSQL, trigger a Slack notification. Schedule it. Forget it.

Check the audit log when your boss asks. Every execution tracked, every data point validated.

Flow StartSelect a trigger typeOCR ExtractorocrExtractModelmodelConditionIFELSEDatabasedatabaseSimple Outputwebhook

Your compliance officer just called.

They want to know how your AI systems stay compliant. Show them: execution logs on every AI decision, human-in-the-loop controls, data that never leaves your jurisdiction.

Deploy on-premise if they need it. SOC 2 audit logs, role-based access, staging environments - all built in.

Flow StartSelect a trigger typeWeb ScraperwebScraperQuery DataqueryDataModelmodelSimple Output

One engine. Your choice of deployment.

Deploy where your regulations demand. Every option includes full security controls.

EU Cloud

Managed by Ubex. Hosted in EU data centers. Zero infrastructure to manage.

  • SLAs
  • Auto-scaling
  • Fully managed
  • EU data residency

VPC / Private Cloud

Deploy in your own virtual private cloud. Your network, our engine.

  • Custom config
  • Network isolation
  • Your infrastructure

On-Premise

Full control. Run the entire engine in your data center. Air-gapped if needed.

  • Complete control
  • Data sovereignty
  • Helm chart available

Every option includes SSL/TLS, API auth, rate limiting, queryable activity logs, and audit logs.

Built with
Go·Angular·PostgreSQL·MongoDB·Redis·Google Cloud (EU)
Supports
OpenAI·Anthropic·Google AI·Meta Llama·Mistral·+ more

What teams are shipping with Ubex

Logistics

Process 10k+ shipment events/hour via webhook triggers with conditional routing per carrier.

E-Commerce

Sync product catalogs via scheduled workflows with schema-validated writes to PostgreSQL and real-time webhook fanout.

Regulated Enterprise

Immutable audit logs on every AI decision. Human-in-the-loop nodes with configurable approval gates.

Start with a workflow. Deploy when it works.

100 free executions/month. No card required. If you hit the limit, you're probably building something worth paying for.

Free tier includes 100 executions/month • No credit card required