News & Intel
LiveDaily AI-curated intelligence on Palantir Foundry, Ontology, AIP, Apollo, contracts, and community feedback. Updated automatically via GitHub Actions every day at 7 AM UTC.
Unable to Connect Foundry to MongoDB Atlas (Free Edition)
Hi Palantir Community, I’m encountering persistent issues trying to connect Foundry to MongoDB Atlas. Despite trying multiple connection strategies, I keep getting connection timeout errors. Here’s what I’ve tried so far: Attempted Strategies: Atlas Connection Type: Host: account1.abcd.mongodb.net (in this format) Authentication Add network access in Mongo with foundry IP Connection options: ssl, retryWrites, w=majority Common Error Message: MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches ReadPreferenceServerSelector{readPreference=primary}. *The connection works fine in using standard MongoDB connection string (not with foundry) Questions: Are there specific network/DNS configurations needed for Foundry to connect to MongoDB Atlas? Is there a recommended connection strategy for MongoDB Atlas in Foundry? Are there any known limitations or requirements when connecting Foundry to Mong
OSDK security does not work with LLM proxies
Below is a client I created to work with LLM proxies in Foundry. I will get 403 forbidden when creating an access token with my OSDK client. Is this a known issue? Are personal access tokens required for LLM proxies? If so can you please fix this. import { SupportedFoundryClients, type OpenAIService, } from '@codestrap/developer-foundations-types'; import OpenAI from 'openai'; import { foundryClientFactory } from '../factory/foundryClientFactory'; import type { ChatCompletionCreateParamsStreaming } from 'openai/resources/chat'; import type { RequestOptions } from 'openai/core'; import type { ResponseCreateParamsStreaming } from 'openai/resources/responses/responses'; // ADd tpe definitions for the OpenAI response here, or in a separate file and import them in, to ensure type safety when working with the API response data. export function makeOpenAIService(): OpenAIService { const { getToken, url, ontologyRid } = foundryClientFactory( process.env.FOUNDRY_CLIENT_TYPE || S
What models are supported with LLM proxies?
When calling OpenAI LLM proxies the only model I can get to work so far is the gpt 4 series. IE gpt-4.1, gpt-4.1-mini etc. Is the GPT 5 series supported? How am I susppoed to know which models are supported? import { SupportedFoundryClients, type OpenAIService, } from '@codestrap/developer-foundations-types'; import OpenAI from 'openai'; import { foundryClientFactory } from '../factory/foundryClientFactory'; import type { ChatCompletionCreateParamsStreaming } from 'openai/resources/chat'; import type { RequestOptions } from 'openai/core'; import type { ResponseCreateParamsStreaming } from 'openai/resources/responses/responses'; // ADd tpe definitions for the OpenAI response here, or in a separate file and import them in, to ensure type safety when working with the API response data. export function makeOpenAIService(): OpenAIService { const { getToken, url, ontologyRid } = foundryClientFactory( process.env.FOUNDRY_CLIENT_TYPE || SupportedFoundryClients.PRIVATE, unde
Palantir and L3Harris
Palantir and L3Harris are partnering to reindustrialize the US defense industrial base through AI-powered production, utilizing Palantir's Warp Speed operating system. This initiative integrates AI onto the factory floor to streamline operations and supply chain management, accelerating the delivery of critical capabilities like the US Army's TITAN.