Weavz
Codat

Codat

Manage Codat companies, data connections, syncs, and standardized accounting/commerce records.

10 tools

Tools

Name
list_companies

List Codat companies.

create_company

Create a Codat company for a customer business.

get_company

Get a Codat company by ID.

update_company

Update a Codat company.

delete_company

Delete a Codat company.

list_connections

List data connections for a Codat company.

unlink_connection

Disconnect a Codat data connection from its source platform.

queue_data_sync

Queue a Codat data sync for a company connection.

list_data_records

List Codat standardized company data such as invoices, customers, suppliers, accounts, or bills.

get_data_record

Get a single Codat standardized company data record by ID.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Codat supports 10 tools including List Companies, Create Company, Get Company, Update Company, Delete Company, and more.

Can I use Codat with AI agents?

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

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

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

How much does the Codat integration cost?

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

Connect Codat in minutes

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