Getting Started with Python SDK
Enkrypt AI Python SDK
A Python SDK with Guardrails, Models, Deployments, AI Proxy, Datasets and Red Team functionality for API interactions.
See https://pypi.org/project/enkryptai-sdk
Also see the API documentation at https://docs.enkryptai.com
Table of Contents
- Installation
- Environment Variables
- Helper functions for all response classes
- Setup
- Sample Variables
- Sample Configurations
- Health Checks
- Guardrails Quickstart
- Guardrails Response Objects
- Available Guardrails Detectors
- Guardrails Configs
- Guardrails Policy Management
- Guardrails Evals
- Guardrails PII anonymization and de-anonymization
- Models
- Deployments
- AI Proxy with Deployments
- Datasets
- Redteam
- Copyright, License, and Terms of Use
Installation
Environment Variables
Set the following environment variables:
OPENAI_API_KEY
: Your OpenAI API keyENKRYPTAI_API_KEY
: Your EnkryptAI API keyENKRYPTAI_BASE_URL
: The base URL for the EnkryptAI API
Helper functions for all response classes
to_dict
We can use the to_dict
method to convert the response objects to dictionaries.
Setup
Sample Variables
Sample Configurations
Sample Guardrails Detector Config
Sample Model Config
Sample Deployment Config
Sample Dataset Config
Sample Redteam Model Health Config
Sample Redteam Target Config
Sample Redteam Model Config
Health Checks
Guardrails Health
Guardrails Status
Guardrails Models Loaded
Redteam Health
Model Health
Guardrails Quickstart
Guardrails Response Objects
The SDK provides wrapper classes for API responses that provides additional functionality.
GuardrailsDetectResponse
The GuardrailsDetectResponse
class wraps detect
and policy_detect
responses:
Available Guardrails Detectors
injection_attack
: Detect prompt injection attemptsbias
: Detect biased contentpolicy_violation
: Check against custom policy rulestopic_detection
: Detect specific topicsnsfw
: Filter inappropriate contenttoxicity
: Detect toxic languagepii
: Detect personal informationcopyright_ip
: Check for copyright/IP violationssystem_prompt
: Detect system prompt leakskeyword_detector
: Check for specific keywords
Each detector can be enabled/disabled and configured with specific options as documented in the API docs.
Guardrails Configs
Instead of using a dictionary to configure detectors directly, you can also use GuardrailsConfig
to create configurations for each detector.
Injection Attack
Policy Violation
Toxicity
NSFW
Bias
PII
Topic Detection
Keyword Detector
Copyright IP
System Prompt
Detect with config
Guardrails Policy Management
Policies allow you to save and reuse guardrails configurations.
Create a Policy
Modify a Policy
Get Policy Details
List Policies
Delete a Policy
Use a Policy to Detect
Guardrails Evals
The Guardrails Client also provides functionality to evaluate LLM responses for adherence to context, relevancy to questions and deetecting hallucinations.
Check Context Adherence
Evaluate if an LLM’s response adheres to the provided context:
Check Question Relevancy
Evaluate if an LLM’s response is relevant to the asked question:
Check Hallucination
Detect hallucinations in an LLM’s response:
Guardrails PII anonymization and de-anonymization
The Guardrails Client also provides functionality to redact and unredact PII in text.
Models
Add a Model
Saved Model Health
Get Model Details
List Models
Modify a Model
Delete a Model
Deployments
Add a Deployment
Get Deployment Details
List Deployments
Modify a Deployment
Delete a Deployment
AI Proxy with Deployments
We can proxy to the AI model configured in the deployment using the OpenAI SDK.
Datasets
Datasets are used for red teaming evaluations. Instead of using “standard” dataset, you can create custom datasets and use them in red teaming evaluations.
Add a Dataset
Get Dataset Details
List Datasets
Get Dataset Task Status
Get Datacard
Get Dataset Summary
Redteam
Redteam evaluations are used to test models for security vulnerabilities.
Add a Redteam Task with Target Model Config
Add a Redteam Task with a saved model
Get Redteam Task Status
Get Redteam Task
List Redteam Tasks
Get Redteam Task Results Summary
Get Redteam Task Results Summary of Test Type
Get Redteam Task Results Details
Get Redteam Task Results Details of Test Type
Copyright, License and Terms of Use
© 2025 Enkrypt AI. All rights reserved.
Enkrypt AI software is provided under a proprietary license. Unauthorized use, reproduction, or distribution of this software or any portion of it is strictly prohibited.
Terms of Use: https://www.enkryptai.com/terms-and-conditions
Enkrypt AI and the Enkrypt AI logo are trademarks of Enkrypt AI, Inc.