Skip to main content

Documentation Index

Fetch the complete documentation index at: https://botmux-dependabot-go-modules-modernc-org-sqlite-1-50-0.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Roles

RoleAccess
adminFull access to all bots, user management, routing, LLM config
userAccess only to assigned bots

Bot Access Control

  • Many-to-many relationship: one bot → multiple users, one user → multiple bots
  • Stored in user_bots junction table
  • Admins have implicit access to all bots

User Management

Admin-only operations:
  • Create users with username/password and role
  • Assign bots to users
  • Reset user passwords
  • Promote users to admin
  • Delete users

UI Enforcement

Non-admin users cannot see:
  • Bot management controls (add/edit/delete)
  • Routing configuration
  • LLM configuration
  • User management panel
  • API key management