Agentic Guardrail
Prompt inspection mitigation endpoints.
Main Endpoint
POST
https://api.icephi.com
/shield
Submit a prompt to the agentic guardrail for inspection.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Main Endpoint › Responses
Inspection result
is_cleanWhether the prompt passed inspection.
statusHuman-readable status of the inspection result.
injection_probEstimated probability that the prompt is an injection attempt (0-1).
matchesNumber of matched threat signatures.
benign_pointsScore indicating benign characteristics of the prompt.
