Product
Hosted console
The customer UI at console.lexicor.io. Sign in, manage agents and policies, send requests, review audit evidence, and upgrade your plan.
Open the console
- Go to console.lexicor.io/login
- Sign in with the credentials provided for your tenant.
- Verify email if asked, then you land on the Dashboard.
Everything you do here hits api.lexicor.io through the console BFF. You can always use curl with a revealed API key instead.
Where things live
Left sidebar (hosted Cloud console):
| Section | Pages | Use for |
|---|---|---|
| Overview | Dashboard, Live Activity, Send request | Health, live traffic, one-off request tests |
| Registry | Agents, Tools, Data Sources, Agent Groups | What can talk to what |
| Security | Policies, Credentials, Approvals, Lifecycle | Rules, secrets, and human gates |
| Enterprise | Trust Boundaries, Federation | Cross-org trust boundary — Enterprise plans only; other tiers see these greyed out with a contact-sales prompt |
| Add-ons | Edge, MCP Proxy | Edge client ($79); local MCP mediation ($129) — see Plans & pricing |
| Evidence | Audit Log, Alerts, Compliance | Look up decisions; alerts; export packs |
| System | Settings | API key reveal, plan upgrade |
First hour checklist
- Settings — reveal API key; store it in your secret manager (not chat or git).
- Send request — run a sample call and confirm you get a decision.
- Audit Log — find that decision by correlation id.
- Policies — open the default policy and note fail-closed denials.
- Optional: Upgrade with card when you need Standard or Pro limits.
Overview screens
Dashboard
Snapshot of tenant health and recent activity. Start here after login.
Live Activity
Streaming view of recent request / envelope traffic so you can see allow vs deny in near real time.
Send request
Interactive inspector to send a request without leaving the browser. Useful for demos and debugging before wiring integrations.
Registry
Register the agents, tools, and data sources in your estate. Groups let you apply the same posture to many agents. Keep names stable — policies and audit rows refer to them.
Security
Policies
Edit and version the rules that each request uses. Denials are intentional (fail-closed): a reject is a successful enforcement, not an outage.
Trust Boundaries (Enterprise)
Topology of where traffic crosses trust zones (for example MCP Proxy vs cloud API). Part of the Enterprise trust boundary along with Federation — see pricing.
Approvals
Human-in-the-loop queues when a policy requires an operator before a sensitive action proceeds.
Add-ons
MCP Proxy
Configure upstream MCP servers and confirm entitlement. Full guide: MCP Proxy.
Evidence
Audit Log
Searchable history of mediated decisions. Filter by correlation id after a PoV call.
Compliance
Export steward-facing evidence packs (EU AI Act, NIST AI RMF, and other schemas) without reconstructing ledger rows by hand.
Settings & billing
- Reveal API key — one-time display from the vault for curl and integrations.
- Upgrade with card — Standard ($149/mo) or Pro ($499/mo) via Stripe Checkout. Compare tiers: Plans & pricing.