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 with a server-side license key.
Installation guides
Pick your stack and copy a secure server-side integration for Next.js, PHP, Python, or Node.js.
Authentication
How license keys work, how to keep them secure, and the standard request pattern using Bearer authentication.
RAG
How to upload documents, ingest knowledge, and query grounded context through retrieval-oriented workflows.
Quick test
Validate your license key from a trusted environment such as your local machine or backend server. Never expose it in 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}'Supported stacks
Same Platform API. Same auth model. Different implementation patterns depending on your backend environment.
Articles
Technical writing on AI systems, model behavior, infrastructure design, and practical ideas connected to how modern agent platforms are built.
AI Core Concepts
Explore a deeper technical perspective on AI systems, design tradeoffs, and infrastructure thinking.
Conflicts Of Interest In AI
Explore a deeper technical perspective on AI systems, design tradeoffs, and infrastructure thinking.
Peer Preservation In Multi-Agent AI
Explore a deeper technical perspective on AI systems, design tradeoffs, and infrastructure thinking.
Start building
Need a license key? Create a Platform account, generate your key, and use the installation guides to get your first request running from a trusted server-side environment.