Everything you need to explore your data, build apps, automate workflows, and get answers from your knowledge graph.
Scalix Prime is an enterprise data platform that connects all your information into a knowledge graph — a living map of how your data relates. Instead of keeping data in isolated spreadsheets, databases, and systems, Prime brings it together so you can see the full picture.
With Scalix Prime, you can:
Everything runs through the Workshop — a browser-based workspace where you access all of these tools from a single sidebar.
A domain is a top-level grouping for related data — like healthcare, financial-services, or supply-chain. Each domain has its own entity types, relationships, and data schema. When you select a domain in the Workshop, you're scoping everything to that data boundary.
An entity type is a category of objects — Patient, Account, Supplier. Each entity is a specific instance with properties (like a patient's name, date of birth, and medical record number) and relationships to other entities.
Relationships are connections between entities. For example, a Patient HAS_CONDITION Condition, or an Account TRANSFERS_TO Account. These connections are what make a knowledge graph powerful — they reveal patterns that isolated data can't show.
The ontology is the blueprint of your knowledge graph. It defines which entity types exist, what properties they have, and how they connect. Scalix Prime observes your data patterns and recommends ontology improvements for your approval.
Use the Ontology Explorer in Workshop to browse domains, entity types, and relationships interactively. Click any entity to see its full details and follow its connections.
Get started with Scalix Prime Workshop in three steps:
Each Workshop page includes a guided tour that runs automatically on your first visit. Look for the Tour button in any page header to replay it at any time.
The Ontology Explorer is a three-panel browser for navigating your knowledge graph. Select a domain, pick an entity type, and drill into individual entities and their relationships.
Patient or Account. The center panel loads all entities of that type.Use the Open in Graph button to see an entity and its neighborhood as an interactive visual diagram.
AI Chat lets you interact with your knowledge graph using natural language. Ask questions, run searches, and trigger actions through specialized AI agents.
Type your question in plain English. The agent will search the knowledge graph, call relevant tools, and return an answer grounded in your actual data. You'll see tool calls as expandable sections in the conversation — click them to see exactly what the agent searched for and what it found.
Click the suggested questions at the bottom of the chat to explore common tasks. You can modify the message before sending.
Build data applications without writing code. Create dashboards, operational tools, and analytical views by dragging widgets onto a grid canvas.
Table, Chart (bar/line/pie/scatter), KPI Card, Pivot Table, Graph Viewer, Map, Cypher Editor
Search, Filter, Form, Action Button, Chat, Tabs, Timeline, Gantt
Widgets can communicate through variables. For example, a Search widget can pass its results to a Table widget. Configure this in each widget's Event Mappings section.
Build multi-step AI workflows visually. Chain together search, reasoning, transformation, and action steps to automate complex data tasks.
Import, clean, transform, and load data — all visually. Bring data in from files or APIs, process it step by step, and load it into the knowledge graph or export it.
Click any step card to see a live preview of what the data looks like after that step. Use this to verify your transformations before running the full pipeline.
Explore and visualize data without writing queries. Load data from any domain, apply transformations, and view results as tables or charts.
The Admin panel provides tools for managing your platform. It is organized into tabs:
Map your entire codebase as an interactive knowledge graph. Scalix Prime parses source code in 6 languages (Python, TypeScript, Go, Rust, Java, C#) and builds a graph of modules, functions, classes, dependencies, and call chains.
See every import, call chain, and circular dependency across your monorepo. Identify which modules are tightly coupled and which are isolated.
Before changing a function, trace every downstream consumer. Know exactly which services, APIs, and tests will be affected — even across microservice boundaries.
Automatically find functions, classes, and modules with zero callers. Clean up legacy code with confidence.
Detect potential SQL injection risks, unsanitized inputs, and known vulnerabilities in dependencies. Trace call paths from user input to database queries.
Search by meaning, not keywords. "Find all functions that handle authentication" returns results even if they're named validateToken or checkCredentials.
Scalix Prime includes built-in support for the HL7 FHIR R4 healthcare standard, mapping patient records, conditions, medications, and encounters into a standards-compliant knowledge graph.
Link patient records across ER, endocrinology, cardiology, and pharmacy. See the complete patient journey in one connected view.
Automatically flag contraindicated medication combinations. The graph reveals dangerous interactions that siloed systems miss — like when an ER physician prescribes a drug that conflicts with a medication from a different department.
Trace patient medical history through conditions, observations, and medications to match eligible candidates for active clinical trials.
Detect missing follow-up appointments, overdue screenings, and incomplete treatment protocols.
Scalix Prime supports FHIR R4 entity types (Patient, Condition, Observation, MedicationRequest, Encounter, Practitioner) with ICD-10, SNOMED-CT, LOINC, RxNorm, and NPI coding systems.
Model your entire supply chain as a connected graph — every supplier, sub-supplier, warehouse, shipment route, and material flow. See the ripple effects of disruptions before they hit your production line.
Map every tier of your supply network. Discover sub-supplier dependencies that procurement teams don't know about.
When a supplier goes offline, instantly trace which products, warehouses, and delivery commitments are affected.
Identify critical components sourced from a single supplier or region. Surface concentration risks before they become crises.
Flag suppliers with ESG risks, missing certifications, or regulatory non-compliance across your entire network.
Built for environments where security is non-negotiable. Scalix Prime runs completely offline — no internet, no cloud dependency, no telemetry. Classification labels are enforced on every piece of data.
Connect and cross-reference data from HUMINT, SIGINT, OSINT, and GEOINT sources in a single graph. Discover connections that siloed databases hide.
Track how threat networks evolve over time. Identify key nodes, communication patterns, and emerging relationships.
Access controls map directly to security classification levels. An analyst with SECRET clearance sees only SECRET-and-below data — enforced automatically.
Deploy as a single binary on hardened devices in disconnected environments. No network access required.
Scalix Prime includes MITRE ATT&CK v14 (adversary tactics and techniques) and STIX 2.1 (structured threat intelligence) as importable ontology standards.
Trace transaction flows across accounts, institutions, and jurisdictions. Scalix Prime's real-time graph queries make it viable for fraud detection, AML/KYC compliance, and risk monitoring.
Follow money across accounts, institutions, and jurisdictions. Detect circular flows, layering, and structuring patterns used in money laundering.
Build fraud detection graphs that link accounts, devices, IP addresses, and behavioral signals. Score every transaction in real time.
Detect circular dependencies and cascading risks across counterparties that traditional risk systems miss.
Full audit trail on every data access and modification. Generate compliance reports for AML, KYC, and MiFID II requirements.
Scalix Prime combines several technologies into one integrated platform:
The core data engine unifies tables and graphs in the same system. Query with SQL, Cypher, or natural language — all against the same data, in the same transaction.
AI layer providing multi-agent chat, natural language query routing, domain auto-discovery, hybrid search (text + semantic + fuzzy + graph), and the code intelligence pipeline.
Managed PostgreSQL with vector search and physical isolation per client pod. Handles storage, replication, and data persistence for the knowledge graph.
Translates natural language questions into optimized queries, selects the best AI model for each task, and validates every response against the knowledge graph before returning it.
You don't need to interact with these components separately. The Workshop provides a unified interface — just use the tools, and the platform handles the rest.
Every operation available in the Workshop is also available through the REST API. Enterprise clients can integrate directly without using the drag-and-drop UI — ingest data, query the graph, manage schemas, and run AI agents all via HTTP.
https://your-instance.scalix.cloud/api/v1/ — All endpoints accept and return JSON. Authentication uses Bearer tokens in the Authorization header.
GET /api/v1/healthSystem health check — returns status, uptime, registered domains, and component checks.
Create entities and relationships in the knowledge graph programmatically. Supports single, batch, and CSV upload.
POST /api/v1/ingest/entityCreate a single entity (node) with domain, type, name, properties, and optional classification level.
POST /api/v1/ingest/relationshipCreate a relationship (edge) between two entities by specifying source, target, and relationship type.
POST /api/v1/ingest/batchIngest multiple entities and relationships in a single request for high-throughput data loading.
POST /api/v1/ingest/csvUpload a CSV file (multipart/form-data) and auto-parse rows into entities.
PATCH /api/v1/ingest/entity/{node_id}Update properties on an existing entity.
DELETE /api/v1/ingest/entity/{node_id}Remove an entity from the graph.
POST /api/v1/searchHybrid search combining full-text, vector (semantic), and graph-aware ranking. Returns matched entities with relevance scores.
POST /api/v1/graph/traverseBFS/DFS graph traversal from a starting node with configurable depth and relationship type filters.
POST /api/v1/queryRun a natural language query through the full agent pipeline (scout, analyst, compliance). Returns structured results with provenance.
POST /api/v1/brain/reasonDirect AI reasoning with tool calling and agent trace output. Use this for custom agent integrations.
GET /api/v1/brain/toolsList all MCP tools available to the AI system for queries, mutations, and admin tasks.
GET /api/v1/domainsList all registered domains with entity type counts and statistics.
GET /api/v1/domains/{domain_id}Full domain schema — node types, relationship types, property definitions, and current stats.
POST /api/v1/schema/{domain_id}/proposePropose a schema change (add type, add property, modify relationship). Requires approval before applying.
GET /api/v1/schema/{domain_id}/historyComplete schema version history with diffs — every change is versioned and auditable.
GET /api/v1/training/{domain_id}/driftData drift report — composite drift score, affected entity types, and recommended schema changes.
POST /api/v1/training/{domain_id}/trainTrigger a training cycle that analyzes recent data patterns and generates schema recommendations.
GET /api/v1/training/{domain_id}/recommendationsRetrieve pending recommendations for review. Each includes a description, confidence score, and impact preview.
GET /api/v1/connectorsList data connectors (PostgreSQL, S3, Snowflake, Kafka, REST API). Includes status and last sync time.
POST /api/v1/connectorsCreate a new data connector with connection configuration and sync schedule.
POST /api/v1/connectors/{connector_id}/testTest connector connectivity and latency before using it in production.
GET /api/v1/dead-codeDetect unused functions, classes, variables, and imports across the indexed codebase.
GET /api/v1/impact/{symbol}Blast radius analysis — direct and transitive impact of changing a specific symbol.
GET /api/v1/context/{symbol}360-degree symbol context — callers, callees, type references, documentation, and usage patterns.
The API serves interactive OpenAPI (Swagger) documentation at /docs and ReDoc at /redoc. These include request/response schemas, example payloads, and a "Try It" interface.
# Create an entity curl -X POST https://your-instance/api/v1/ingest/entity \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{ "domain": "finance", "entity_type": "Transaction", "name": "TXN-2024-001", "properties": {"amount": 50000, "currency": "USD"} }' # Search the knowledge graph curl -X POST https://your-instance/api/v1/search \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{"query": "high risk transactions over 10000", "limit": 20}' # Ask a question via the agent pipeline curl -X POST https://your-instance/api/v1/query \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{"query": "Which accounts have circular fund flows?", "domain": "finance"}'
Scalix Prime is built for speed. Here's what that means for your day-to-day experience:
Performance at this level makes use cases like real-time fraud detection, clinical decision support, and live supply chain monitoring practical — not just theoretical.
Every customer gets their own dedicated database instance. Your data is physically separated from other customers' data — not just logically partitioned. Cross-tenant data access is structurally prevented.
Access permissions go all the way down to individual properties on individual entities. For example, a nurse can see a patient's vitals but not their psychiatric notes. Roles inherit permissions from parent roles, and wildcard rules make broad grants easy while keeping fine-grained overrides simple.
Full data subject rights — right to erasure, data portability, and audit trails on all data access.
PHI safeguards with property-level access control, audit logging, encryption at rest and in transit.
Framework covering security, availability, and confidentiality trust service criteria.
Scalix Prime includes a schema evolution system that improves your data model over time. Instead of manually defining every entity type and relationship, the platform observes how your data behaves and recommends changes for your approval.
The schema system is advisory only. All changes are versioned, auditable, and reversible. You stay in control.
You can import pre-built ontology schemas for common industry standards:
Import any of these from the Administration > Standards tab in Workshop.
No. The AI Chat agents translate your plain English questions into queries automatically. Workshop tools like Ontology Explorer and Analysis Workbench are fully point-and-click. If you do know SQL or Cypher, the Query tool in Chat lets you run them directly.
Yes. The Analysis Workbench lets you download results as CSV. App Builder can export app definitions as JSON. Data Pipeline supports exporting to CSV and webhooks.
AI Chat agents always ground their answers in your actual data. You can see exactly what the agent searched for and what it received by expanding the tool call sections in the conversation. The data shown is real — the AI interprets it but doesn't fabricate data points.
Yes. Each user has their own session, saved apps, and conversation history. Access control ensures users only see data they're authorized to access.
Use the Data Pipeline tool to import data from CSV files, databases, APIs, or S3 buckets. The pipeline lets you clean and transform the data before loading it into the knowledge graph.
Every page has a Tour button that walks you through the key features. Look for the small ? icons next to complex controls for contextual explanations. You can also ask the AI Chat General agent questions about how to use the platform.
Yes. Every operation available in the Workshop is exposed through the REST API at /api/v1/. You can ingest data, search the graph, manage schemas, run AI agents, and administer connectors entirely via curl, Python, or any HTTP client. Interactive API docs are served at /docs (Swagger) and /redoc. See the API Reference section for details.
Yes. Scalix Prime supports fully air-gapped deployment for defense and high-security environments. The engine runs as a self-contained binary with no external dependencies.