ToolAssay

Evaluate a proposed action, claim, policy, relation, or artifact before commitme

Evaluate a proposed action, claim, policy, relation, or artifact before commitment. Returns a privacy-preserving structural judgment and receipt; it does not modify Root Logos or grant authority.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
597 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://runtime.rootlogos.com/v1/evaluation

CategoryEverything else
Provider hostruntime.rootlogos.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 597 ms

Example input (from the provider)

{
  "body": {
    "consent": true,
    "evaluation_id": "agent_eval_20260909_0001",
    "statement": "Before publishing this irreversible action, evaluate its structural risks, tensions, and reversibility.",
    "subject_kind": "action"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "consent": {
              "const": true,
              "type": "boolean"
            },
            "evaluation_id": {
              "maxLength": 128,
              "minLength": 16,
              "pattern": "^[A-Za-z0-9_-]+$",
              "type": "string"
            },
            "statement": {
              "maxLength": 6000,
              "minLength": 20,
              "type": "string"
            },
            "subject_kind": {
              "enum": [
                "action",
                "claim",
                "policy",
                "relation",
                "artifact"
              ],
              "type": "string"
            }
          },
          "required": [
            "evaluation_id",
            "subject_kind",
            "statement",
            "consent"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON