Skip to content
New: see your fit and get a tailored quote in minutes.Try the estimator
Menu
Browse documentation

Quickstart

Create a tenant, sign in, and get to your first governed workflow.

This walks you from nothing to a working setup. It takes a few minutes, and you can do all of it during a guided evaluation.

1. Create your tenant

Once your team has set you up after a demo, open your tenant. A tenant is your isolated workspace: its data, connectors, and policy are yours alone, and the platform keeps it separated from every other tenant at the database level.

2. Sign in to the portal

Open the portal and sign in. The portal is where your teams build, deploy, and govern. The first time in, you land on a home view that points to the main areas:

  • Catalog: your services, with a scorecard on each.
  • Connectors: the tools you connect, from source control to scanners to clouds.
  • Pipelines: pipeline runs and their gates.
  • Operate: delivery, reliability, and cost signals.
  • Govern and Secure: policy, evidence, the audit trail, and findings.

3. Connect your first tool

Open Connectors and connect something you already run, such as your source control or CI. The credential you provide goes straight into a dedicated secrets store, scoped to that connector. It never lands in a log or a config file. See Connect a tool for the detail.

4. Scaffold a service

From the catalog, create a service from a golden path. The template wires the new service to your CI, your scanners, and a deploy target, so it starts inside the guardrails. See Create a service.

5. Ship it

Run the pipeline. Your build runners build, your scanners scan, and IntegraCI gates the result against your policy before anything deploys. When it passes, deploy it to your target. See Deploy a service.

Where to go next

If any of the terms above were new, read Core concepts. Otherwise, work through Basic usage in order: it covers each of these steps in depth.