Specialized Deep Research Setup Guide
This guide covers deployment and configuration of Specialized Deep Research.
Quick Start
Prerequisites
- AWS Account
- AWS CLI installed and configured
- CloudFormation execution permissions
- Access permissions to Bedrock AgentCore Runtime
- Tavily API Key
Deploy Specialized Deep Research and Related Resources
After logging into your target AWS account, click the button below to start deployment. Deployment is successful when the target 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.
After logging into your target AWS account, open the Amazon Bedrock AgentCore Identity service screen. In the outbound authentication section, click the Add API key button. Enter TAVILY_API_KEY for the name. Enter the API Key you obtained earlier. After entering, click the Add button.
Try in Playground
After logging into your target AWS account, open the Amazon Bedrock AgentCore Agent Sandbox service screen. Select cmsdr_marketplace as the runtime agent. The endpoint can be left as DEFAULT. Enter the following JSON in the input field and click the Execute button.
{
"input": {
"prompt": "What is artificial intelligence?"
}
}If you see an AI response in the output after execution, the setup is successful.
