Platform
[fix]net is a single execution layer for agents, services and data. Every workflow is a visual graph you can inspect, replay and scale — no glue code, no hidden state.
Routing, retries, state, observability and scaling are part of the graph — handled by the engine so you only describe the work.
Every edge carries a typed payload. Mismatched connections fail at design time, not at 3am in production.
Runs checkpoint at every node. Restart, replay or fork from any point — long-running agents survive restarts and deploys.
Watch sparks travel the graph in real time. Every run is a trace you can scrub, diff and share.
Queues, rate limits and concurrency are first-class node settings. The graph throttles itself before anything melts.
Credentials are introspected and scoped per node. Rotate once; every connected node picks up the change.
Idle graphs cost nothing. A webhook or schedule wakes the network, runs the work, and settles back down.
Live execution
The canvas is not a diagram of your system — it is your system. Sparks show live calls, colour shows where attention is needed, and a click opens the trace.