DOCUMENTATION

Developer Hub

Everything you need to integrate post-quantum cryptography into your stack. API reference, SDKs, sandbox, and guides.

API Reference

The ANKASecure© API is a crypto-agility orchestration layer. Your application references a Key ID; the platform resolves the algorithm, hybrid configuration, lifecycle state, and policy constraints at runtime. To migrate algorithms, you update a policy — not your application code.

Open full API documentation →

Quick Start

From zero to encrypted payload in under 10 minutes. Get your sandbox key, install the SDK, make your first call.

Start building →

SDKs

The ANKASecure© Java SDK — a Java 17 library distributed via Maven and Gradle. Authenticate once, then call encrypt, decrypt, sign, and verify on classical, post-quantum, and composite hybrid algorithms through one API.

View the Java SDK →

Sandbox

Guided sandbox environment provisioned by the ANKATech team. Request access to run the three labs: policy enforcement, hybrid post-quantum migration, and third-party mediated operations.

Get access →

RESOURCES

ANKASecure© product brochure

An overview of the platform — architecture, use cases, compliance coverage, and deployment model. Share it with your team or security committee.

QUICK START

Your first encrypted payload

curl
curl -X POST https://sandbox.ankatech.co/v1/kem/keypair \
  -H "Authorization: Bearer YOUR_SANDBOX_KEY" \
  -H "Content-Type: application/json" \
  -d '{"algorithm": "kyber768"}'
Read the getting started guide →