Brain

POST /v1/brain/entities

Upsert an entity

unison-brain
POST /v1/brain/entities

Upsert an entity

Required scope: brain:write

Example

curl -X POST 'https://brain.unisonlabs.ai/v1/brain/entities' \
  -H "Authorization: Bearer $UNISON_TOKEN"

Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.