FIRERAVEN DOCUMENTATION
Ship safer AI systems.
Add real-time guardrails with FireGuard and evaluate and pentest AI agents with RedRaven.
FG_URL="https://api.fireraven.ai/public/fireguard/v1"curl -sS -X POST "$FG_URL/input_guardrails?conversation_id=$CONVERSATION_ID" \ -H "X-API-Key: $FIREGUARD_API_KEY" \ -H "Content-Type: application/json" \ -d '{"messages_history":[{"role":"user","content":"Can you help me?"}]}'Copy a short example, add your credentials, and jump to the product quickstart for the full flow.
START BUILDING