crud_create
Create a new object in the current domain. Use schema_list to see available types and their fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Object fields as key-value pairs | |
| name | Yes | Object name (required for most types) | |
| tenant | No | Optional tenant name to create the object under (multi-tenant apps: seed a specific named tenant's data). Omit for single-tenant apps — the session/API-key tenant is used. | |
| object_type | Yes | The object type to create (e.g. 'customer', 'appointment', 'project') | |
| parent_type | No | Parent type if applicable (e.g. 'project' for tenant, 'domain' for project) | |
| parent_fq_name | No | Parent FQ name path (e.g. ['cine-corp', 'car-service']) |