# Workspaces & Permissions

[GLIK Cloud](/glik-cloud.md) uses **organization-scoped workspaces** to manage apps, users, and permissions. Each workspace is associated with a specific organization, and every app, template, or memory object is scoped within that org.

***

## Creating or Joining a Workspace

To start, you’ll either:

* Create a new organization from the workspace switcher
* Or join an existing one via an invite

### Create a New Org

<figure><img src="/files/cBymt6HDiDiyjB8iI2Fy" alt=""><figcaption><p>Create an Organization</p></figcaption></figure>

> Organization slugs determine the subdomain used in your GLIK Cloud URL (e.g. `rivalz.glik.ai`)

***

### &#x20;Managing Members

Admins and Owners can manage users from the **Members** tab in the Organization Settings.

You can invite teammates via email and assign their role on invite.

### Invite a User

<figure><img src="/files/gTMTH6CaydGvqc2DzO03" alt=""><figcaption><p>Invite Modal</p></figcaption></figure>

Roles available:

* **Normal** – Can use apps but not edit system settings
* **Admin** – Can manage users, apps, memory, and integrations
* **Owner** – Full access to everything in the workspace

> 🔐 Only Owners can transfer ownership or delete an organization.

***

## General Organization Settings

Each organization also has branding and identification settings:

<figure><img src="/files/hB5xaPT7mnaNuWmV7mPx" alt=""><figcaption><p>Organization Settings </p></figcaption></figure>

You can:

* Upload a logo
* Set organization name and slug
* Specify country for compliance/auditing

<details>

<summary>🔒 Coming Soon: Role-Based Memory Scoping</summary>

GLIK is expanding its permission system to support **role-based access to memory**, variables, and Save Points.

This will allow:

* **Scoped memory zones** tied to user roles (e.g. editor-only memory, admin-visible analytics)
* **Variable-level visibility** (e.g. only Owners can view or modify `org_insights`)
* **Save Point access rules** to control who can persist or recall long-term memory states

> These enhancements will provide fine-grained control over how organizational knowledge is stored, queried, and shared — especially for enterprise clients with compliance or multi-team requirements.

Stay tuned — this capability is currently under development.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glik.ai/glik-cloud/workspaces-and-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
