Create an entity
create_entityMUTATES Autumn billing data — creates an entity (e.g. a seat) under a customer, tied to a feature. Autumn API: POST /v1/entities.create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the entity. | |
| entity_id | Yes | The ID of the entity. | |
| feature_id | Yes | The ID of the feature this entity is associated with. | |
| customer_id | Yes | The ID of the customer to create the entity for. | |
| billing_controls | No | Optional billing controls for the entity (spend/usage limits). |