Create a company
codat_create_companyMUTATES Codat data — create a new company (a container for a customer's data connections). Provide a name; optionally a description, tags, or other attributes via fields. Codat API: POST /companies. Returns the created company (incl. its id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A human-readable name for the company (usually your customer's business name). | |
| fields | No | Additional raw Codat fields merged into the request body (escape hatch for any field not typed above). | |
| description | No | Optional description / notes for the company. |