Custom Integration
Anchor Browser enables integration with custom AI frameworks to empower agents with the ability to navigate and interact with the web effectively. You can leverage browser sessions within your own custom AI framework to automate workflows, explore the web, or interact with web content dynamically.
The integration methods for a custom AI framework include:
- As a Flexible Browser Tool: Utilize Anchor Browser as a general-purpose browser tool that allows your AI agent to freely explore the web and perform dynamic interactions.
- As a Specific-Flow Tool Defined in Your Custom Framework: Create reusable, custom tools in your AI framework to handle specific workflows or sequences of interactions.
- As a Specific-Flow Tool Defined in Anchor Browser: Define tools on the Anchor platform and invoke them using your custom AI framework through the Anchor API, allowing your agent to use predefined browser sessions and tools.
Quick Start - Use Anchor Browser as a Flexible Browser Tool
Your custom AI framework can directly integrate with Anchor Browser, allowing your agent to interact with the web dynamically. Below is an example of how you can connect your custom AI framework to Anchor Browser, enabling the agent to perform various tasks.
Use Anchor Browser as a Specific-Flow Tool Defined in a Custom Framework
Anchor Browser can also be integrated into your custom AI framework to create specific workflow tools. These tools can handle specialized tasks that your agent needs to perform repeatedly, providing consistency and reducing the need for writing duplicate code.
Here is an example of creating a specific tool using Anchor Browser that can be utilized by your custom AI framework for automating targeted tasks.