Open source under Apache 2.0 — v1.0.0 released

Build, execute, observe, and govern AI agents

SOIT is an open-source governed agent runtime. Permissions, secrets, egress, audit, cost, trace, and replay are built into the runtime — these docs take you from a local quickstart to production operations.

quickstart
$ git clone https://github.com/soit-ai/soit.git && cd soit
$ cp .env.example .env
$ docker compose -f docker/docker-compose.yml up -d postgres redis minio etcd milvus vault migrate bootstrap api web knowledge-ingest-worker
01

Build

Compose agents, workflows, knowledge, models, plugins, and MCP tools with versioned specs.

02

Execute

Run everything through one runtime ledger with checkpoints, retries, and multi-model routing.

03

Observe

Inspect steps, tool calls, citations, costs, traces, and replayable run evidence.

04

Govern

Apply workspace scope, RBAC, secret references, egress policy, and audit on every run.

Documentation sets

Everything is organized under the Framework docs — start anywhere below.

SOIT Community is released under the Apache License 2.0 — see the project README for details.