Hi all!
Can we integrate amazon bedrock to UiPath is their any capabilities available? This was the requirement came from stakeholders
Hi @vhvinodsai
Yes, UiPath supports Amazon Bedrock integration via Integration Service connector and activities package.
Use official Amazon Bedrock activities (Translate, Generate Text, Sentiment Analysis, etc.) from UiPath Marketplace in Studio 2023.10+. Setup requires AWS credentials in Integration Service.
Docs:
Hi @vhvinodsai
Yes, you can integrate Amazon Bedrock with UiPath, but there is no built-in activity. You can do it by calling Bedrock’s REST APIs using UiPath’s HTTP Request activity, or by using a Python script with the AWS SDK (boto3) and calling it from UiPath. You just need to handle AWS authentication and pass the text to Bedrock, then use the response in your workflow.
Yes, you can automate it with ease. We have pre-built integration service, just do the authentication and get started.

