KiCI

Discover what you can do with KiCI

Each post walks through a real KiCI capability — with embedded, tested code you can run yourself.

2026-08-29

Any workflow engine is a burst pool for your CI

A KiCI agent is a process, not a server — so anything that can run one can host it, including the CI minutes you already pay for. GitHub Actions becomes a free burst pool; the trade is that you inherit its SLA.

2026-08-19

One pipeline, every repo's own tests

An org-wide pipeline can call each repo's opt-in tests and gate on them — required by default, tracked as jobs in one run. This is invokeSource.

2026-08-17

Autoscale onto any cloud by writing a workflow, not an integration

KiCI ships no cloud-provider driver, and it does not need one. Autoscaling is a TypeScript workflow the scaler drives with events — so you are never blocked by a missing integration. Any cloud KiCI does not natively support, you extend it onto yourself.

2026-08-14

One repo, every repo: org-wide CI with global workflows

Define one CI pipeline in one repo and run it across every repo in your org — push, not pull — with three levels of per-repo adaptivity.