Atomic protocol step

View as Markdown

SDK sends the full accumulated tape and the result of the previous atomic side-effect. API returns the next atomic instruction and the updated tape.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

npcIdstringRequired

Request

This endpoint expects an object.
tapeobjectRequired
lastResultmap from strings to any or nullOptional

Response

Next atomic instruction with updated tape
instructionobject
tapeobject