Deploy

Standard (hosted)

Shared team policy, hosted MCP/ingress, active vault on Blekline infrastructure — 100k mask units per month.

View as Markdown

When to use: Engineering teams who accept Blekline-operated keys and want hosted MCP, ingress proxy, and an active PII vault without running a cluster sidecar.

Architecture

flowchart LR
  Client[Claude / Cursor / ingress] --> Proxy[Hosted MCP + /api/mask]
  Proxy --> Vault[Active vault TTL]
  Proxy --> Activity[Activity + audit]

Honesty: Standard is not zero-knowledge. Blekline holds vault keys and can decrypt for support and rehydration within policy.

Prerequisites

  • Standard subscription ($199 / €199) — Billing
  • Workspace token with mask:write

Install

npx @blekline/init --path hosted
npx @blekline/cursor-hooks init

Confirm .blekline/policy.json has "maskBackend": "hosted" and .blekline/cursor.json has "promptMaskSource": "cloud".

Connect MCP (see Cursor or Claude Code).

Verify

  1. Send a test prompt with an email address through hosted mask.
  2. Confirm masked placeholders reach the model.
  3. Check Usage — hosted mask units increment toward 100,000 / month.

Operate

TopicDetail
Included volume100,000 hosted mask units / UTC month
Overage$8 / €8 per 1,000 units (warn at 80%)
VaultActive PII vault; Blekline-operated DEK
Fleet pathNeed in-cluster only? → Fleet sidecar

Next steps