VYSP.AI Product Documentation
VYSP.AI Homepage
  • Welcome to our Documentation!
  • VYSP.AI Security Platform and API Usage Documentation
  • Basic Concepts of VYSP.AI Security API
  • Get started
    • Rules
    • Flows
    • Gates
    • Knowledge Databases
  • Using the platform
  • SSO Authentication
  • Python Client
    • Python Client Library for VYSP API
    • Quick Setup with Python Client Library
    • Demo Project (Flask/Python)
    • Documentation for Python Client Library Functions and Classes
  • TypeScript/JS Client
    • TS/JS Client Library for VYSP.AI API
    • Quick Setup with TS/JS Client Library
    • Demo Project (Next.JS)
    • Documentation for TypeScript Client Library Functions and Classes
  • JavaScript Client
    • JavaScript Client Library for VYSP API
    • Quick Setup with JavaScript Client Library
    • Demo Project (Next.JS)
    • Documentation for JavaScript Client Library Functions and Classes
Powered by GitBook
On this page
  1. Get started

Rules

Rules are filters for your AI Firewall. Each one uses a rigorously tested machine-learning model to scan input prompts and model outputs for malicious or otherwise high-risk material. There are different Rule Types for inputs and outputs with some overlap. There are 24 Rule Types as or right now:

Input Rule Types:

  • Prompt Anonymization

  • Prompt Injection Detection

  • Ban Code

  • Ban Competitors

  • Ban Topics

  • Ban Substrings

  • Code Detection

  • Gibberish Detection

  • Invisible Text Detection

  • Language Detection

  • Regex Detection

  • Secrets Detection

  • Sentiment Filter

  • Token Limiter

  • Toxicity Filter

Output Rule Types:

  • Ban Competitors

  • Ban Topics

  • Ban Substrings

  • Bias Detection

  • Code Detection

  • Prompt Deanonymization

  • JSON Validator

  • Language Detection

  • Language Same in Output

  • Malicious URL Detector

  • No Refusal Filter

  • Reading Time Filter

  • Fact Check

  • Gibberish Detection

  • Regex Detection

  • Relevance Filter

  • Sensitive Info Detection

  • Sentiment Filter

  • Toxicity Filter

  • URL Reachability Filter

PreviousGet startedNextFlows

Last updated 1 year ago