v1

latestOpenAPI 3.1.0Apache-2.02026-07-17586455.2 KB
Entities

Update per-entity extraction guidance and pipeline config.

Stores an extraction prompt (up to 1,500 chars) and pipeline overrides for a specific entity. Returns 503 when entity_settings is not yet wired into the runtime.

patch/v1/entities/{entity_type}/{entity_id}/settings

Path parameters

entity_type'user' | 'agent' | 'session' required
entity_idstring required

Request body

decay_enabledboolean
extraction_promptstring
memory_kindsstring[]

Response

Updated entity settings row.

object required