datastore_insert
Add new entities to Google Cloud Datastore by specifying entity kind and data, with optional namespace and indexing controls.
Instructions
Insert a new entity into Datastore
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | The kind (type) of the entity | |
| data | Yes | The entity data to insert | |
| keyId | No | Optional key ID (if not provided, Datastore will auto-generate) | |
| namespace | No | Optional namespace for the entity | |
| excludeFromIndexes | No | Optional array of property names to exclude from indexes |