Specialized Deep Research Setup Guide
This guide covers deployment and configuration of Specialized Deep Research.
Prerequisites
- AWS Account
- AWS CLI installed and configured
- CloudFormation execution permissions
- Access permissions to Bedrock AgentCore Runtime
- Tavily API Key
Subscribe
Subscribe to Specialized Deep Research from AWS Marketplace. After logging into the AWS account where you want to deploy, open the page below and click the View purchase options button.
Review the pricing, agree to the terms, and click the Subscribe button.
Deploy Specialized Deep Research and Related Resources
After subscribing, deploy related resources using the CloudFormation template. Log into your target AWS account and click the button below to start deployment. Deployment is successful when the stack reaches CREATE_COMPLETE status.
Configure Tavily API Key
Visit https://www.tavily.com/ to obtain your API Key.
Specialized Deep Research uses Tavily's API for web searches. Any plan can be used, but API call limits and security grades differ. Choose the appropriate plan according to your needs.
Log into your target AWS account and open the Amazon Bedrock AgentCore Identity service screen. In the outbound authentication section, click Add API key, enter TAVILY_API_KEY for the name and the API Key you obtained for the value, then click Add.
Try in Playground
Log into your target AWS account and open the Amazon Bedrock AgentCore Agent Sandbox service screen. Select cmsdr_marketplace as the runtime agent and DEFAULT as the endpoint, then enter the following JSON in the input field and click Execute.
{
"input": {
"prompt": "What is artificial intelligence?"
}
}If you see an AI response in the output, the setup is successful.
