Documentation

Permissions

Security and permissions model in NebFlow.

Permissions

NebFlow provides a permissions system to control what agents can access.

Permission Levels

| Level | Access | |-------|--------| | Read | Can read files and data | | Write | Can create and modify files | | Execute | Can run commands and scripts | | Network | Can make external API calls |

Configuration

permissions:
  files: read
  network: true
  commands: false
  max_cost: 1.00  # USD per flow run

Safety

  • All agent actions are logged
  • Cost limits prevent runaway spending
  • Sandboxed execution environment