General Input Database
Execute SQL queries against the user's persistent databases. Shared across the entire account — multiple workflows and agents can read and write. Use for state between runs, deduplication, lists, logs, and persistent data.
Three ways to use General Input Database
Chat with Geni
Ask Geni to pull data, take actions, or answer questions using this integration in a conversation.
Build a workflow
Create automated workflows that trigger on events, run on a schedule, or chain multiple tools together.
Power an app
Use this integration as a data source or action layer behind a dashboard, form, or internal tool.
Supported tools
Actions your AI agents can perform with General Input Database.
Create or List Databases
Create a new user database or list the current account's databases. Metadata-CRUD endpoint (`/database/user-database-admin`); SQL execution is a separate operation (`/database/user-database`).
Execute SQL
Execute any valid SQLite SQL statement against a user database. Supports SELECT, INSERT, UPDATE, DELETE, CREATE TABLE, ALTER TABLE, and any other valid SQLite SQL.
Get started automating General Input Database
Ready-to-use workflows