Palantir Adapter
Overview
The Palantir adapter is designed to provide a template for getting started with Palantir Foundry integrations. It leverages the PALANTIR Library and Palantir Foundry Ontology API.
This component can be customized and adapted according to your workflow needs.
Requirements
The Palantir Adapter component.
Valid Base URL of your Foundry stack (e.g.
https://healthit.usw-23.palantirfoundry.com/)Typical formatted as:
<your-subdomain>.<your-enrollment>.palantirfoundry.com/
Bearer Access Token with Ontology API permissions
Created by going into Account → Settings → Tokens
Ontology API Name (
ontology-xxxx)Created by going into Ontology Manager → Ontology Configuration → API Name
Demo Ontology App (required for default translator example)
Go to Palantir Foundry Marketplace and install: “Deep Dive: Creating Your First Ontology”
This app creates the Example Route Alert and related object types used in the demo searches and status update workflow below.
Note that you may need to configure the network ingress to enable international access if accessing the API from servers in different countries.
See Palantir Learning Course for more details: Learning Center: Creating Your First Ontology.
Running the Component
Adapting the Component
There are two main steps to help you adapt the component:
What the Palantir Adapter Includes By Default
The adapter makes it easy to browse the different Ontology objects and execute API calls without the need for manual lookup. Give it a try inside the translator and see the calls being made in the translator in real time.