@@ -357,21 +357,12 @@ const customAIObj = {
357357const awsBedrockObj = {
358358 icon : '/public/aws_bedrock.svg' ,
359359 label : "AWS Bedrock" ,
360- text : "Import AWS Bedrock AI agents seamlessly into AKTO." ,
361- docsUrl : 'https://docs.akto.io/ai-agent-security ' ,
360+ text : "Import your AWS Bedrock AI agents, seamlessly into AKTO." ,
361+ docsUrl : 'https://docs.akto.io/aws-bedrock-agents ' ,
362362 key : "AWS_BEDROCK" ,
363- component : < AiAgentScan
364- description = "Import your AWS Bedrock AI agents, seamlessly in AKTO."
365- defaultRequestBody = { {
366- "modelId" : "anthropic.claude-v2" ,
367- "contentType" : "application/json" ,
368- "accept" : "application/json" ,
369- "body" : {
370- "prompt" : "\n\nHuman: Why is the sky blue?\n\nAssistant:" ,
371- "max_tokens_to_sample" : 300
372- }
373- } }
374- docsLink = 'https://docs.akto.io/ai-agent-security'
363+ component : < BannerComponent
364+ content = "Import your AWS Bedrock AI agents, seamlessly in AKTO."
365+ docsUrl = 'https://docs.akto.io/aws-bedrock-agents'
375366 />
376367}
377368
@@ -1528,7 +1519,8 @@ const quickStartFunc = {
15281519 ]
15291520
15301521 const aiAgentConnectors = [
1531- awsBedrockObj , azureAIFoundryObj , databricksObj , googleVertexAIObj , ibmWatsonxObj , customAgentObj , agenticShieldObj
1522+ awsBedrockObj , azureAIFoundryObj , databricksObj , googleVertexAIObj , ibmWatsonxObj , customAgentObj , agenticShieldObj ,
1523+ n8nImportObj , langchainImportObj , copilotStudioImportObj
15321524 ]
15331525
15341526 // MCP Scan
@@ -1617,7 +1609,8 @@ const quickStartFunc = {
16171609 if ( isGenAISecurityCategory ( ) || isAgenticSecurityCategory ( ) ) {
16181610 connectorsList = connectorsList . concat ( [
16191611 geminiObj , openAIObj , claudeObj , deepseekObj , llamaObj , grokObj , customAIObj ,
1620- awsBedrockObj , azureAIFoundryObj , databricksObj , googleVertexAIObj , ibmWatsonxObj , customAgentObj , agenticShieldObj
1612+ awsBedrockObj , azureAIFoundryObj , databricksObj , googleVertexAIObj , ibmWatsonxObj , customAgentObj , agenticShieldObj ,
1613+ n8nImportObj , langchainImportObj , copilotStudioImportObj
16211614 ] )
16221615 }
16231616
0 commit comments