ClawLink
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.

ToolWhat it doesKind
prisma_execute_sql_queryExecute SQL SELECT queries against Prisma Postgres databasesRead
prisma_get_databaseRetrieve specific Prisma database by IDRead
prisma_get_database_usageRetrieve usage metrics for a specific Prisma databaseRead
prisma_get_projectRetrieve specific Prisma project by IDRead
prisma_inspect_database_schemaInspect database schema structure and table informationRead
prisma_list_accelerate_regionsRetrieve all available regions for Prisma AccelerateRead
prisma_list_backupsRetrieve list of available backups for a specific databaseRead
prisma_list_connectionsRetrieve paginated list of connections for a specific databaseRead
prisma_list_databasesRetrieve paginated list of databases for a specific Prisma projectRead
prisma_list_postgres_regionsRetrieve all available regions for Prisma PostgresRead
prisma_list_projectsRetrieve paginated list of Prisma projects accessible to authenticated userRead
prisma_list_workspace_integrationsRetrieve paginated list of integrations for a specific Prisma workspaceRead
prisma_list_workspacesRetrieve paginated list of Prisma workspaces accessible to authenticated userRead
prisma_create_connectionCreate new API key connection for database accessWrite
prisma_create_databaseCreate new postgres database in an existing Prisma projectWrite
prisma_create_projectCreate new Prisma project with managed postgres databaseWrite
prisma_restore_backupRestore database backup to new database instanceRead
prisma_transfer_projectTransfer Prisma project ownership to another user's workspaceRead
prisma_execute_sql_commandExecute SQL commands that modify database data or structureRead