Implementing Infrastructure-as-Code (IaC) for ontology management in Palantir Foundry

I was just trying to determine how to programmatically create/import ontologies to Foundry, but looks like the REST API for ontologies is read only.

To the Foundry team, can you either:

  1. Expose write operations so users can create / modify ontologies via the API or
  2. Offer a mechanism for deploying infrastructure as code (including ontologies) like Terraform or Cloud Formation.

My use case is to generate my Ontology using my own tools, as well as the integrations for Actions / Functions back to my services. I want to do all this on my end then upload all the configuration to Foundry. This way I can automate the install process and have high confidence all the queries, mutations, etc. against my services will work. Trying to stich all this together in the UI is too brittle and not repeatable.