CodableAIA Stacksona Company

Evidence Package Generator

Creates a deterministic evidence package from a tool invocation.

Run tool

Form input

Output JSON


          

Work steps

    Inputs

    NameTypeRequiredDescription
    tool_idtextYesTool id
    inputobjectYesInput
    outputobjectYesOutput
    timestamptextYesTimestamp

    Outputs

    NameTypeDescription
    packageobjectPackage
    workarrayWork

    Sample request

    {
      "tool_id": "content-hash-generator",
      "input": {
        "text": "hello"
      },
      "output": {
        "hash": "abc"
      },
      "timestamp": "2026-03-07T12:00:00Z"
    }