Entity - create/update/delete API?
- 
 There does not seem to be an API to 
 manage Entities (though there is one for Entity Types).
 Why?
- 
 We were working on getting it documented and it shipped yesterday. Sorry for the delay! https://fusionauth.io/docs/v1/tech/apis/entity-management/ outlines all the relevant APIs, including entity CRUD. You might also be interested in the client credentials grant, one of the main use cases: - configuring entities for the client credentials grant: https://fusionauth.io/docs/v1/tech/oauth/#configure-entities
- an example client credentials grant: https://fusionauth.io/docs/v1/tech/oauth/#example-client-credentials-grant
 
