Skip to main content
Best for: building Valyu into your product / agents. Deploy production AI agents with Valyu search tools on AWS Bedrock AgentCore.
Enterprise-Ready AI Agents - Combine Valyu’s real-time search capabilities with AWS Bedrock AgentCore for secure, scalable, and auditable AI agent deployments.
Build sophisticated AI agents that can search financial data, academic papers, SEC filings, patents, and more - all with enterprise-grade security, OAuth authentication, and CloudTrail audit logging.

Paste into your AI assistant to wire Valyu tools into an AWS Bedrock AgentCore / Strands agent.

Open in Cursor
Valyu AgentCore Architecture

Why AWS Bedrock AgentCore + Valyu?

7 Specialized Search Tools

Financial data, SEC filings, academic papers, patents, biomedical research, web search, and economic indicators.

Enterprise Security

OAuth 2.0 authentication, Cognito integration, IAM policies, and CloudTrail audit logging.

Production Infrastructure

Deploy to AWS with managed scaling, monitoring, and high availability.

Simple Integration

Works with Strands Agents out of the box. Add Valyu tools in one line of code.

Get Started Free

Sign up and get $10 free credits ($20 with a work email) - no credit card required. Start building in minutes.

Available Search Tools

Quick Start

Installation

Environment Setup

Get your free API key at platform.valyu.ai - includes $10 free credits ($20 with a work email), no credit card required.

Your First Agent

Create an AI agent with web search capability in just a few lines:

Multi-Tool Agent

Combine multiple search tools for comprehensive research:

Tool groups

The ValyuTools wrapper provides ready-made groupings - tools.all(), tools.financial_tools() (finance, SEC, economics), and tools.research_tools() (paper, bio, patent):

Deployment options

Add Valyu to an existing gateway with add_valyu_target(gateway_id="...", region="us-east-1").
Deploy the full stack (IAM role, Cognito OAuth pool, Secrets Manager secret, CloudWatch logs) in one command:

Tool configuration

Example: financial analyst agent

A system prompt plus the right tool group is all an enterprise agent needs. Swap the prompt and tools for research or due-diligence workflows:
  • Keep API keys in VALYU_API_KEY or AWS Secrets Manager - never hardcode.
  • Enable CloudTrail for audit logging of all API calls.
  • Use AgentCore Gateway with Cognito OAuth in production.
  • Apply least-privilege IAM (invoke-only for applications).
  • Rotate Valyu API keys and Cognito client secrets regularly.
  • No module named 'strands' - install with pip install "valyu-agentcore[strands]".
  • Gateway sync slow - targets take ~2 minutes; add_valyu_target() waits automatically.
  • OAuth token errors - check the Cognito client scope (gateway-name/invoke) and that client_credentials is enabled.
  • Bedrock model access - request model access in the AWS Bedrock console.
Tools: webSearch, financeSearch, paperSearch, bioSearch, patentSearch, secSearch, economicsSearch.ValyuTools: .all(), .financial_tools() (finance, SEC, economics), .research_tools() (paper, bio, patent).Gateway: setup_valyu_gateway(), add_valyu_target(), cleanup_valyu_gateway(), GatewayAgent.from_config().

Additional Resources

GitHub Repository

Source code, examples, and CloudFormation templates

AWS Bedrock AgentCore

Official AWS Bedrock AgentCore documentation

Strands Agents

Learn more about the Strands Agents framework

Get API Key

Sign up for $10 free credits ($20 with a work email) - no credit card required

Pricing

Valyu charges per query based on the data sources accessed. With AWS AgentCore, you pay:
  • Valyu API costs - Per-query pricing based on data sources (see Pricing)
  • AWS costs - AgentCore Gateway, Cognito, CloudWatch (standard AWS rates)

Start Building Today

Get $10 free credits ($20 with a work email) with no credit card required. Deploy production-ready AI agents in minutes.