forge_entity_create
Create a new entity by specifying its type and providing data as a JSON string or object.
Instructions
Create a new entity of the given type. Provide the entity data as a JSON string or object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | The entity type | |
| data | Yes | The entity data as a JSON string or object | |
| org_id | No | Org ID (uses active org if omitted) |