Files
supabase/apps/reference/docs/guides/hosting/platform.mdx
2022-08-19 14:49:07 -07:00

67 lines
3.4 KiB
Plaintext

---
id: platform
title: Supabase Platform
description: Getting started with the Supabase Platform.
---
Supabase is a hosted platform which makes it very simple to get started without needing to manage any infrastructure.
Visit [app.supabase.com](https://app.supabase.com) and sign in to start creating projects.
## Projects
Each project on Supabase comes with these features:
- A dedicated Postgres database. [Learn more](/docs/guides/database)
- Auto-generated APIs. [Learn more](/docs/guides/api)
- Auth and User management. [Learn more](/docs/guides/auth)
- Storage. [Learn more](/docs/guides/storage)
## Organizations
Organizations are a way to group your projects. Each organization can be configured with different team members and billing settings.
## Manage team members
You can invite your team members into your organizations to collaborate on projects.
<video width="99%" muted playsInline controls="true">
<source src="/docs/videos/invite-team.mp4" type="video/mp4" muted playsInline />
</video>
You can also assign roles to your team members with different access levels. The table below shows the corresponding permissions for each available role in the Dashboard.
| Permissions | Owner | Administrator | Developer |
| ---------------------------- | ----- | ------------- | --------- |
| **Organization** |
| Can change organization name | ✅ | | |
| Can delete organization | ✅ | | |
| **Members** |
| Can add an Owner | ✅ | | |
| Can remove an Owner | ✅ | | |
| Can add an Adminstrator | ✅ | ✅ | |
| Can remove an Administrator | ✅ | ✅ | |
| Can add a Developer | ✅ | ✅ | |
| Can remove a Developer | ✅ | ✅ | |
| Can revoke an invite | ✅ | ✅ | |
| Can resend an invite | ✅ | ✅ | |
| **Billing** |
| Can read invoices | ✅ | ✅ | ✅ |
| Can read billing email | ✅ | ✅ | ✅ |
| Can change billing email | ✅ | | |
| Can view subscription | ✅ | ✅ | ✅ |
| Can update subscription | ✅ | ✅ | |
| Can read billing address | ✅ | ✅ | ✅ |
| Can update billing address | ✅ | ✅ | |
| Can read tax codes | ✅ | ✅ | ✅ |
| Can update tax codes | ✅ | ✅ | |
| Can read payment methods | ✅ | ✅ | ✅ |
| Can update payment methods | ✅ | ✅ | |
| **Projects** |
| Can create a project | ✅ | ✅ | |
| Can delete a project | ✅ | ✅ | |
| Can update a project | ✅ | ✅ | |
| Can pause a project | ✅ | ✅ | |
| Can resume a project | ✅ | ✅ | |
| Can restart a project | ✅ | ✅ | ✅ |