Loading...
Loading...
Codat integration. Manage Companies, Accounts, Bills, Invoices, Payments, Suppliers and more. Use when the user wants to interact with Codat data.
npx skill4agent add membranedev/application-skills codatmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search codat --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Companies | list-companies | List all companies that have been created in Codat |
| List Connections | list-connections | List all connections for a specific company |
| List Invoices | list-invoices | List all invoices for a company |
| List Bills | list-bills | List all bills (accounts payable) for a company |
| List Customers | list-customers | List all customers for a company |
| List Suppliers | list-suppliers | List all suppliers/vendors for a company |
| List Bank Accounts | list-bank-accounts | List all bank accounts for a company connection |
| List Payments | list-payments | List all payments for a company |
| List Accounts | list-accounts | List all accounts (chart of accounts) for a company |
| List Journal Entries | list-journal-entries | List all journal entries for a company |
| Get Company | get-company | Retrieve a single company by its ID |
| Get Connection | get-connection | Retrieve a single connection by its ID |
| Create Company | create-company | Create a new company in Codat to represent a business whose data you want to access |
| Create Connection | create-connection | Create a new connection to an external platform for a company |
| Update Company | update-company | Update an existing company's name, description, or tags |
| Delete Company | delete-company | Permanently delete a company and all its connections and data |
| Delete Connection | delete-connection | Delete a connection and revoke credentials |
| Trigger Data Sync | trigger-data-sync | Trigger a refresh of all data types for a company |
| Get Balance Sheet | get-balance-sheet | Get the balance sheet financial statement for a company |
| Get Profit and Loss | get-profit-and-loss | Get the profit and loss (income statement) for a company |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY