Brainstormer lets you create AI agents that you can chat with in the dashboard, embed in your own products via the REST API, or hand off to your team — all without managing model infrastructure or writing glue code.Documentation Index
Fetch the complete documentation index at: https://docs.brainstormer.io/llms.txt
Use this file to discover all available pages before exploring further.
What you can do with Brainstormer
Create agents
Build agents with a step-by-step wizard. Pick a model, write a system prompt, attach a knowledge base, and publish — in minutes.
Ground agents in your content
Upload documents, PDFs, or connect live URLs to a knowledge base. Your agent answers using that content, with cited sources.
Give agents a voice
Clone a custom text-to-speech voice from audio samples and attach it to any agent.
Chat in the dashboard
Test and use agents directly in the Brainstormer dashboard. Conversations persist, so your agent remembers context across sessions.
Integrate via REST API
Call your agents from any application using API keys and standard HTTP. Chat, list agents, and search knowledge bases programmatically.
Manage your organization
Invite team members, track usage, and monitor credit consumption from a shared organization workspace.
Who Brainstormer is for
Brainstormer is built for teams and individuals who want to put AI agents to work without building the infrastructure themselves:- Developers who need a reliable API to embed agents in apps, websites, or backend workflows
- Content creators who want to turn their content into a knowledge-grounded assistant
- Customer-facing teams who need AI agents that answer accurately from company documentation
- Product teams exploring what AI agents can do before committing to a custom build
Core capabilities
Choose from 300+ models
Every agent runs on a model you choose. Brainstormer supports GPT-4, Claude, Gemini, Llama, and hundreds more via OpenRouter. You can switch models at any time without changing your agent’s configuration.Knowledge base and RAG
Upload documents or connect URLs to a knowledge base. When a user asks a question, Brainstormer retrieves the most relevant content and includes it in the response, with citation tooltips showing which source the answer came from.Voice cloning
Record or upload audio samples, and Brainstormer creates a custom TTS voice tied to that agent. The voice is available in the chat interface and via the API.Full REST API
Every capability in the dashboard is available via API. Authenticate with abrs_live_... key, and you can chat with agents, list them, and search knowledge bases from any language or platform.
Credit-based billing
Your organization has a credit wallet. Interactions with agents debit credits based on model usage, voice synthesis, and knowledge base queries. You can monitor consumption from the Billing page.Next steps
Quick start
Create an agent and make your first API call
Core concepts
Learn the terminology before you build
Create an agent
Step-by-step guide to the agent wizard
API reference
Full reference for the REST API