Open source · Self-hosted · 1.0.0-rc.4

Build processes that improve.

Create AI-powered business processes from scratch, run agents, people and systems on durable infrastructure, then turn execution evidence into governed improvements.

Importing supported BPMN is one entry path — not the product story.

Abada Studio showing the complete lead triage process with Gemini, deterministic routing, human review and system tasks
Real process · Real Gemini execution
1.0.0-rc.4
Current evaluation release
323 tests
Recorded release-gate suite
PostgreSQL
Authoritative runtime state
Human-governed
No silent process mutation
One operational lifecycle

From process idea to better process

Abada connects design, execution, operations and controlled evolution instead of leaving teams to assemble separate tools.

Create or import

Design visually, author with AI, use reviewable native source, or import the documented BPMN subset.

Studio

Run

Coordinate Gemini agents, deterministic decisions, human tasks, events and external systems.

Engine

Observe

Inspect persisted results, confidence, attempts, latency, history, incidents and human work.

Operations

Improve

Convert bounded execution signals into validated proposals that authorized people approve or reject.

Insight
Governed AI execution

Gemini becomes a workflow participant

The model call is not hidden behind an opaque automation. Its prompt, selected inputs, output contract, confidence threshold and recovery policy are part of the versioned process.

  • Structured outputs for deterministic downstream routing
  • Durable jobs with retry metadata and persisted results
  • Human review when the business process requires it
Gemini node configuration in Abada Studio
Gemini 3.6 FlashModel · prompt · schema · confidence · retry
Durable operations

Every execution leaves usable evidence

Operators can see what ran, what the agent returned, where the process routed, and whether a person or system completed the next step.

  • PostgreSQL-backed workflow and work state
  • Restart recovery, durable leases and transactional outbox
  • Immutable definition versions and backend RBAC
Abada operations view showing completed lead triage executions
Real lead-triage runsPersisted status and runtime telemetry
Insight Engine

Evidence becomes a proposal — never a silent rewrite

Insight detects bounded operational signals, asks the LLM for a candidate improvement, validates the proposed source, and presents a diff for human review.

  • Facts → findings → validated proposal
  • Approve or reject under explicit reviewer policy
  • Adoption creates a new immutable version
Abada Insight view showing a real LLM-generated proposal and human review controls
Real local execution4 LOW runs · FALLBACK_THRASH · proposal remains unapproved
Product proof

See the complete loop in 84 seconds

A real Lead Triage process: create, run with Gemini, inspect persisted results, complete human work, and review an Insight proposal.

1080pEnglish captionsReal Gemini runNo simulated result
Reliable by design

AI-native without weakening the process engine

The production contract stays database-authoritative. Agents consume the same durable work model as other external participants.

Execution architecture

Clear responsibilities. Recoverable work.

Remote model calls stay outside workflow-state transactions. Results return through authenticated worker contracts and advance state atomically.

DesignStudio · APL · supported BPMN import
StateEngine · PostgreSQL · immutable definitions
WorkAgent Worker · Gemini · external adapters
ControlRBAC · audit history · reviewer policies
Failure recovery

Designed to resume

Durable leases, retry metadata, idempotent commands and transactional outbox delivery support restart recovery and at-least-once side effects.

Data control

Self-hosted

Run the platform, operational state and model configuration on infrastructure you control — on-premises or in your cloud.

Interoperability without the baggage

Create natively. Import when needed.

Modernization is one adoption path. Abada is equally designed for processes created directly in Studio.

Native creation

Start with the process you want

Use the visual designer, assisted authoring or reviewable abada.io/v1 source. Add agents, human forms, decisions, events and system work as first-class nodes.

BPMN adoption path

Bring the process you have

Execute, import, convert and export the documented BPMN subset. Unsupported execution semantics fail explicitly instead of being accepted ambiguously.

Run it yourself

Start the self-hosted stack

Docker is required. The verified installer downloads and starts the platform.

curl -fsSL https://install.abadaplatform.com/install.sh | bash