v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Creates a custom browser.

put/browsers

Request body

namestring required

The name of the browser. The name must be unique within your account.

descriptionstring password

The description of the browser.

executionRoleArnstring

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the browser to access Amazon Web Services services.

clientTokenstring

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request but does not return an error.

tagsobject

A map of tag keys and values to assign to the browser. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

Response

Success

browserIdstring required

The unique identifier of the created browser.

browserArnstring required

The Amazon Resource Name (ARN) of the created browser.

createdAtstring date-time required

The timestamp when the browser was created.

status'CREATING' | 'CREATE_FAILED' | 'READY' | 'DELETING' | 'DELETE_FAILED' | 'DELETED' required

The current status of the browser.