Skip to main content

1) Run the OSS server

uvx kernite serve

2) Call execute

curl -sS http://127.0.0.1:8000/v1/execute \
  -H 'content-type: application/json' \
  -d '{
    "workspace_id": "workspace-demo",
    "principal": {"type": "token", "id": "api:ops-bot"},
    "object_type": "document",
    "operation": "create",
    "payload": {"title": "Q1 plan"}
  }'

3) Check result

Proceed with write only when data.decision is approved. Persist ctx_id and trace_hash from the response for audit and replay.