Create Entity Records
create_entity_recordsCreate/insert records in one app entity. Executes directly for the authenticated app owner and returns the created record ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app ID | |
| entity | Yes | Entity name | |
| reason | No | Why these records should be created | |
| records | Yes | Records to create | |
| expected_count | No | Optional safety check; the write aborts if the record count differs |