eavz
5 actions

Actions

Name
nocodb-create-record

Creates a new record in the given table.

nocodb-delete-record

Deletes a record with the given Record ID.

nocodb-update-record

Updates an existing record with the given Record ID.

nocodb-get-record

Gets a record by the Record ID.

nocodb-search-records

Returns a list of records matching the where condition.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'nocodb',
  actionName: 'nocodb-create-record',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect NocoDB to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does NocoDB support?

NocoDB supports 5 actions including Create a Record, Delete a Record, Update a Record, Get a Record, Search Records.

Can I use NocoDB with AI agents?

Yes. Add NocoDB to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does NocoDB use?

NocoDB uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the NocoDB integration cost?

The NocoDB integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect NocoDB in 2 minutes

Get 1,000 free actions every month. No credit card required.