> ## 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 Auth

> Create the integration authentication object required for syncing secrets.

## Integration Authentication Parameters

The integration authentication 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="integration" type="string" initialValue="aws-secret-manager" required>
      This value must be **aws-secret-manager**.
    </ParamField>

    <ParamField body="workspaceId" type="string" required>
      Infisical project id for the integration.
    </ParamField>

    <ParamField body="accessId" type="string" required>
      The AWS IAM User Access ID.
    </ParamField>

    <ParamField body="accessToken" type="string" required>
      The AWS IAM User Access Secret Key.
    </ParamField>
  </Tab>

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

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