Build Secure AI & non-AI workload
Secure your AI agents with runtime identity, governance, credential brokering, and data privacy.
Quick Start
From zero to first secure request
Five interactive steps. Follow them in order.
SDK Installation
Install in your environment's terminal
1helm repo add securelytix https://charts.securelytix.tech2helm install dev-sdk securelytix/dev-sdk \3--set secrets.apiKey="<your-api-key>" \4--set postgresql.enabled=true \5--set "imagePullSecrets[0].name=securelytix-dockerhub"
Overview
Scope and limitations
Dev SDK v1.0.4 capabilities at a glance.
| Capability | Supported |
|---|---|
| Structured data (JSON fields, DB columns, form inputs) | Yes |
| Common PII types (email, phone, credit card, name) | Yes |
| Format-preserving tokenization | Yes |
| Reversible tokenization (detokenize) | Yes |
| File tokenization | Upcoming |
| Streaming data | Upcoming |
| Production-grade KMS integration | Upcoming |
| Multi-tenancy / team isolation | No — single tenant |
The Dev SDK is for testing and evaluation. For production deployments with KMS-backed encryption, audit logging, and SLA-backed support, contact us about the Paid tier.
Overview
Supported PII fields
The vault automatically detects and tokenizes these types. Unmatched fields pass through unchanged and are tagged as unknown.
| PII type | Supported |
|---|---|
| Full Name | Yes |
| Email Address | Yes |
| Phone Number | Yes |
| PAN Card | Yes |
| Aadhaar | Yes |
| UPI ID | Yes |
| Date of Birth | Yes |
| Credit / Debit Card | Yes |
| Age | Yes |
| Gender | Yes |
| IP Address | Yes |
| Unknown / Non-PII | No |
Architecture
How Securelytix sits in your stack
Hover each block to see what it does.
Your Applications
Any pod/Service
Securelytix SDK
Port 8080
PostgreSQL
Token Store
Everything inside your Kubernetes cluster. No external dependencies except license validation calls to securelytix.tech on startup.
Guides