v1.0.4 · Developer Edition

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

helm · terminal
1helm repo add securelytix https://charts.securelytix.tech
2helm 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.

CapabilitySupported
Structured data (JSON fields, DB columns, form inputs)Yes
Common PII types (email, phone, credit card, name)Yes
Format-preserving tokenizationYes
Reversible tokenization (detokenize)Yes
File tokenizationUpcoming
Streaming dataUpcoming
Production-grade KMS integrationUpcoming
Multi-tenancy / team isolationNo — 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 typeSupported
Full NameYes
Email AddressYes
Phone NumberYes
PAN CardYes
AadhaarYes
UPI IDYes
Date of BirthYes
Credit / Debit CardYes
AgeYes
GenderYes
IP AddressYes
Unknown / Non-PIINo

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

Popular topics