What if you had a team of agents that lived in your database?
from autodb import AutoDBdb = AutoDB("postgresql://user:pass@host:5432/mydb")# Deploy agents in secondsagent = db.deploy_agent(name="reporting",task="Summarize weekly revenue by region",schedule="every monday at 9am")monitor = db.deploy_agent(name="monitor",task="Alert on anomalies in the orders table",watch=True)# Query with natural languageresult = db.query("total revenue last 7 days")print(result) # $2.4M ↑12% vs last week
Here's how we work
Connect your database
Provide your PostgreSQL connection string. AutoDB reads your schema and builds a complete understanding of your tables, relationships, and data patterns.
Deploy your agents
Choose from pre-built agent templates or describe custom behavior in natural language. Agents are provisioned and live within seconds.
Let them work
Your agents run continuously — querying, analyzing, automating, and alerting — while you focus on what you're actually building.
What do we offer?
NL→SQL
Natural Language Queries
Ask your database anything in plain English. Agents translate intent to optimized, schema-aware SQL automatically.
SCHEMA
Schema-Aware Intelligence
Agents understand your table structure, foreign keys, and data semantics — no manual configuration required.
AUTOMATE
Automated Workflows
Define recurring tasks once. Agents execute on schedule, trigger on data changes, or respond to application events.
LIVE
Real-time Monitoring
Persistent agents watch your database continuously, surfacing anomalies, slow queries, and insights as they happen.
MULTI
Multi-Agent Coordination
Deploy specialized agents that collaborate — one for reporting, one for cleanup, one for alerting. Each with its own role.
SECURE
Secure by Default
Agents operate within your defined permissions. Full audit logs, row-level security, zero data leaving your infrastructure.
