Weavz
Rutter

Rutter

Manage Rutter connections and read commerce, accounting, ads, and banking records.

11 tools

Tools

Name
list_connections

List Rutter connections by status.

get_connection

Fetch a Rutter connection by connection access token.

get_connection_status

Fetch sync and health status for a Rutter connection.

create_connection

Create a Rutter Link connection or a documented credentialed connection payload.

update_connection

Update a Rutter connection by Rutter connection ID.

delete_connection

Delete a Rutter connection by Rutter connection ID.

trigger_incremental_sync

Trigger an incremental sync for a Rutter connection.

invalidate_access_token

Rotate and invalidate a Rutter connection access token.

trigger_data_recovery_backfill

Trigger a Rutter data recovery backfill for a connection.

list_records

List Rutter commerce/accounting records such as orders, products, customers, invoices, or bills.

get_record

Get one Rutter commerce/accounting record by ID.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Rutter 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 Rutter support?

Rutter supports 11 tools including List Connections, Get Connection, Get Connection Status, Create Connection, Update Connection, and more.

Can I use Rutter with AI agents?

Yes. Add Rutter 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 Rutter be used in stateful agent workflows?

Yes. Agents can combine Rutter 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 Rutter use?

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

How much does the Rutter integration cost?

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

Connect Rutter in minutes

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