Skip to content
UseAgent

INTEGRATION · VIA MCP

Database
direct access.

Add your database connection as a secret. Your agent can query data, run transactions, and update records. Safe, scoped, and audited.

PostgreSQL & Custom DatabasesQuery the users table and find inactive accounts
PostgreSQL & Custom DatabasesUpdate customer status after an order is placed
PostgreSQL & Custom DatabasesRun a backup integrity check on the database

Read queries

SELECT, JOIN, filtering. Agent reads data for analysis or decision-making.

Write operations

INSERT, UPDATE, DELETE. Scoped by approval gates. Destructive operations need human sign-off.

Transaction support

Multi-statement transactions run atomically. Rollback on error.

Straight talk: Database connection is a custom integration via secrets. You store the connection string securely. No native PostgreSQL connector yet: use MCP or secrets.

Questions, answered.

Is my database password safe?

Yes. Passwords are encrypted and stored server-side. Never exposed to the sandbox or logs.

Can I limit which tables the agent accesses?

Yes. Create a database role with limited permissions and use that for the agent connection.

What if a query runs for too long?

Long-running queries are bounded. Queries exceeding the timeout are cancelled with an error.

Start with one task.
See what you can hand off.

Explore a completed run, or join the early-access list to hear about getting your team started.