Weavz
Nango

Nango

Operate Nango connections, syncs, records, and deployed actions.

9 tools

Tools

Name
list_connections

List Nango connections without credentials, optionally filtered by tags.

get_connection

Get a Nango connection and let Nango refresh credentials if needed.

delete_connection

Delete a Nango connection.

set_connection_metadata

Replace metadata on a Nango connection or set of connections.

trigger_syncs

Run one-off Nango syncs.

start_syncs

Start scheduled Nango syncs.

pause_syncs

Pause scheduled Nango syncs.

get_records

Fetch cached records for a Nango sync with cursor pagination.

trigger_action

Trigger a deployed Nango action for a connection.

Quick Start

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

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

const result = await weavz.actions.execute('nango', 'list_connections', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'nango',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Nango to my app?

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

What tools does Nango support?

Nango supports 9 tools including List Connections, Get Connection, Delete Connection, Set Connection Metadata, Trigger Syncs, and more.

Can I use Nango with AI agents?

Yes. Add Nango to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Nango be used in stateful agent workflows?

Yes. Agents can combine Nango tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Nango use?

Nango uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Nango integration cost?

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

Connect Nango in minutes

Get 20,000 free action executions every month. No credit card required.