v0.9 · preview
Documentation

Build on the operational layer for the physical world.

Fibric is agentic AI for anything you run, a building, a warehouse, a paper company's orders. It senses every system, reasons about what is happening, and acts safely, governed by default. These docs show you how to connect a system, define an operator, set a guardrail, and read the receipt for every action it takes.

What Fibric is

Most automation lives inside one screen. Fibric brings reasoning out of the screen and onto the things you actually operate. You point it at the systems you already run, tell it the outcome you want in plain language, and it does the work, end to end, while a policy you set keeps every action in bounds.

Two readers use these docs. Operators run real spaces and operations and want to point and go without writing code. Builders extend Fibric with new operators and connectors and want the SDK, the CLI, and the API. The mental model below is the same for both.

01 · Sense

Unify real-time data from every siloed system into one operational picture.

02 · Reason

Models understand what is happening, predict what is needed, and plan multi-step action.

03 · Act

Control systems and dispatch teams, then leave a receipt for every step.

The mental model

Five pieces fit together. Learn these five and the rest of the docs read easily.

i
Governed by default

Fibric only ever works on real data, a placeholder can never pass as a metric. Every action is checked against a fail-closed policy before it happens: the model proposes, a deterministic executor disposes. Tenant data is provably walled off, and every action leaves a full receipt.

Where to start

Pick the path that matches what you are doing today.

How these docs are organized

The left rail follows the order you will need things. Get started takes you from zero to a first action. Concepts explains the model so the rest makes sense. Build is the hands-on reference for extending Fibric with code. Reference is the exhaustive API and the changelog.

Code blocks are copyable, every heading has a stable anchor, and you can flip the whole reference to a light theme with the toggle in the top bar. If you only read one page first, read the quickstart, it grounds every concept in something you can run.

!
New to Fibric?

Do the quickstart with a sandbox connector first. You never touch a live system, but you see the full loop, sense, reason, propose, dispose, receipt, in about ten minutes.