01 · The Vault
Cryptographic isolation
BYO provider keys in iam.custom_model_endpoints are AES-GCM encrypted with a per-secret DEK. Azure Key Vault wraps that DEK with RSA-OAEP-256. List/register/rotate never return decrypted keys.
Trust Center
Routing LLM traffic through Kimss does not make us a second model vendor or a key custodian you cannot inspect. Customer provider credentials are envelope-encrypted and client-write-only. The default proxy records metadata and token counts — not prompt archives.
The same three guarantees we give CISOs, the public security assistant, and developers integrating the vaulted proxy.
Last updated: August 15, 2026
01 · The Vault
BYO provider keys in iam.custom_model_endpoints are AES-GCM encrypted with a per-secret DEK. Azure Key Vault wraps that DEK with RSA-OAEP-256. List/register/rotate never return decrypted keys.
02 · The Payload
Default telemetry is correlation IDs, identity claims, tool names, and token counts — including stream_options.include_usage on the BYO hop. Full request/response text is not stored in the compliance pipeline.
03 · Governance
Hermis enforces Entra-authenticated sessions, a tool allowlist, and a mid-hop kill switch on routed agents. GatewayLogs on the compliance path are the Article 12–oriented trail — labeled gateway-verified, never confused with self-reported usage.
Plaintext DEKs exist only in process memory during encrypt and decrypt. The KEK never leaves Azure Key Vault.
enc.v3 blob onlyScope: Connected Infrastructure BYO keys and MCP auth headers. Kimss SDK keys are hashed. Platform Foundry access uses managed identity — not this vault.
Don't expose your internal databases to unmanaged AI. Connect your Model Context Protocol (MCP) servers to the Kimss gateway. We automatically map every internal tool call to a verified SSO identity, enforce Role-Based Access Control (RBAC), and maintain an immutable audit trail of every database query your AI makes.
Identity
Every MCP tools/call is bound to the signed-in Entra tid/oid before Kimss contacts your server.
Vault
MCP auth headers use the same enc.v3 envelope as Connected Infrastructure keys. List APIs never return decrypted tokens.
Audit
Executions land in telemetry.ai_requests as gateway-verified events, plus the tenant audit log. Kill switch severs MCP mid-hop.
Deep technical detail, client-write-only behavior, and caveats live in developer docs. Formal attestations remain under NDA.