Prepare Your Environment

First let's setup your OCI tenancy.

Prepare Your User

In Oracle Cloud Infrastructure (OCI), API keys are used for secure authentication when accessing OCI resources through REST APIs. OCI API keys consist of two parts: a public key and a private key. Use the OCI console to generate the public and private key pair.

To generate API keys using the OCI console:

  1. Log in to your OCI tenant.
  2. View the user's details:
    • If you're adding an API key for yourself:
      • Open the Profile menu, and click My profile.
    • If you're adding an API key for another user:
      • Open the navigation menu and click Identity and Security.
      • Under Identity, click Users.
      • Locate the user in the list, and click the user's name to view the details.
  3. In the Resources section, click API Keys.
  4. Click Add API Key.
  5. Select Generate API Key Pair.
  6. Click Download Private Key and save the key to your .OCI directory. In most cases, you do not need to download the public key.
  7. Click Add.
    The key is added and the Configuration File Preview is displayed. The file snippet includes required parameters and values you'll need to create your configuration file. Copy and paste the configuration file snippet from the text box into your ~/.oci/config file.

Select a Compartment

Identify the compartment you're working in.

  1. Navigate to Identity, and then Compartments.
  2. Locate your compartment and note the compartment's OCID.

Create a Bucket to Store Meetings

Create a bucket in your compartment.

  1. Navigate to Storage, then click Object Storage and Archive Storage.
  2. Click Buckets, then click Create Bucket.
  3. Enter AI_Meetings for the bucket name.
  4. Click Create.