Skip to Content

Pre-modeled
ontologies.

Give your agents a modeled domain to prototype and ideate on.

Pharma and medtech quality
49 objects, 136 links
Batch B2024001business code batchNumber
Deviation batchId1:N
Complaint batchId1:N
Investigation INV-2024-001business code investigationCode
Capa investigationId1:N
ActionItem capaId1:N
Zero orphaned rows. The highlighted chain shares one batch and closes on one CAPA.

Available ontologies

Pharma quality

Manufacturing, batch genealogy, quality events and CAPA.

Healthcare

Payers, providers, plans, members and eligibility.

Medical devices

Device production, traceability, quality and field actions.

Supply chain

Suppliers, orders, inventory, logistics and fulfillment.

Import your own

Convert existing Palantir ontologies to ontology as code (OaC).

prismantix plugins install @shpitdev/prismantix-ontology-interop
prismantix foundry import \
  --input ./ontology-export.json \
  --output ./foundry-oac \
  --validate

Export targets

Palantir Foundry

Available

Convex

Available

Turso DB

Available

CSV bundle

Available

Databricks

Planned

Snowflake

Planned

PostgreSQL

Planned

Interfaces

Command line

npm install --global @nyrra/prismantix-cli
export PRISMANTIX_API_KEY="sk_..."

prismantix records pull \
  --client LLY \
  --output ./prismantix-exports \
  --json

Chat completions endpoint

POST https://llm-proxy.prismantix.com/v1/chat/completions
Authorization: Bearer $PRISMANTIX_API_KEY

{ "model": "gpt-5.6-luna",
  "messages": [{ "role": "user",
    "content": "Profile the pharma quality ontology" }] }

Use your preferred chat completions client, e.g., OpenCode or Pi. No MCP server or extra tool registration.