Brainstormer groups all configuration into a single Settings area. Navigate there from the sidebar, and use the tabs across the top to move between sections.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.
Organization
Update your organization’s name, industry, and publishing policy.
Team
Invite or remove members and change their roles.
Groups
Organize members into named groups to simplify permission management.
Access
Grant or revoke fine-grained permissions on agents, knowledge bases, and other resources.
Developer portal
Create API applications and generate keys for programmatic access.
Your profile
Update your display name, email, and password.
Organization profile
Settings → Organization Here you can update the details that identify your organization across Brainstormer.- Organization name — the display name shown in the sidebar and the org switcher. Only owners and admins can edit this.
- Industry — an optional label (e.g. Technology, Healthcare, Education) used for context.
- Organization ID — a read-only identifier you can use when contacting support or referencing your org in API calls.
- Require approval before publishing agent changes — when this checkbox is on, any prompt or model change made by a member must be reviewed and approved by an owner or admin before it goes live. This gives you a safety gate for production agents.
Team access
Settings → Team The Team tab lists every member of your organization with their display name, email address, and current role. From here you can:- Invite a member — enter an email address, choose a role, and send an invitation. See Team management for the full invite flow.
- Change a role — owners can use the role dropdown next to any member’s name to change their role instantly.
- Remove a member — admins and owners can remove any non-owner member using the remove icon on the right. Access is revoked immediately.
Groups
Settings → Groups Groups let you bundle members together so you can manage permissions at scale. Instead of granting access resource by resource to each person, you grant access to a group and add people to it. To create a group:- On the Groups tab, enter a name and an optional description in the Create Group card.
- Click Create Group.
- Click a group name to expand it.
- Use the Add a member buttons to add people from your organization.
- Click Remove next to a member’s name to take them out of the group.
Only owners and admins can create, modify, or delete groups.
Access permissions
Settings → Access The Access tab gives you resource-level control over what groups and individual members can do. This is more granular than roles — you can, for example, grant a specific group read-only access to a single agent without giving them broader permissions. To grant a permission:- Choose whether to assign to a Group or an individual User.
- Select the target from the dropdown.
- Choose the Resource Type: agent, knowledge base, conversation, or organization.
- Optionally enter a specific Resource ID to scope the permission to one item. Leave it blank to apply to all resources of that type.
- Check the Actions you want to allow:
read,write,delete,manage, orexecute. - Click Grant Permission.
Developer portal
Developer (sidebar) The Developer portal is where you create API applications and generate the keys needed to call Brainstormer from your own code. Applications are logical containers for your integrations. There are three types:- Agent Consumer — apps that call agents to serve end users
- Web Integration — widgets or scripts embedded in websites
- Backend Service — server-to-server integrations
- Click New App, fill in a name and optional description, and choose the application type.
- Click the application to select it.
- Enter an optional key name (e.g.
Production,Development) and click Generate Key. - Copy the key immediately — it is shown only once.