# Workspace Roles and Permissions (https://tenki.cloud/docs/account/roles-perms)

> For the complete documentation index, see [llms.txt](https://tenki.cloud/llms.txt)

Tenki Cloud's role-based access system. Learn about Owner, Admin, and Standard roles and detailed permission breakdowns.

Roles are designed to help admins create tailored environments that align with their specific use cases.

Currently, a user can be assigned **only one role per workspace**. For example, a user might have an `admin` role in one workspace, while holding a `standard` role in another.

## Roles

We currently support the following roles:

| Role         | Description                                                                               |
| ------------ | ----------------------------------------------------------------------------------------- |
| **Owner**    | Automatically assigned upon Workspace creation. Provides full control over the Workspace. |
| **Admin**    | Full access to manage resources, configurations, and settings.                            |
| **Standard** | Focused on day-to-day operations within the workspace.                                    |

> **Important:** Workspace ownership transfer is not currently supported.

A role applies to everything in the workspace. The role is set when inviting a user and can be adjusted later from the `Members` page.

## Action-Based Permissions

The table below outlines the actions available for each role:

| Actions                   | Owner | Administrator | Standard |
| ------------------------- | ----- | ------------- | -------- |
| View Workspace Dashboard  | ✅     | ✅             | ✅        |
| Create Workspace          | ✅     | ✅             | ✅        |
| Edit Workspace Settings   | ✅     | ✅             | ❌        |
| Delete Workspace          | ✅     | ✅             | ❌        |
| Access Runners Activity   | ✅     | ✅             | ✅        |
| Connect GitHub Org / Repo | ✅     | ✅             | ❌        |
| View Members              | ✅     | ✅             | ❌        |
| Edit Members Access       | ✅     | ✅             | ❌        |
| Invite New Members        | ✅     | ✅             | ❌        |
| Trigger Workflow          | ✅     | ✅             | ✅        |