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.
- Console — sign in at console.lexicor.io/login, open Settings, reveal API key.
- Send a request — Overview → Send request, or curl
POST /v1/envelope/mediatewith a stablecorrelation_id. - Audit Log — find the row by that correlation id (or
GET /v1/ledger?correlation_id=…). - Lake — Evidence path /
GET /v1/audit/laketo confirm the decision is queryable. - 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.
- Upgrade to Standard or Pro (Settings → Upgrade with card) so trial caps do not block you. Compare tiers: Plans & pricing.
- Register agents/tools under Registry (or via governance APIs).
- Attach a Policy your requests will use (
policy_id). - From your service, call
POST /v1/envelope/mediatewith the tenant API key. Treat422denials as expected enforcement. - 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.
- Ensure you have mediated traffic in the period you care about.
- Console → Compliance, or
POST /v1/compliance/reportwith a schema such aseu_ai_actornist_ai_rmf. - Download markdown for humans or JSON for GRC tooling.
- Optional:
POST /v1/ledger/replay-laketo 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.
- Enable the MCP Proxy add-on ($129/mo on Standard/Pro).
- Console → Add-ons → MCP Proxy — add upstream servers.
- Run
lexicor-mcp-proxylocally or in your VPC with your Cloud API key. - Point Claude Desktop / IDE MCP clients at the proxy (
localhost:8101). - Confirm usage and audit rows (
boundary_id = mcp-proxy).
Upgrade from trial
- Console → Settings.
- Choose Standard ($149/mo) or Pro ($499/mo) — full comparison: Plans & pricing.
- Upgrade with card → complete Stripe Checkout.
- After payment, limits and entitlements update when the webhook lands (usually seconds). Retry a request if you were previously rate-limited.