Skip to main content
An entity is something that can be uniquely identified and randomized, like a user.

Create an Entity

1

Go to Confidence

2

Select Admin > Entities

On the left sidebar, select Admin > Entities.
3

Click + Create

4

Enter the entity key

In the Entity key field, enter a unique identifier for the entity. This key is used to reference the entity in the API.
5

Enter the display name

In the Display name field, enter a human-readable name for the entity.
6

Specify the primary key type

Select the data type of the identifier that identifies the entity. For example, if you have a UUID that identifies your entities, your primary key type is a String.
7

Click Create

To create entities via the API, see Create Entities in the API how-to guides.