Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/custom-objects/instance-crud/create-custom-object

# createCustomObject

Create a custom object instance.

Creates a new custom object instance of the specified type. A unique display ID is auto-assigned (PREFIX-NUMBER, e.g., VEN-1) using the object type's prefix. The creation is tracked in the activity log and propagated to the rule engine.

## Parameters

| Name             | Type    | Required | Description                                                     |
| ---------------- | ------- | -------- | --------------------------------------------------------------- |
| `object_type_id` | integer | Yes      |                                                                 |
| `form_fields`    | object  | No       | Custom field values keyed by field reference\_key. Must include |
