Getting Started
Integrations and SDK
Connect Ice Phi to your AI pipelines using our official Python PIP package.
Python PIP Package
Target Runtimes: Python 3.8+ | FastAPI | LangChain | LlamaIndex
Status: Published on PyPI
https://pypi.org/project/icephi/
Installation
pip install icephi
Quickstart Example
from icephi import IcePhi
client = IcePhi(api_key="your_api_key")
response = client.scan(prompt="User input string here")
if response.is_flagged:
raise ValueError("Prompt injection threat detected.")
Zero-Data-Retention Policy
Payload content sent to Ice Phi endpoints is processed strictly in-memory during real-time threat inspection. No prompt inputs or model outputs are written to disk, logged, or cached.
For enterprise compliance questions or support, contact [email protected].
Last modified on
