NEW Meet Eddy — our Creatio Implementation Agent. He owns the project end to end. Hire Eddy

The Context Layer
for Creatio.

Every entity, field, lookup, page, and business process in your Creatio instance, indexed into a snapshot. Browse it visually in the Explorer. Mount it as MCP in your coding agent and ask anything in plain English.

Index your instance See how it works
How it works
01
Connect

Point at your Creatio instance.

Read-only by default. Sandbox or production. Scopes are explicit per environment.

02
Index

Every field. Every BP. One snapshot.

ctx10 runs an indexer over your Creatio instance and produces a snapshot: every entity, lookup, page, business process, business rule, role, and dashboard — and the edges between them. Re-run whenever you need a fresh snapshot.

03
Explore

Browse the snapshot visually.

The Explorer is the web app for humans. Walk the schema tree, click an entity to see every field, every BP that touches it, every dashboard that depends on it — without writing a query.

04
Ask

Mount MCP. Ask in English.

Plain-English Q&A lives in your coding agent. Mount ctx10/index in Claude, Cursor, or Continue and ask anything — find_usages, blast_radius, explain_bp, all grounded in the actual schema.

05
Trace

Live process logs, narrated.

ctx10/live streams Creatio process execution and correlates each step against the index. Incidents become explanations, not log dives.

ctx10 · connect Creatio instance
acme.creatio.com
OAuth · service account scoped
Read-only
Environment Sandbox
Granted scopes
schema.read processes.read pages.read dashboards.read logs.tail
Connected · ready to run first index 12s
ctx10 · running index · acme.creatio.com ● run #34
Stage 12 of 14 · cross-references 88%
247
Entities
4,812
Fields
162
Processes
89
Pages
74
Lookups
38
Rules
23
Dashboards
41
Roles
previous snapshot · #33 · 4d ago re-run anytime
ctx10 · explorer · snapshot #34
Opportunity / Amount
Number · Money
Read by · 5
  • BPBP_OpportunityScoring
  • BPBP_RevenueForecast
  • BPBP_DealStageGate
Filtered in · 3
  • DBDashboard_Pipeline · 3 widgets
Edited on · 1
  • UIOpportunityForm · NumberEdit
claude · @ctx10/index mounted MCP
You
I want to add a deal-desk approval step to BP_OpportunityScoring. What depends on it?
Claude · via @ctx10/index
blast_radius("BP_OpportunityScoring", "modify") find_usages("BP_OpportunityScoring", 2)

12 surfaces depend on it. The ones to watch:

  • BP_RevenueForecast — calls it on line 88; a new gating step would block forecasts
  • Dashboard_Pipeline — 3 widgets show its score output
  • UI_OpportunityForm — surfaces the score field in the header

I can draft the modified BP — say the word.

ctx10/live · BP_RevenueForecast ● streaming
p95 latency · last 60s ↑ anomaly · 14:02:11
14:02:11 BP_RevenueForecast: reads all 38 cols of Opportunity 14:02:11 ↳ scan 124,000 rows · 412ms 14:02:12 ↳ projection skipped · join Account 14:02:12 + ctx10 suggests: project (Id, Amount, OwnerId) → save 11ms / row 14:02:13 ↳ blast_radius: 4 dashboards · 2 BPs 14:02:13 apply fix? [review diff →]
The Context Layer

Every field, lookup, page, and process — indexed.

A snapshot graph of your Creatio instance. Browse it visually in the Explorer, or mount it as MCP in your coding agent and ask anything in plain English. Re-run on demand. The foundation every other agent stands on.

Account · 12 references resolved in 41ms
MCP surface

Your agents share the same memory.

Two hosted MCP servers — one indexed, one live. Mount them in Claude, Cursor, or anything that speaks MCP.

ctx10/index ctx10/live
# resolve field usage across the entire instance
 @ctx10/index find_usages(field="Opportunity.Amount", depth=2)

→ 14 usages · 41ms

  read    BP_OpportunityScoring         line 142
  read    BP_RevenueForecast            line 88  · sum()
  write   UI_OpportunityForm            NumberEdit
  filter  Dashboard_PipelineByOwner     3 widgets
  read    BP_DealStageGate              guard

    BP_RevenueForecast reads all 38 columns of Opportunity
  +  Suggested fix: project (Id, Amount, OwnerId) → −11ms/row
ctx10/index
indexed

The Context Layer as MCP. Resolve refs, find usages, compute blast radius, diff the instance over time.

ctx10/live
● live

Live process traces, correlated against the index. Explain incidents in seconds — not log dives.

Built for

Teams who deliver Creatio.

Consultants with coding agents

Mount the MCP in Claude or Cursor. Your agent grounds every answer in your actual schema — no more invented field names.

On-call engineers

3am incident? You want an explanation, not a log viewer. ctx10/live correlates traces against the index in seconds.

Architects planning changes

Compute blast radius before you modify a business process, rule, or lookup. Every page, BP, and dashboard that depends on it — listed up front.

New team members

Walk the snapshot in the Explorer to learn the shape of the instance. Ask the MCP what you cannot find. No wikis required.

Frequently asked

Questions teams ask before they pilot.

What is ctx10?
ctx10 is the Context Layer for Creatio. You run it against your Creatio instance and it produces a snapshot — an index of every entity, field, lookup, page, business process, business rule, role, and dashboard, plus the edges between them. Browse the snapshot visually in the Explorer (web app). Ask it anything in plain English by mounting it as MCP in your coding agent — Claude, Cursor, Continue, or any MCP client.
What exactly does ctx10 index?
Every entity, every field, every lookup, every page, every business process, every business rule, every role, every dashboard — and the edges between them. The index also captures cross-references: where a field is read, written, filtered, or projected; which BPs guard which transitions; which dashboards depend on which queries. Re-run the indexer whenever you want a fresh snapshot.
How do I navigate the snapshot?
Two interfaces, two audiences. The Explorer is the web app — a visual schema browser. Walk the tree, click an entity, see every field, every BP that touches it, every dashboard that depends on it — without writing a query. MCP is the agent interface — mount ctx10/index in Claude Code, Cursor, Continue, or any MCP client and ask anything in plain English. Tools: find_usages, blast_radius, resolve_ref, diff_index, explain_bp.
What is ctx10/live?
A second hosted MCP server that streams live process execution from your Creatio instance and correlates each step against the Context Layer index. Tools: tail_bp, correlate, propose_fix, recent_errors, latency_anomalies. The result: incidents become explanations, not log dives.
Which coding agents work with ctx10?
Any MCP-compatible client. That includes Claude Code, Cursor, Continue, Cline, and custom agents built with the Anthropic, OpenAI, or open-source MCP SDKs. ctx10 is protocol-native — no lock-in on the agent side.
Is ctx10 read-only? How is access scoped?
Read-only by default. Write scopes are explicit and granted per Creatio environment (sandbox vs. production). The Context Layer never trains foundation models on customer data; index data stays in the customer’s dedicated tenant.
How long does an index run take?
Typically minutes for a clean sandbox, up to an hour for large production instances (thousands of entities, tens of thousands of fields). You re-run the indexer when you need a fresh snapshot — pricing scales by the number of snapshots, not by data volume.

Index your instance.
Ask anything.

30-minute walkthrough on your own sandbox. We index it live. You ask the questions you've been wishing you could.

Read-only by default · explicit write scopes per environment