Skip to content

Commit d5ccd3f

Browse files
committed
add basic RBAC docs
1 parent ed2f17a commit d5ccd3f

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

documentation/cloud/index.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description: 'Needle Cloud is an online service. It helps you store, manage, and
1313
## Overview
1414

1515
Needle Cloud is an online service. It helps you store, manage, and share 3D assets and apps on the web.
16-
A variety of file formats are supported, including glTF, USD, FBX, VRM, and more. Spatial web apps made with Needle can be deployed to the cloud directly from the Unity integration, and via command line (CLI). The Blender integration is coming at a later point; you can use the CLI in the meantime.
16+
A variety of file formats are supported, including glTF, USD, FBX, VRM, and more. Spatial web apps made with Needle can be deployed directly from the [Unity integration](#deploy-from-unity) or our Needle Cloud [command line interface](#deploy-from-the-cli) (CLI).
1717

18-
Visit [Needle Cloud](https://cloud.needle.tools) to get started.
18+
Visit [Needle Cloud](https://cloud.needle.tools) to create an account for free.
1919

2020
![Needle Cloud Overview](/cloud/cloud-overview-page.webp)
2121

@@ -40,6 +40,7 @@ Visit [Needle Cloud](https://cloud.needle.tools) to get started.
4040
6. **License Management**
4141
Licenses for Needle Engine for solo creators and teams are managed through Needle Cloud. This ensures only authorized users can access your files and projects. Contact us for Enterprise and Edu licenses.
4242

43+
4344
## Deploy from Unity
4445

4546
Needle Cloud is integrated into the Unity Editor. This allows you to deploy your apps directly from Unity to Needle Cloud. You can also upload and download assets from Needle Cloud directly in Unity.
@@ -249,6 +250,20 @@ The command line interface (CLI) for Needle Cloud allows automating file uploads
249250

250251
See [npm:needle-cloud](https://www.npmjs.com/package/needle-cloud) for more information about the CLI and how to use it.
251252

253+
254+
## RBAC (role-based access control)
255+
256+
Teams consist of members, and each member of a team can get assigned a role. These roles define what you can and cannot do within a team on Needle Cloud.
257+
258+
As your project scales and you add more team members, you can assign them roles to ensure that they have the right permissions to work on your projects.
259+
260+
| | |
261+
| -- | -- |
262+
| **Owner** | Highest level of authority. The owner role can manage the whole team (including billing and member roles), see all projects, uploads and deployments |
263+
| **Manager** | The manager role can manage the whole team (including billing and member roles), see all projects, uploads and deployments |
264+
| **Billing** | The billing role is specialized for financial operations, can oversee the team's billing information, review and manage project cost and handle payment options. <br/>The billing role has view-only access to deployments and assets and can not perform deployments or upload assets. <br/>The billing role can be assigned at no extra cost. The role is limited to one member per team. |
265+
| **Member** | The member role (developer role) can create deployments, upload/download assets for optimization or use AI features. |
266+
252267
## FAQ
253268

254269
1. **What is Needle Cloud?**
@@ -271,3 +286,6 @@ See [npm:needle-cloud](https://www.npmjs.com/package/needle-cloud) for more info
271286

272287
7. **What happens if I run out of storage space?**
273288
You might need to upgrade your plan or delete old files to make room.
289+
290+
8. **More answers**
291+
Visit the [Needle Cloud FAQ](https://cloud.needle.tools/faq)

0 commit comments

Comments
 (0)