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-order

Workflows

Multi-step orchestration with JSON DSL

trn:stepflow:acme:wf/daily-report

Triggers

Cron schedules, webhooks, and event sources

trn:igniter:acme:trigger/every-hour

Connectors

Database, API, and MCP integrations

trn:openact:acme:conn/postgres-main
🔐

Secrets

Encrypted credentials with scoped access

trn:credvault:acme:secret/api-key

Parameters

Hierarchical configuration values

trn:paramstore:acme:param/batch-size

How Governance Works

Three Rules. Zero Exceptions.

1

Identity

Every object has a TRN. No TRN = doesn't exist.

trn:<service>:<tenant>:<type>/<name>
2

Operation

Every action is TRN + Operation. No ambiguity. No magic.

trn:stepflow:acme:wf/daily-reportRUN
trn:aionixfn:acme:fn/cleanupINVOKE
trn:credvault:acme:secret/api-keyREAD
3

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

Before

Dig through logs, guess, ask around.

After

Every execution has a traceable record.

Re-run

Before

Afraid it might make things worse.

After

Safe replay with full context.

Change

Before

Frozen system, nobody dares touch.

After

Clear dependencies, safe modifications.

Hand Over

Before

Black box when someone leaves.

After

Self-documenting, transferable system.

Studio

See Governance in Action

Studio design view

Visual workflow editor with drag-and-drop steps

What We Don't Do

Governance, Not Everything

Not a cloud platformRuns locally, no data leaves your network
Not a CI/CD toolDoesn't build or deploy your code
Not a monitoring systemDoesn't collect metrics or send alerts
Not a replacementWraps your existing scripts, doesn't rewrite them

AionixOne does one thing: govern what executes. Everything else is your choice.

Ready to Govern?

Single binary. No cloud required. Up in five minutes.