---
title: "POST /configuration-bundles/create"
method: POST
path: "/configuration-bundles/create"
---

# POST /configuration-bundles/create

`POST /configuration-bundles/create`

Creates a new configuration bundle resource. A configuration bundle stores versioned component configurations for agent evaluation workflows.

## Request body

- object
  - `clientToken` string — A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.
  - `bundleName` string, required — The name for the configuration bundle. Names must be unique within your account.
  - `description` string, password — The description for the configuration bundle.
  - `components` object, required — A map of component identifiers to their configurations. Each component represents a configurable element within the bundle.
  - `branchName` string — The branch name for version tracking. Defaults to <code>mainline</code> if not specified.
  - `commitMessage` string — A commit message describing the initial version of the configuration bundle.
  - `createdBy` object — The source that created a configuration bundle version.
    - `name` string — The name of the source (for example, <code>user</code>, <code>optimization-job</code>, or <code>system</code>).
    - `arn` string — The Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).
  - `kmsKeyArn` string — Optional KMS key ARN for encrypting component configurations.
  - `tags` object — A map of tag keys and values to assign to the configuration bundle. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

## Response `201`

Success

- CreateConfigurationBundleResponse
  - `bundleArn` string, required — The Amazon Resource Name (ARN) of the created configuration bundle.
  - `bundleId` string, required — The unique identifier of the created configuration bundle.
  - `versionId` string, required — The initial version identifier of the configuration bundle.
  - `createdAt` string, date-time, required — The timestamp when the configuration bundle was created.

## Other responses

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

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore-control.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore-control/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore-control/versions/0ebde766792b/schema)
