> ## Documentation Index
> Fetch the complete documentation index at: https://infisical-groups-phase-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create

> Create an integration to sync secrets.

## Integration Parameters

The integration creation endpoint is generic and can be used for all native integrations.
For specific integration parameters for a given service, please review the respective documentation below.

<Tabs>
  <Tab title="AWS Secrets manager">
    <ParamField body="integrationAuthId" type="string" required>
      The ID of the integration auth object for authentication with AWS.
      Refer [Create Integration Auth](./create-auth) for more info
    </ParamField>

    <ParamField body="isActive" type="boolean">
      Whether the integration should be active or inactive
    </ParamField>

    <ParamField body="app" type="string" required>
      The secret name used when saving secret in AWS SSM. Used for naming and can be arbitrary.
    </ParamField>

    <ParamField body="region" type="string" required>
      The AWS region of the SSM. Example: `us-east-1`
    </ParamField>

    <ParamField body="sourceEnvironment" type="string" required>
      The Infisical environment slug from where secrets will be synced from. Example: `dev`
    </ParamField>

    <ParamField body="secretPath" type="string" required>
      The Infisical folder path from where secrets will be synced from. Example: `/some/path`. The root of the environment is `/`.
    </ParamField>
  </Tab>

  <Tab title="GCP Secrets manager">
    Coming Soon
  </Tab>

  <Tab title="Heroku">
    Coming Soon
  </Tab>
</Tabs>
