Data Lifecycle
- Volatile Execution: All compression logic runs in volatile server RAM.
- Zero Disk Persistence: Raw input prompts, extracted vault tokens, and compressed outputs are never written to disk, database tables, or persistent logs.
- No Training Retention: Prompts processed by the engine are never retained, indexed, or used for model training.
Transport & Storage
- TLS 1.3 Encryption: All API endpoints enforce modern cryptographic cipher suites.
- SHA-256 Hashing: API keys are hashed with SHA-256 prior to database persistence. Raw secret keys cannot be extracted or reconstructed.
API Key Lifecycle & Scopes
Permission Scopes
scope
Unrestricted access to the compression endpoint and account telemetry logs.
scope
Restricted exclusively to
POST /api/v1/compress. Cannot query usage logs or account billing state.scope
Restricted to querying usage metrics and telemetry logs. Cannot execute prompt compressions.
Expiration Time-To-Live (TTL)
API keys can be configured with automated expiration windows:- 30 Days
- 90 Days
- 1 Year
- Never Expire
401 Unauthorized.