Palantir Foundry
Available
Generate test data from industry ontologies that already know every object, link and rule.
Batch genealogy, deviations, complaints, investigations, CAPA and change control, tracked through to closure.
Payers, plans, members, coverage and providers, plus the full eligibility inquiry and response chain.
Point the CLI at a Foundry ontology export. It comes back as a package you can build on.
prismantix plugins install @shpitdev/prismantix-ontology-interop prismantix foundry import \ --input ./ontology-export.json \ --output ./foundry-oac \ --validate
Available
Available
Available
Available
Planned
Planned
Planned
No SDK to adopt.
Queue an export, poll it, get the files.
npm install --global @nyrra/prismantix-cli export PRISMANTIX_API_KEY="sk_..." prismantix records pull \ --client LLY \ --output ./prismantix-exports \ --json
OpenAI-compatible. Point any harness at it and ask for data in words.
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" }] }
Works with OpenCode today, and anything else that speaks chat completions.