How to integrate Foundry keys with FastAPI?

I’m a student applying for the Fall 2025 Semester @ Palantir program, and I’ve been working on integrating Foundry into a browser extension application. However, I’ve run into the issue of obtaining Foundry API authentication - when I ask AIP assist, it instructs me to request Third Party Application permissions (for context - I’d like to call and send data via Foundry’s API from a FastAPI backend).

Is it possible for student applicants to get this clearance? Alternatively, have I misunderstood how to use the API? Thank you so much!

isn’t similar like rest APIs connections ? Did you check and try below

https://www.palantir.com/docs/foundry/available-connectors/rest-apis

1 Like

I am assuming you are referring to your API token here, since that is all you should need to use Foundry API? You can create a token by going to settings > tokens > create token from your Foundry Mainpage.

1 Like

Yep, completely missed that. Thanks!