Expand description
Request and response types for the highflame-shield API.
Structsยง
- Detector
Info - Single detector entry returned by
GET /v1/detectors. - Detector
Result - Per-detector result included in every
ShieldResponse. - Determining
Policy - Cedar policy that contributed to the deny decision.
- File
Context - File operation context.
- Health
Response - Response from
GET /v1/health. - List
Detectors Response - Response from
GET /v1/detectors. - McpContext
- MCP server context.
- Model
Context - LLM model context for the current request.
- Root
Cause - Root-cause entry explaining why a deny was issued.
- Session
Delta - Cross-turn session state delta returned with each response.
- Shield
Request - Request body for
POST /v1/guard. - Shield
Response - Response from
POST /v1/guard. - Token
Response - Response from the token exchange endpoint.
- Tool
Context - Tool-call context forwarded to the guard endpoint.