Getting Started
Install and authenticate the Highflame Python SDK, then add your first Shield-protected prompt, tool, or model response.
Installation
pip install highflame# uv
uv add highflamepip install 'highflame[langgraph]'
pip install 'highflame[crewai]'
pip install 'highflame[strands]'
pip install 'highflame[foundry]'Authentication
from highflame import Highflame
client = Highflame(api_key="hf_sk_...")Quick Start With Shield
ShieldHandling Blocked Calls
Async Functions
Where To Go Next
Last updated