Skip to main content

Documentation Index

Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt

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

Permission Scope Model

Bud scopes generally follow resource:action with view and manage actions.

Common Global Scopes

ScopeAccess LevelTypical Use
model:viewReadBrowse model inventory
model:manageWriteAdd/update model configurations
project:viewReadObserve project state
project:manageWriteCreate/edit project resources
cluster:viewReadInspect cluster health and metadata
cluster:manageWriteOperate cluster configuration
benchmark:viewReadView benchmark runs
benchmark:manageWriteConfigure and run benchmarks
user:viewReadView user records
user:manageWriteInvite/edit/deactivate users

Roles and Statuses

Roles

  • super_admin
  • admin
  • developer
  • devops
  • tester
  • user

User Status Values

  • active
  • invited
  • deleted

Usage Notes

  • Prefer explicit scope assignment over broad role assumptions.
  • Use project scopes to limit blast radius.
  • Pair this reference with periodic review workflows.