Codat
Manage Codat companies, data connections, syncs, and standardized accounting/commerce records.
Tools
| Name | Description |
|---|---|
list_companiesList Codat companies. | List Codat companies. |
create_companyCreate a Codat company for a customer business. | Create a Codat company for a customer business. |
get_companyGet a Codat company by ID. | Get a Codat company by ID. |
update_companyUpdate a Codat company. | Update a Codat company. |
delete_companyDelete a Codat company. | Delete a Codat company. |
list_connectionsList data connections for a Codat company. | List data connections for a Codat company. |
unlink_connectionDisconnect a Codat data connection from its source platform. | Disconnect a Codat data connection from its source platform. |
queue_data_syncQueue a Codat data sync for a company connection. | Queue a Codat data sync for a company connection. |
list_data_recordsList Codat standardized company data such as invoices, customers, suppliers, accounts, or bills. | List Codat standardized company data such as invoices, customers, suppliers, accounts, or bills. |
get_data_recordGet a single Codat standardized company data record by ID. | Get a single Codat standardized company data record by ID. |
Quick Start
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.
How do I connect Codat to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Codat as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Codat tools exposed by that workspace.
Does Codat work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Codat work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Codat?
Codat exposes 10 tools, including List Companies, Create Company, Get Company, Update Company, Delete Company, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.