ONE CALL ✦ ILLUMINATE ANY AGENT ✦ SHA-256 SEALED ✦ BUILD ON IT ✦ ONE CALL ✦ ILLUMINATE ANY AGENT ✦ SHA-256 SEALED ✦ BUILD ON IT ✦ ONE CALL ✦ ILLUMINATE ANY AGENT ✦ SHA-256 SEALED ✦ BUILD ON ITONE CALL ✦ ILLUMINATE ANY AGENT ✦ SHA-256 SEALED ✦ BUILD ON IT ✦ ONE CALL ✦ ILLUMINATE ANY AGENT ✦ SHA-256 SEALED ✦ BUILD ON IT ✦ ONE CALL ✦ ILLUMINATE ANY AGENT ✦ SHA-256 SEALED ✦ BUILD ON IT
Docs
⚡ one call

Illuminate any agent
in one call.

Send a task, get back a structured reasoning trace with an on-chain-ready proof hash.

Quickstart

The API base URL:

BASE https://lightinclaw-api-production.up.railway.app

Send a plain-language task and receive an illuminated reasoning trace.

// illuminate a task
const res = await fetch(BASE + "/api/illuminate", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ task: "Should I bridge USDC to Solana now?" })
});
const trace = await res.json();

POST /api/illuminate

Runs the agent on a task and returns the full reasoning trace. Body parameters:

{
  "task": "string"   // required, max 160 chars
}

Response shape

{
  "task": "...",
  "steps": [
    { "thought": "...", "detail": "..." }
  ],
  "conclusion": "...",
  "hash": "sha256 of the trace",
  "id": "permalink uuid"
}

Verifying a trace

The hash is the SHA-256 of the canonical JSON of steps + conclusion. Re-serialize, re-hash, and compare. A mismatch means the trace was altered.

import crypto from "crypto";
const canonical = JSON.stringify({ steps, conclusion });
const h = crypto.createHash("sha256").update(canonical).digest("hex");
// h should equal response.hash

Rate limits

The public demo endpoint is limited to 10 illuminations per IP per day. Higher limits and on-chain anchoring are available to $LIC holders.

ONE CALL 🐾 ILLUMINATE ANY AGENT 🐾 SHA-256 SEALED 🐾 BUILD ON IT 🐾 ONE CALL 🐾 ILLUMINATE ANY AGENT 🐾 SHA-256 SEALED 🐾 BUILD ON IT 🐾 ONE CALL 🐾 ILLUMINATE ANY AGENT 🐾 SHA-256 SEALED 🐾 BUILD ON ITONE CALL 🐾 ILLUMINATE ANY AGENT 🐾 SHA-256 SEALED 🐾 BUILD ON IT 🐾 ONE CALL 🐾 ILLUMINATE ANY AGENT 🐾 SHA-256 SEALED 🐾 BUILD ON IT 🐾 ONE CALL 🐾 ILLUMINATE ANY AGENT 🐾 SHA-256 SEALED 🐾 BUILD ON IT