There is no FlipperForce app to install inside Claude or ChatGPT. Your assistant talks to us the same way any other program does: authenticated requests to our Public API, using a key that belongs to you.
That means three things have to be true before it can do anything useful. It needs permission to reach us over the network. It needs your API key. And it needs to know what our API actually offers, because otherwise it guesses at endpoints and burns your session finding out what does not exist.
The files below handle the third one and give you templates for the rest. Current version: 2026-08-31. Every file carries its version at the top, so you can tell whether the copy in your Project is current.
Download the FlipperForce + Claude Setup Kit — every file below, organised into folders by where it goes. Start here if you are setting up for the first time.
Your API key belongs in this group too. Read Is it safe to give an AI agent access to my FlipperForce data? first, because where you keep the key is a real decision rather than a formality.
Project instructions — paste this into your Claude Project's custom instructions field, not into knowledge. It keeps your assistant read-only by default and makes it show you every change before saving.
This is the distinction worth getting right. Putting the instructions into knowledge instead of the instructions field is the usual reason a setup half-works: the assistant can reach your data but nothing is stopping it from writing to it unasked.
Setup checklist — work top to bottom the first time. Do not upload this one. Keeping your Project's knowledge tight gives you better answers than loading it with everything you have.
Follow How do I connect Claude to FlipperForce? for the network settings and the verification steps. If something fails along the way, My AI agent cannot connect to FlipperForce covers the usual causes.