eavz
8 actions
1 trigger

Actions

Name
create-row

Creates a new row in the selected table.

update-row

Updates an existing row in the selected table.

upsert-row

Creates a new row or updates an existing one if it matches key columns.

find-row

Find specific rows in the selected table using a column match search.

get-row

Retrieves a single row by specified ID.

list-tables

List tables in a selected document.

get-table

Get structure and details of a specific table (e.g., columns, schema).

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new-row-created

Triggers when a new row is added to the selected table.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Coda to my app?

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

What actions does Coda support?

Coda supports 8 actions including Create Row, Update Row, Upsert Row, Find Row(s), Get Row, and more.

Can I use Coda with AI agents?

Yes. Add Coda 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 Coda use?

Coda uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Coda integration cost?

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

What triggers does Coda support?

Coda supports 1 triggers including New Row Created.

Connect Coda in 2 minutes

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