BPAX BPAX

Business Process Agent eXchange

The governance bridge between BPMN and Agent Skills. Import processes, apply governance, export to agentic AI.

Example Workflow

Loading demo...

Process Graph
Agent Skill

How BPAX Fits

MCP
Agent ↔ Tool

Model Context Protocol connects agents to external tools and data sources.

A2A
Agent ↔ Agent

Agent-to-Agent protocol enables coordination between autonomous agents.

BPAX
Process ↔ Governance

The workflow contract. Defines what should exist, validates what does exist. Framework-agnostic.

Quick Start

# Install the CLI
npm install -g @bpax/cli
# Validate your workflow spec
bpax validate workflow.bpax
# Export the contract for your AI coding tool
bpax context workflow.bpax -f prompt --framework langgraph