-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Summary
I am thinking about potentially using Palantir but it does not provide full automation via SDK / CLI that I can use Claude Code to fully automate, which slows done my development speed by 100x vs. using an AWS + Python + React stack. This greatly influences my interest in switching to Plantar. We need to add fully programatic capabilities for Palantir so I can utilize Claude code to do rapid development.
Currently, the Foundry Platform SDK only supports read operations for Ontology schema definitions (Object Types, Action Types, Link Types, Query Types). There are no API endpoints to create these resources programmatically.
This forces users to manually configure the Ontology through the Palantir UI, which prevents full automation of Foundry deployments.
Requested Endpoints
| Resource | Current State | Requested |
|---|---|---|
| Object Types | GET, LIST only | POST /v2/ontologies/{ontology}/objectTypes |
| Action Types | GET, LIST only | POST /v2/ontologies/{ontology}/actionTypes |
| Link Types | GET only | POST /v2/ontologies/{ontology}/linkTypes |
| Query Types | GET, LIST only | POST /v2/ontologies/{ontology}/queryTypes |
Use Case
As a developer, I want to:
- Define my entire Ontology schema in code (Infrastructure as Code)
- Programmatically create Object Types, Action Types, and Link Types via the SDK
- Automate full Foundry deployments without any manual UI interaction
- Version control my Ontology schema alongside my application code
- Use tools like Claude Code / AI coding assistants to fully automate Palantir Foundry setup
Current Workaround
None. Users must manually click through the Ontology Manager UI to create these resources.
Related Issues
- Issue Create objectType #169 requested similar functionality
- Palantir Community has an open request for Infrastructure-as-Code support: https://community.palantir.com/t/implementing-infrastructure-as-code-iac-for-ontology-management-in-palantir-foundry/1016
Impact
Without these endpoints, organizations cannot:
- Fully automate CI/CD pipelines for Foundry
- Use AI coding tools to build complete Palantir solutions
- Implement true Infrastructure-as-Code for Ontology management
- Programmatically replicate Ontology schemas across environments
Additional Context
I noted that in Issue #169, a Palantir engineer mentioned in August 2025 that "endpoints for ontology modifications are in progress." Any update on the timeline for this feature would be greatly appreciated.
Thank you for considering this request.