SDKs
Integrate with Skyflow’s client-side and server-side SDKs to securely collect, store, and use sensitive data.
Server-side SDKs
Skyflow SDK v2.1.0 is now generally available for all four server-side SDKs — Java, Node.js, Python, and Go. V2.1.0 brings flexible authentication, multi-vault support, a builder pattern for request construction, native data structures, and rich error diagnostics.
What’s new in V2.1.0:
- Flexible authentication: Choose from five auth methods (API keys, environment variables, credentials files, JSON strings, or bearer tokens) to match your deployment model
- Multi-vault support: Manage multiple vaults from a single client instance, reducing code complexity
- Builder pattern: Self-documenting, IDE-friendly request construction with named setters and sensible defaults
- Native data structures: Work directly with language-native types without third-party JSON dependencies
- Rich error diagnostics: Every error includes HTTP status, detailed message, and a unique
requestIdfor instant support correlation - Language-nuanced syntax: Idiomatic API design tailored to each language’s conventions
Authentication
In v1, Python and Go only supported basic bearer token generation. V2 brings full auth parity across all four SDKs — no more workarounds.
Vault operations
Detect operations (new in v2)
Connections
Advanced options
Client management (new in v2)
Migrating from V1
With V2 now GA, V1 enters maintenance mode and will receive critical security patches through October 31, 2026. Each SDK includes a step-by-step migration guide with before/after code examples.
- V1 to V2.1.0 migration guide for Go
- V1 to V2.1.0 migration guide for Python
- V1 to V2.1.0 migration guide for Node.js
- V1 to V2.1.0 migration guide for Java
V1 is deprecated. V1 reaches end of life on October 31, 2026. The table below reflects v1 capabilities for migration reference only. For new integrations, use V2.1.0.
Don’t see your preferred language? You can also generate SDKs using Skyflow’s OpenAPI documents or use the Data, Detect, Payments, and Management APIs directly.
Client-side SDKs
The client-side SDKs include Skyflow Elements, embeddable UI components that help you collect sensitive data securely from the client without exposing your app to sensitive data. They help you handle tokenization, PCI compliance, and compliance with data privacy regulations.