Sapphire I.C.D.S. releases a web-browsing tool for its AI agent
We have released a new web-browsing tool for the AI agent in Sapphire I.C.D.S. It is designed for situations where it is important not to rely on memory, but to work from the source itself: documentation, pricing, news, interfaces, and dynamic pages.
Now the agent can:
- open web pages by URL;
- read text, markdown, and HTML;
- extract links, images, and forms;
- run JavaScript on the page;
- collect data through DOM selectors;
- work with dynamic websites;
- verify facts against official sources.
What this means in practice:
- find the needed information faster;
- answer more accurately about docs and pricing;
- reduce manual checking;
- test real web scenarios more easily;
- unpack content loaded through JavaScript.
In addition, the tool supports full page interaction workflows:
- form inspection and analysis;
- waiting for a required block or text to appear;
- clicking interface elements;
- filling input fields;
- selecting values in drop-down lists;
- submitting forms;
- working in a persistent browser session with saved state.
This makes verification and data extraction scenarios more reliable: the agent can do more than read a page — it can follow real user actions step by step in a dynamic interface.
We will keep strengthening Sapphire I.C.D.S. so the agent does not just answer, but confidently navigates the web and pulls data from primary sources.