Installation
Connect Brinpage from your preferred server-side stack.
Brinpage is designed to be simple to integrate. Your application only needs to call Brinpage Platform securely from the server using your license key. After that, agent behavior, routing, tools, and context modules are managed from the platform.
Choose your stack below. Each guide gives you a minimal copy-paste setup so you can get your first request working quickly and keep your integration clean from day one.

App Router setup with a minimal server route to keep your license key safe.

Server-side requests with cURL or any HTTP client using your license key.

Requests with requests or httpx and clean patterns for server-side integrations.
Fetch-based examples for servers, scripts, and backend services.
What these guides cover
Every installation guide focuses on the same core setup. The only thing that changes is the server-side environment you use to send requests.
Basic integration flow
The setup is intentionally straightforward. You pick your stack, add your Brinpage license key on the server, make your first request, and then manage the rest from the platform.
In most cases, the flow looks like this:
1
Choose a guide
Pick the installation page that matches your stack and copy the minimal setup.
2
Connect securely
Store your license key server-side and send requests to Brinpage Platform.
3
Configure in platform
Manage agents, tools, routing, and context modules without rewriting your integration.
Important: your license key should stay server-side. Brinpage is designed so your app connects once, while the actual agent behavior is controlled from the platform instead of being hardcoded into the client.