Developer Tools & DevOps
Connect RocketAdmin to Your AI Agents
Let your Wkil agents read, update, and export database table data through RocketAdmin.
Authentication: API key
What you can do
- Read and update database rows
- Inspect table structure
- Export table data
Available capabilities may vary by authentication and workspace configuration.
Actions supported by the connector
Get All Table Rows
Retrieve rows from a database table with pagination and filtering.
Add Row to Table
Add a new row to a database table.
Update Table Row by Primary Key
Update a row identified by its primary key.
Get Table Structure
Retrieve a table's columns, types, and constraints.
Export Table as CSV
Export a table's data as a CSV file.
Practical agent use cases
- An agent looks up a customer record directly in a connected database table.
- An agent updates a status field on a row once a task is completed.
How it works with Wkil
- 1Choose the integrationAdd RocketAdmin to your agent from inside the Wkil platform.
- 2Grant the permissions it needsDefine precisely what the agent can access and perform.
- 3Test, then run itTest actions before they go live, with human approval where needed.
Permissions always stay in your control — you can scope access and require human approval before any sensitive action.
FAQ
Can an agent delete database rows?
Row deletion can be restricted or require human approval, since it directly modifies your database.

