Solutions — SDK
For companies with
existing infrastructure.
Install our lightweight SDK on your server and expose your database as a callable tool for AI agents. Your data never leaves your infrastructure.
How it works
01
Install the SDK — Node.js or FastAPI, your choice
02
Init a client with your DB connection — the SDK reads your schema automatically
03
Your data is exposed as a tool in our catalog — agents can query it instantly
agent.py
from Source import DataAgentagent = DataAgent( description="AB test results, e-commerce sector, 2020-2024", connection=db_connection)agent.serve()