create_entity
Create a new Productboard entity with a type and matching field values. Call get_entity_configurations first to discover valid fields and schemas.
Instructions
Create a new Productboard entity. Call get_entity_configurations first to discover available fields for the entity type. The fields object should match the field schemas from configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Entity type to create | |
| fields | Yes | Field values as JSON object. Use get_entity_configurations to discover available fields. | |
| relationships | No | Optional relationships to create along with the entity |