Features
How Governance Works
Six resource types. Three rules. Complete traceability.
What Is Governed
Everything That Executes
Six resource types. One addressing scheme. Complete governance.
Functions
Python and Deno functions with isolated execution
trn:aionixfn:acme:fn/process-orderWorkflows
Multi-step orchestration with JSON DSL
trn:stepflow:acme:wf/daily-reportTriggers
Cron schedules, webhooks, and event sources
trn:igniter:acme:trigger/every-hourConnectors
Database, API, and MCP integrations
trn:openact:acme:conn/postgres-mainSecrets
Encrypted credentials with scoped access
trn:credvault:acme:secret/api-keyParameters
Hierarchical configuration values
trn:paramstore:acme:param/batch-sizeHow Governance Works
Three Rules. Zero Exceptions.
Identity
Every object has a TRN. No TRN = doesn't exist.
trn:<service>:<tenant>:<type>/<name>
Operation
Every action is TRN + Operation. No ambiguity. No magic.
Record
Every execution generates a record. Input. Output. Duration. Status.
{
"execution_id": "exec_a1b2c3",
"trn": "trn:stepflow:acme:wf/daily-report",
"started_at": "2025-01-15T09:00:00Z",
"duration_ms": 3420,
"status": "completed",
"steps": 5,
"events": 12
}What Governance Gives You
From Chaos to Clarity
Debug
Dig through logs, guess, ask around.
Every execution has a traceable record.
Re-run
Afraid it might make things worse.
Safe replay with full context.
Change
Frozen system, nobody dares touch.
Clear dependencies, safe modifications.
Hand Over
Black box when someone leaves.
Self-documenting, transferable system.
Studio
See Governance in Action

Visual workflow editor with drag-and-drop steps
What We Don't Do
Governance, Not Everything
AionixOne does one thing: govern what executes. Everything else is your choice.
Ready to Govern?
Single binary. No cloud required. Up in five minutes.