shipwithjev

Catalog / Triage & routing

0413GitHub

n8n-nodes-typesafe-jev

Community n8n node for asking multiple typed questions over workflow state.

n3ndor/n8n-nodes-typesafe-jevREADME ↗
# n8n-nodes-typesafe-jev

An n8n community node for [TypeSafe Jev](https://typesafe.ai), the TypeSafe System One model for fast, structured decisions.

Jev returns typed decisions rather than generated prose. In a single node execution you can ask several independent questions about the same state and get back calibrated probabilities for classification, routing, verification and scoring.

> Unofficial and community-maintained. Not affiliated with, endorsed by, or supported by TypeSafe.

## Installation

In n8n, go to **Settings → Community Nodes**, select **Install**, and enter:

```text
n8n-nodes-typesafe-jev
```

## Credentials

Create an API key in the TypeSafe console, then add a **TypeSafe API** credential in n8n and paste the key. Press **Test** to confirm it works. The credential is checked against the model list endpoint.

| Field | Required | Notes |
| --- | --- | --- |
| API Key | yes | Stored encrypted by n8n and never written to output data |
| Base URL | no | Defaults to `https://api.typesafe.ai`. Change only for a proxy or dedicated deployment. |

## Node configuration

1. Pick a **Model**, or leave the default. The dropdown is loaded from your account.
2. Supply **State** as plain text, a JSON object or a JSON array. Defaults to the whole incoming item (`{{ $json }}`).
3. Choose **Question Builder** to define questions field by field, or **JSON** to supply a schema generated upstream.
4. Give every question a **Name**. That name is the key its answer appears under.

### Question types

| Type | You provide | Jev returns |
| --- | --- | --- |
| **Choice** | Two or more labelled options, each with an optional description | `choice`, `confidence`, and a probability per label |
| **Yes/No** | Optional descriptions of what counts as yes and no | `noul`, the p

Also filed under Triage & routing

  1. 0527

    Testing Jev on public and private data: classifier or filter? | Blog | Aman Kumar

    ### Jev only answers yes/no or pick-one. 16,000 calls: against gpt-5.4-mini and gpt-5.6-luna on four public datasets, then on a few thousand real pipeline decisions. Where it…

    amankumar.ai · Triage & routing

  2. 0526

    Jev was the tipping point - I built the last MySQL search statement - WPS

    Jev was the tipping point - I built the last MySQL search statement - WPS ... # Jev was the tipping point - I built the last MySQL search statement ... So I built AILIKE. It lets…

    worldprogramming.org · Triage & routing

  3. 0525

    Building an Evidence-Based Resume Analyzer: Why Understanding Beats Guessing

    What we're really tackling is this: How can AI truly assess a resume without falling into the trap of just echoing buzzwords? How do we know the candidate isn't just sprinkling…

    dev.to · Triage & routing

  4. 0418

    World Monitor

    Geopolitical dashboard that batches Jev 1.13.0 headline-severity and topic classifications, validates the answers, and falls back when classification fails.

    koala73 · Triage & routing