Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Cato Networks provides AI security inspection for LLM traffic via the analyze API.
Requires Backend v1.17.0+.

Using Cato with Portkey

1. Add Cato Credentials to Portkey

  • Navigate to Admin SettingsPlugins
  • Edit the Cato Networks integration
  • Add your Cato API credentials per your Cato deployment

2. Add Cato Guardrail Check

  • Navigate to GuardrailsCreate
  • Search for “Cato Networks Guardrail” and click Add
  • Configure:
    • User Email (userEmail, optional) — sent as x-cato-user-email for policy enforcement and audit
    • Gateway Key Alias (keyAlias, optional) — sent as x-cato-gateway-key-alias for tracking
    • Timeout (timeout, default 5000 ms)
  • Set guardrail actions and create the guardrail
Check NameDescriptionParametersSupported Hooks
Cato Networks GuardrailInspects content via Cato analyze API; can monitor, anonymize, or blockuserEmail, keyAlias, timeoutbeforeRequestHook, afterRequestHook

3. Attach to a Config

{
  "input_guardrails": ["guardrails-id-xxx"],
  "output_guardrails": ["guardrails-id-yyy"]
}
See Configs for usage with SDKs and the gateway.
Last modified on May 27, 2026