> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Agent's RBAC Permissions

> Role-based access control permissions for managing agents in the Blink platform.

## Overview

This table outlines the Role-Based Access Control (RBAC) permissions available for managing agents in the Blink platform. These permissions operate at the **workflow scope**, meaning they control what actions a user can perform on agent configuration and agent-related workflows. Each permission grants a specific level of access or capability and is typically assigned through user roles, which can be scoped to specific resources or environments to ensure precise access control.

<div className="integrations-table">
  | Feature | Description                                                      | Permissions        |
  | ------- | ---------------------------------------------------------------- | ------------------ |
  | Agents  | Allows viewing existing agents and their metadata.               | `workflow:view`    |
  | Agents  | Allows publishing new or updated agents to the platform.         | `workflow:publish` |
  | Agents  | Allows editing existing agents, including configuration changes. | `workflow:edit`    |
</div>
