Skip to content
Lexicor Docs

Get started

Workflows

Common paths customers run on Lexicor Cloud. Each workflow lists where you click in the console and which API calls matter if you automate.

Proof of value (trial)

Goal: prove mediate → ledger → lake → evidence pack in one session.

  1. Console sign in at console.lexicor.io/login, open Settings, reveal API key.
  2. Send a request — Overview → Send request, or curl POST /v1/envelope/mediate with a stable correlation_id.
  3. Audit Log — find the row by that correlation id (or GET /v1/ledger?correlation_id=…).
  4. Lake — Evidence path / GET /v1/audit/lake to confirm the decision is queryable.
  5. Compliance — export a markdown pack (POST /v1/compliance/report).

Step-by-step curl: Lexicor Cloud.

Production mediate path

Goal: put Lexicor on every agent or retrieval handoff in a live integration.

  1. Upgrade to Standard or Pro (Settings → Upgrade with card) so trial caps do not block you. Compare tiers: Plans & pricing.
  2. Register agents/tools under Registry (or via governance APIs).
  3. Attach a Policy your requests will use (policy_id).
  4. From your service, call POST /v1/envelope/mediate with the tenant API key. Treat 422 denials as expected enforcement.
  5. Watch Live Activity and Audit Log during rollout.
Correlation ids

Pass a stable correlation_id from your request id so support and compliance can join ledger, lake, and exports later.

Compliance export

Goal: hand auditors a pack without dumping raw ledger internals.

  1. Ensure you have mediated traffic in the period you care about.
  2. Console → Compliance, or POST /v1/compliance/report with a schema such as eu_ai_act or nist_ai_rmf.
  3. Download markdown for humans or JSON for GRC tooling.
  4. Optional: POST /v1/ledger/replay-lake to show how a candidate policy would have changed past decisions.

MCP tools on your network

Goal: mediate MCP tool traffic without sending tool payloads to Lexicor Cloud.

  1. Enable the MCP Proxy add-on ($129/mo on Standard/Pro).
  2. Console → Add-ons → MCP Proxy — add upstream servers.
  3. Run lexicor-mcp-proxy locally or in your VPC with your Cloud API key.
  4. Point Claude Desktop / IDE MCP clients at the proxy (localhost:8101).
  5. Confirm usage and audit rows (boundary_id = mcp-proxy).

Upgrade from trial

  1. Console → Settings.
  2. Choose Standard ($149/mo) or Pro ($499/mo) — full comparison: Plans & pricing.
  3. Upgrade with card → complete Stripe Checkout.
  4. After payment, limits and entitlements update when the webhook lands (usually seconds). Retry a request if you were previously rate-limited.

Next steps

Patent pending — Appl. No. 64/042,667

© 2026 Lexicor. All rights reserved.