---
title: "POST /applications"
method: POST
path: "/applications"
---

# POST /applications

`POST /applications`

Creates an Amazon Q Business application.

There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see [Amazon Q Business tiers](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#user-sub-tiers). You must use the Amazon Q Business console to assign subscription tiers to users.

An Amazon Q Apps service linked role will be created if it's absent in the Amazon Web Services account when `QAppsConfiguration` is enabled in the request. For more information, see [Using service-linked roles for Q Apps](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html).

When you create an application, Amazon Q Business may securely transmit data for processing from your selected Amazon Web Services region, but within your geography. For more information, see [Cross region inference in Amazon Q Business](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cross-region-inference.html).

## Request body

- object
  - `displayName` string, required — A name for the Amazon Q Business application.
  - `roleArn` string — The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics. If this property is not specified, Amazon Q Business will create a <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles.html#slr-permissions">service linked role (SLR)</a> and use it as the application's role.
  - `identityType` 'AWS_IAM_IDP_SAML' | 'AWS_IAM_IDP_OIDC' | 'AWS_IAM_IDC' | 'AWS_QUICKSIGHT_IDP' | 'ANONYMOUS' — The authentication type being used by a Amazon Q Business application.
  - `iamIdentityProviderArn` string — The Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.
  - `identityCenterInstanceArn` string — The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.
  - `clientIdsForOIDC` ClientIdForOIDC[] — The OIDC client ID for a Amazon Q Business application.
  - `description` string — A description for the Amazon Q Business application.
  - `encryptionConfiguration` object — Provides the identifier of the KMS key used to encrypt data indexed by Amazon Q Business. Amazon Q Business doesn't support asymmetric keys.
    - `kmsKeyId` string, password — The identifier of the KMS key. Amazon Q Business doesn't support asymmetric keys.
  - `tags` Tag[] — A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
    - `key` string, required — The key for the tag. Keys are not case sensitive and must be unique for the Amazon Q Business application or data source.
    - `value` string, required — The value associated with the tag. The value may be an empty string but it can't be null.
  - `clientToken` string — A token that you provide to identify the request to create your Amazon Q Business application.
  - `attachmentsConfiguration` object — Configuration information for the file upload during chat feature.
    - `attachmentsControlMode` 'ENABLED' | 'DISABLED' — Status information about whether file upload functionality is activated or deactivated for your end user.
  - `qAppsConfiguration` object — Configuration information about Amazon Q Apps.
    - `qAppsControlMode` 'ENABLED' | 'DISABLED' — Status information about whether end users can create and use Amazon Q Apps in the web experience.
  - `personalizationConfiguration` object — Configuration information about chat response personalization. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html">Personalizing chat responses</a>.
    - `personalizationControlMode` 'ENABLED' | 'DISABLED' — An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.
  - `quickSightConfiguration` object — The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider. For more information, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/create-quicksight-integrated-application.html">Creating an Amazon Quick Suite integrated application</a>.
    - `clientNamespace` string — The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see <a href="https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html">Namespace operations</a>.

## Response `200`

Success

- CreateApplicationResponse
  - `applicationId` string — The identifier of the Amazon Q Business application.
  - `applicationArn` string — The Amazon Resource Name (ARN) of the Amazon Q Business application.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ConflictException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — AccessDeniedException
- `486` — ServiceQuotaExceededException

---

[API](https://skmtc.net/aws/apis/qbusiness.md) · [All operations](https://skmtc.net/aws/apis/qbusiness/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/qbusiness/revisions/82966d6c4053/schema)
