Quick Start
1
Install the integration
2
Configure your API key
3
Add Context.dev to an agent
Choose the Tools You Need
Use focused tools for small agents:
The combined toolkit exposes 26 safe tools by default. Monitor and batch operations that change external state require an explicit opt-in:
Common Workflows
Search the live web
Search the live web
Extract structured data
Extract structured data
Parse a local document
Parse a local document
Process a large URL list
Process a large URL list
batch_tools to an agent that needs to submit a job, check its status, and page through its results.Safety Defaults
- Browser actions are omitted from scrape tool schemas unless
allow_browser_actions=True. - Tools that create, update, run, cancel, or delete monitors and batches are omitted unless
include_write_tools=True. - API credentials are read from
CONTEXT_DEV_API_KEY;CONTEXT_API_KEYremains supported as a legacy alias. - Tool responses omit internal debug and request metadata before they reach the agent.
Related Resources
Context.dev API documentation
Explore endpoint inputs, outputs, and usage examples.
Tools overview
Learn how PraisonAI agents call tools.
Firecrawl
Compare another web scraping integration.
Exa
Compare another web search integration.

