> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudgeni.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# OCI Setup

> Connect OCI with a dedicated read-only user and API key, then use the account for inventory and benchmark-oriented review.

# OCI Setup

OCI currently uses the manual credential path in the Cloudgeni UI.

You need:

* A tenancy
* A dedicated OCI user
* An API key pair
* A read-oriented policy for the compartments you want Cloudgeni to inspect

## Minimal Policy Shape

Create a group such as `CloudGeniReaders`, put the dedicated user in that group, and add policy
statements like:

```text theme={null}
Allow group CloudGeniReaders to inspect compartments in tenancy
Allow group CloudGeniReaders to read all-resources in tenancy
```

Then upload the public key to the OCI user and enter:

* Tenancy OCID
* User OCID
* Fingerprint
* Private key

in the Cloudgeni form.

## What OCI Enables

OCI is still useful for:

* Resource inventory
* Agent context
* CIS-oriented benchmark coverage where the framework model supports it

## Next

<CardGroup cols={2}>
  <Card title="Connect Cloud" icon="cloud" href="/getting-started/connect-cloud-accounts">
    Return to the shared cloud setup page.
  </Card>

  <Card title="CIS Benchmarks" icon="list-check" href="/compliance/cis-benchmarks">
    Read the current benchmark guidance that applies to OCI in Cloudgeni.
  </Card>
</CardGroup>
