Nango
Operate Nango connections, syncs, records, and deployed actions.
Tools
| Name | Description |
|---|---|
list_connectionsList Nango connections without credentials, optionally filtered by tags. | List Nango connections without credentials, optionally filtered by tags. |
get_connectionGet a Nango connection and let Nango refresh credentials if needed. | Get a Nango connection and let Nango refresh credentials if needed. |
delete_connectionDelete a Nango connection. | Delete a Nango connection. |
set_connection_metadataReplace metadata on a Nango connection or set of connections. | Replace metadata on a Nango connection or set of connections. |
trigger_syncsRun one-off Nango syncs. | Run one-off Nango syncs. |
start_syncsStart scheduled Nango syncs. | Start scheduled Nango syncs. |
pause_syncsPause scheduled Nango syncs. | Pause scheduled Nango syncs. |
get_recordsFetch cached records for a Nango sync with cursor pagination. | Fetch cached records for a Nango sync with cursor pagination. |
trigger_actionTrigger a deployed Nango action for a connection. | Trigger a deployed Nango action for a connection. |
Quick Start
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.