Brinpage Documentation
Platform-first docs to ship reliable AI features: integrate in minutes, keep keys server-side, and scale with production-grade patterns.
Platform overview
What Brinpage is, how Platform-first works, and the recommended integration flow (server-side key, simple HTTP calls).
Installation guides
Pick your stack (Next.js, PHP, Python, Node.js) and copy/paste a secure server-side integration.
Authentication
How license keys work, how to keep them secure, and the standard request pattern (Bearer token).
RAG
How to upload docs, ingest, and query with tags / retrieval knobs to ground answers on your content.
Quick test
Validate your license key from a trusted environment (server/local). Never from the browser.
export BRINPAGE_LICENSE_KEY="bp_xxxx"
curl -X POST https://platform.brinpage.com/api/sdk/ask \
-H "Authorization: Bearer $BRINPAGE_LICENSE_KEY" \
-H "Content-Type: application/json" \
-d '{"question":"Hello from Brinpage","stream":false}'Popular pages
Supported stacks
Same Platform API. Same auth. Different implementation patterns depending on your backend.
Need a license key? Create a Platform account and generate your key.