| Centre of gravity | Running pipelines. A platform that builds, tests, and ships your code, often bundling source control, boards, and artifact registries around it. | Governance and the developer platform. Policy, audit, and tenant isolation sit at the centre, with delivery as one of the things they gate across the whole SDLC. |
| Security gates | Scan steps run as pipeline stages. Whether a failing scan actually blocks a release is a convention you wire and maintain in pipeline config. | Security scans run in the pipeline and a build that breaks policy is blocked before it promotes. The gate is part of the platform, not a step you remember to add. |
| AI in the workflow | Pipelines are the product. AI assistance, if used, comes from tools you bring and govern yourself, outside the pipeline. | AI is native and governed: a single AI gateway, human-in-the-loop approvals, and policy gates on every agent action, so automation stays inside your rules. |
| Governance & compliance | Pipeline logs and run history record what happened. Broader compliance evidence and a tamper-evident trail are things you assemble around it. | Policy lives as code, the audit trail is tamper-evident and exportable, and compliance policy bundles ship for common frameworks (policy bundles, not certification). |
| Connectors | Strong inside its own ecosystem, with plugins and integrations that extend the pipeline you run on it. | You connect your own: a broad library of connectors to the CI, scanners, and clouds you already run. IntegraCI governs them rather than replacing them. |
| Multi-tenancy | Organised around projects, groups, and pipeline permissions in your own setup, with isolation handled at the application layer. | Database-enforced tenant isolation out of the box. Database-enforced row-level security keeps tenants apart on its own, so there is no app-layer filtering to trust. |
| Hosting & licensing | A pipeline platform you adopt and run within its model, hosted or self-managed depending on the offering. | Self-hostable to air-gapped infrastructure, or managed. A guided evaluation to begin, self-hosted to air-gapped or managed. |