Generate and export the IR
Generate IR is the foundation of every downstream analysis. It parses your source and produces an intermediate representation (IR) — a structured model of your services and their relationships — that powers architecture visualization, formal verification, and test generation alike.
Running Generate IR parses the selected repository and emits the IR. In the example below it recovers 41 microservices from a single repository and hands the result to an IR Card, which stores the IR JSON and exposes it to every analysis that follows. You can download the artifact at any point to archive it or share it with other tools.

Steps and outcomes
| Action | Expected output | Customer value |
|---|---|---|
| Run Generate IR | The card reports IR generated, 41 microservices, and 1 repo parsed in the example. | Stakeholders see immediate architecture extraction. |
| Connect to IR Card | The IR Card stores and exposes IR JSON. | The same evidence feeds multiple downstream analyses. |
| Download JSON | Users can export the IR artifact. | The analysis can be archived or shared with other tools. |