Skip to main content

Module types

Module types 

Source
Expand description

Request and response types for the highflame-shield API.

Structsยง

DetectorInfo
Single detector entry returned by GET /v1/detectors.
DetectorResult
Per-detector result included in every ShieldResponse.
DeterminingPolicy
Cedar policy that contributed to the deny decision.
FileContext
File operation context.
HealthResponse
Response from GET /v1/health.
ListDetectorsResponse
Response from GET /v1/detectors.
McpContext
MCP server context.
ModelContext
LLM model context for the current request.
RootCause
Root-cause entry explaining why a deny was issued.
SessionDelta
Cross-turn session state delta returned with each response.
ShieldRequest
Request body for POST /v1/guard.
ShieldResponse
Response from POST /v1/guard.
TokenResponse
Response from the token exchange endpoint.
ToolContext
Tool-call context forwarded to the guard endpoint.