Skip to content

Commit c2ed60c

Browse files
author
AWS
committed
Amazon Bedrock AgentCore Control Update: Web-Bot-Auth support for AgentCore Browser tool to help reduce captcha challenges.
1 parent ed0a087 commit c2ed60c

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Bedrock AgentCore Control",
4+
"contributor": "",
5+
"description": "Web-Bot-Auth support for AgentCore Browser tool to help reduce captcha challenges."
6+
}

services/bedrockagentcorecontrol/src/main/resources/codegen-resources/service-2.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,6 +1498,28 @@
14981498
"VPC"
14991499
]
15001500
},
1501+
"BrowserSigningConfigInput":{
1502+
"type":"structure",
1503+
"required":["enabled"],
1504+
"members":{
1505+
"enabled":{
1506+
"shape":"Boolean",
1507+
"documentation":"<p>Specifies whether browser signing is enabled. When enabled, the browser will cryptographically sign HTTP requests to identify itself as an AI agent to bot control vendors.</p>"
1508+
}
1509+
},
1510+
"documentation":"<p>Configuration for enabling browser signing capabilities that allow agents to cryptographically identify themselves to websites using HTTP message signatures.</p>"
1511+
},
1512+
"BrowserSigningConfigOutput":{
1513+
"type":"structure",
1514+
"required":["enabled"],
1515+
"members":{
1516+
"enabled":{
1517+
"shape":"Boolean",
1518+
"documentation":"<p>Indicates whether browser signing is currently enabled for cryptographic agent identification using HTTP message signatures.</p>"
1519+
}
1520+
},
1521+
"documentation":"<p>The current browser signing configuration that shows whether cryptographic agent identification is enabled for web bot authentication.</p>"
1522+
},
15011523
"BrowserStatus":{
15021524
"type":"string",
15031525
"enum":[
@@ -1939,6 +1961,10 @@
19391961
"shape":"RecordingConfig",
19401962
"documentation":"<p>The recording configuration for the browser. When enabled, browser sessions are recorded and stored in the specified Amazon S3 location.</p>"
19411963
},
1964+
"browserSigning":{
1965+
"shape":"BrowserSigningConfigInput",
1966+
"documentation":"<p>The browser signing configuration that enables cryptographic agent identification using HTTP message signatures for web bot authentication.</p>"
1967+
},
19421968
"clientToken":{
19431969
"shape":"ClientToken",
19441970
"documentation":"<p>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 ignores the request but does not return an error.</p>",
@@ -3538,6 +3564,10 @@
35383564
},
35393565
"networkConfiguration":{"shape":"BrowserNetworkConfiguration"},
35403566
"recording":{"shape":"RecordingConfig"},
3567+
"browserSigning":{
3568+
"shape":"BrowserSigningConfigOutput",
3569+
"documentation":"<p>The browser signing configuration that shows whether cryptographic agent identification is enabled for web bot authentication.</p>"
3570+
},
35413571
"status":{
35423572
"shape":"BrowserStatus",
35433573
"documentation":"<p>The current status of the browser.</p>"
@@ -4008,7 +4038,7 @@
40084038
"type":"string",
40094039
"max":256,
40104040
"min":1,
4011-
"pattern":"(Authorization|X-Amzn-Bedrock-AgentCore-Runtime-Custom-[a-zA-Z0-9_-]+)"
4041+
"pattern":"(Authorization|X-Amzn-Bedrock-AgentCore-Runtime-Custom-[a-zA-Z0-9-]+)"
40124042
},
40134043
"IncludedOauth2ProviderConfigInput":{
40144044
"type":"structure",
@@ -7248,5 +7278,5 @@
72487278
"documentation":"<p>Contains information about a workload identity.</p>"
72497279
}
72507280
},
7251-
"documentation":"<p><note> <p> is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.</p></p>"
7281+
"documentation":"<p>Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.</p>"
72527282
}

0 commit comments

Comments
 (0)