Get verdict (Step 7)
SDK sends SLM-generated output. API validates it against rules, signs it, and returns memory storage instructions + state delta for the SDK to execute locally.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
npcId
Request
This endpoint expects an object.
generatedOutput
Raw output from the local SLM
observation
Original observation (echoed)
npcState
rulesetId
Response
Validation verdict with storage/state instructions
valid
Whether the generated output passed validation
signature
Cryptographic signature (HMAC) if valid
memoryStore
Instructions for what the SDK should store in its local vector DB
stateDelta
State changes for the SDK to apply locally
action
Validated action to return to the game
dialogue
Validated dialogue text returned to the caller
