Answer typed questions about a state
Answer typed questions about a state. Demo only, after explicit user confirmation of /SKILL.md terms. No production or consequential real-world decisions. Returns one answer per question: a yes probability (noul), an option and distribution (choice), or a rubric rating (score). Confidence is not proof of correctness. The response reports model and token usage; pay only against the live 402 quote for the request.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
943 msmedian answer time
$0.000024listed price per call
$0.000024price 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://jev.agents.bakingbad.dev/v1/systemone
| Category | Market data |
|---|---|
| Provider host | jev.agents.bakingbad.dev |
| Networks | eip155:42793, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | batch-settlement, exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.000024 | 943 ms |
Example input (from the provider)
{
"body": {
"model": "jev-latest",
"questions": {
"department": {
"criteria": {
"billing": "Payments, invoicing, refunds",
"sales": "Pricing, upgrades, new accounts",
"technical": "Bugs, outages, integrations"
},
"instructions": "Which team should handle this?",
"type": "choice"
},
"frustration": {
"criteria": [
"Calm",
"Frustrated",
"Very angry"
],
"instructions": "How frustrated is the customer?",
"type": "score"
},
"is_urgent": {
"criteria": {
"false": "No urgency expressed",
"true": "Explicitly time-sensitive"
},
"instructions": "Does this convey urgency?",
"type": "noul"
}
},
"state": "Help! My payouts have been failing for 3 days."
},
"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": {
"model": {
"description": "Required model name or alias. Discover aliases with GET /v1/models; supported versioned IDs can be accepted even when not listed. The service does not insert a default.",
"example": "jev-latest",
"type": "string"
},
"questions": {
"additionalProperties": {
"description": "One independent typed judgment about the shared state. Questions cannot read other answers in the same request. Give each question its full meaning; its map key is not shown to the model.",
"oneOf": [
{
"description": "A yes/no question; the answer is the probability of yes",
"properties": {
"criteria": {
"anyOf": [
{
"description": "Optional definitions of the yes and no outcomes.",
"properties": {
"false": {
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"additionalProperties": true,
"type": "object"
},
{
"items": {},
"type": "array"
}
],
"description": "Text or structured context used to describe a judgment or rubric level."
},
{
"type": "null"
}
],
"description": "What qualifies as no."
},
"true": {
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"additionalProperties": true,
"type": "object"
},
{
"items": {},
"type": "array"
}
],
"description": "Text or structured context used to describe a judgment or rubric level."
},
{
"type": "null"
}
],
"description": "What qualifies as yes."
}
},
"type": "object"
},
{
"type": "null"
}
],
"description": "Optional yes/no definitions; omission or null is allowed."
},
"instructions": {
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"additionalProperties": true,
"type": "object"
},
{
"items": {},
"type": "array"
}
],
"description": "Text or structured context used to describe a judgment or rubric level."
},
{
"type": "null"
}
],
"description": "The judgment to make, as text or structured context. The live upstream schema permits omission or null; supply meaningful instructions for useful evaluations."
},
"type": {
"enum": [
"noul"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "Picks one option from the set you define",
"properties": {
"criteria": {
"additionalProperties": {
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"additionalProperties": true,
"type": "object"