Developer Tools22 toolsPaste one API key
Prisma integration for AI agents
Database toolkit for managing schemas, migrations, and queries
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Prisma once and call the same tools from all of them.
Setup
Connect Prisma through ClawLink's hosted setup to manage database schemas, migrations, and queries.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Prisma exposes 22 tools through ClawLink. The 19 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
prisma_execute_sql_query | Execute SQL SELECT queries against Prisma Postgres databases | Read |
prisma_get_database | Retrieve specific Prisma database by ID | Read |
prisma_get_database_usage | Retrieve usage metrics for a specific Prisma database | Read |
prisma_get_project | Retrieve specific Prisma project by ID | Read |
prisma_inspect_database_schema | Inspect database schema structure and table information | Read |
prisma_list_accelerate_regions | Retrieve all available regions for Prisma Accelerate | Read |
prisma_list_backups | Retrieve list of available backups for a specific database | Read |
prisma_list_connections | Retrieve paginated list of connections for a specific database | Read |
prisma_list_databases | Retrieve paginated list of databases for a specific Prisma project | Read |
prisma_list_postgres_regions | Retrieve all available regions for Prisma Postgres | Read |
prisma_list_projects | Retrieve paginated list of Prisma projects accessible to authenticated user | Read |
prisma_list_workspace_integrations | Retrieve paginated list of integrations for a specific Prisma workspace | Read |
prisma_list_workspaces | Retrieve paginated list of Prisma workspaces accessible to authenticated user | Read |
prisma_create_connection | Create new API key connection for database access | Write |
prisma_create_database | Create new postgres database in an existing Prisma project | Write |
prisma_create_project | Create new Prisma project with managed postgres database | Write |
prisma_restore_backup | Restore database backup to new database instance | Read |
prisma_transfer_project | Transfer Prisma project ownership to another user's workspace | Read |
prisma_execute_sql_command | Execute SQL commands that modify database data or structure | Read |