Zeus Player UI (Tablero ALEPH) API (0.1.0)

Download OpenAPI specification:

REST API for @zeus/player-ui deck tablero and ALEPH bridges.

system

Service health

Responses

Response samples

Content type
application/json
{
  • "status": "ok",
  • "service": "string",
  • "role": "dj",
  • "room": "string",
  • "timestamp": "string"
}

theme

Public theme slice of app config

Responses

Response samples

Content type
application/json
{
  • "theme": null
}

List available themes

Responses

Response samples

Content type
application/json
{
  • "themes": [
    ],
  • "current": "string"
}

Current theme name

Responses

Response samples

Content type
application/json
{
  • "current": "string"
}

Switch active theme

Request Body schema: application/json
required
theme
required
string non-empty

Responses

Request samples

Content type
application/json
{
  • "theme": "string"
}

Response samples

Content type
application/json
{
  • "success": true,
  • "current": "string",
  • "previous": "string"
}

presets

Preset summaries (flat array)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

aleph

ALEPH tablero configuration

Responses

Response samples

Content type
application/json
{
  • "property1": null,
  • "property2": null
}

Linea registry from volume

Responses

Response samples

Content type
application/json
{
  • "error": "string"
}

Anchor grid with MCP cache stats

query Parameters
linea
string

Responses

Response samples

Content type
application/json
{
  • "linea": "string",
  • "grid": null,
  • "property1": null,
  • "property2": null
}

Medicion case data

Responses

Response samples

Content type
application/json
{
  • "error": "string"
}

WP registros for historical year (MCP passthrough)

path Parameters
year
required
number

Responses

Response samples

Content type
application/json
Example
{
  • "year": 0,
  • "registros": [
    ],
  • "property1": null,
  • "property2": null
}

MCP server cards topology

Responses

Response samples

Content type
application/json
{
  • "property1": null,
  • "property2": null
}

mcp

Discovered MCP servers

Responses

Response samples

Content type
application/json
[
  • null
]

dj

Projected game state/ledger as seen by DJ vista

Responses

Response samples

Content type
application/json
{
  • "room": "string",
  • "state": { },
  • "ledger": [
    ]
}

Emit DJ intent (cache|curate|milestone) to game authority

path Parameters
intent
required
string
Enum: "cache" "curate" "milestone"
Request Body schema: application/json
required
lineId
string
registroId
string
property name*
additional property
any

Responses

Request samples

Content type
application/json
{
  • "lineId": "string",
  • "registroId": "string",
  • "property1": null,
  • "property2": null
}

Response samples

Content type
application/json
{
  • "ok": true,
  • "payload": {
    },
  • "room": "string",
  • "error": "string"
}

debug

Debug monitor health (degraded when disabled)

Responses

Response samples

Content type
application/json
{
  • "available": false,
  • "reason": "string"
}

Debug monitor full snapshot

Responses

Response samples

Content type
application/json
{
  • "available": false,
  • "reason": "string"
}

Debug monitor snapshot at JSON path

query Parameters
path
string

Responses

Response samples

Content type
application/json
{
  • "available": false,
  • "reason": "string"
}