How to use this page

Treat the explorer state like a request body, then inspect exactly what comes back.

This page is intentionally lower-level than the grid and graph views. Instead of clicking through controls, you can type the same state directly, see how it gets normalized, and grab the matrix, a selected cell, or the current headline answer.

1

Pick a request shape

Start from one of the example buttons if you want a fast template for grid matrices, grid cells, or graph answers.

2

Pass in the state you care about

Use the same core knobs as the existing explorers: count, metric, focus tokens, train/eval subsets, and the lens-specific controls.

3

Read the normalized response

The output echoes the resolved state first, so it is easy to confirm how labels, indices, defaults, and column filters were interpreted.

API explorer

Send the grid or graph state through one shared request body.

Paste JSON, run it in-browser, and inspect the normalized response. The request can stay flat or tuck the explorer controls under a nested state object.

Request

Request JSON

Subset references accept labels like ABC, arrays like ["A","B","C"], or numeric subset indices.

Flat and nested forms both work. These requests are evaluated entirely client-side with the same toy math helpers the existing explorers use.
Response

Normalized output

The response echoes the resolved state, then returns either the matrix, the selected cell, or the current headline answer.

// Run a request to see the response here.