Changelog
All notable changes to the Crittora API for Developers will be documented in this file.
Version 1.2.0
Released on August 2, 2026
Documentation update for CAAB authority envelope verification and the initial DonorOps verification profile.
CAAB Authority Verification
- Added POST /v1/authority/verify documentation
New guide and OpenAPI contract for verifying short-lived CAAB authority envelopes without returning decrypted payloads.
- Documented the donorops-v2 authority profile
The profile covers supported operations, binding checks, signer validation, digest verification, and lifetime handling.
Version 1.1.0
Released on March 8, 2026
Documentation update that separates the Direct API / JS SDK flow from the Managed API flow and improves getting-started guidance.
โจ Documentation Improvements
- ๐งญ Split getting started by integration mode
The docs now distinguish between Direct API and Managed API from the first page.
- ๐ฆ Added JS SDK quickstart
New quickstart for @crittora/sdk-js covering CrittoraClient, cognitoAuthProvider, and the legacy compatibility class.
- ๐ Added Managed API quickstart
New quickstart for the hosted Cognito flow at https://managed.crittoraapis.com/v1.
- ๐ Added Python SDK quickstart
New quickstart for crittora-sdk-python covering sync, async, and Cognito-backed direct API usage.
- ๐งพ Clarified API reference scope
Endpoint reference pages now explicitly frame their examples as Managed API examples and point Direct API users to the runtime guides.
- ๐ Normalized API base URLs
Docs now consistently reference https://api.crittoraapis.com and https://managed.crittoraapis.com/v1.
โก Getting Started UX
- ๐ชง Decision helper
The getting-started page now explains when to choose Direct API versus Managed API in one sentence.
- ๐ Improved scanability
Added comparison cards, stronger call-to-action labels, section anchors, and an on-page navigation card.
- โ FAQ and structured data
Added a crawlable FAQ section plus FAQPage JSON-LD to improve answer engine and search engine extraction.
Version 1.0.0
Released on December 19, 2024
Initial release of the Crittora API for Developers - a comprehensive document encryption and management platform.
โจ New Features
- ๐ Encrypt API Endpoint
Secure data encryption using Crittora's PQC technology with AWS Cognito authentication
- ๐ Decrypt API Endpoint
Decrypt previously encrypted data with secure authentication
- โ Decrypt & Verify API Endpoint
Combined decryption and digital signature verification in a single call
- โ๏ธ Sign & Encrypt API Endpoint
Digital signing and encryption in one secure operation for maximum security
- ๐ Comprehensive Documentation
Developer-friendly API documentation with code examples in cURL, JavaScript, and Python
- ๐จ Modern Developer Portal
Clean, responsive interface with search functionality and intuitive navigation
- ๐ AWS Integration
Built on AWS infrastructure with Cognito authentication and secure credential management
- โก High Performance
Optimized for speed and reliability with enterprise-grade security
โก Technical Specifications
- Authentication
AWS Cognito integration with username/password authentication
- Encryption Technology
Post-Quantum Cryptography (PQC) powered by Crittora technology
- API Format
RESTful API with JSON request/response format
- Security
HTTPS enforcement, secure credential storage, and regular key rotation
- Response Format
Standardized JSON responses with transaction IDs and metadata
๐ API Endpoints
- POST /encrypt
Encrypt plaintext data with secure authentication
- POST /decrypt
Decrypt previously encrypted data
- POST /decrypt-verify
Decrypt data and verify digital signature
- POST /sign-encrypt
Sign and encrypt data in one operation
๐ Getting Started
Ready to start using the Crittora API? Check out our getting started guide and explore the comprehensive API documentation.
- ๐ Getting Started Guide
Step-by-step guide to integrate with the Crittora API
- ๐ Authentication Setup
Configure AWS Cognito credentials and partner API keys
- ๐ป Code Examples
Ready-to-use code snippets in multiple programming languages
- ๐ ๏ธ SDK Support
Official SDKs and libraries for popular programming languages
๐ฎ What's Next?
We're constantly working on improving the Crittora API. Here's what you can expect in future releases:
- ๐ฑ Mobile SDKs
Native iOS and Android SDKs for mobile app integration
- ๐ Webhooks
Real-time notifications for encryption/decryption events
- ๐ Analytics Dashboard
Usage analytics and monitoring for API calls
- ๐ Advanced Security Features
Additional security layers and compliance features
