Documentation Index
Fetch the complete documentation index at: https://kremis.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/signalRequest Body
| Field | Type | Required | Constraints | Description |
|---|---|---|---|---|
entity_id | integer (u64) | Yes | — | Entity identifier. |
attribute | string | Yes | Max 256 bytes, non-empty | Attribute name. |
value | string | Yes | Max 64 KB, non-empty | Attribute value. |
Response
| Field | Type | Description |
|---|---|---|
success | boolean | Whether ingestion succeeded. |
node_id | integer or null | Created/existing node ID (if successful). |
error | string or null | Error message (if failed). |