# Organizations

> Resell Coritan products under your own brand, with your own customers, products, prices, storefront and staff.

Source: https://docs.coritan.com/organizations/

In the dashboard:

- /dashboard/organizations: https://www.coritan.com/dashboard/organizations

An *organization* is a reseller brand you run on Coritan. It has its own customers, products, prices, storefront, staff and payouts, while Coritan runs the servers, instances, mail and DNS underneath. Use it when you want to sell hosting under your own name instead of sending people to coritan.com.

Every organization you own or work in is listed under **Organizations** in the [dashboard](https://www.coritan.com/dashboard/organizations), with your role, its tier, its status and its billing mode. Select one to open its tabs. An organization its owner has deleted leaves the list for everyone.

## Set up an organization

- [How organizations work](/organizations/how-organizations-work/): the parts of an organization, the three kinds of account and which credential each API takes.
- [Create an organization](/organizations/create-an-organization/)
- [Change organization settings](/organizations/settings/): name, billing mode, branding, legal details, invoicing and outgoing email.
- [Manage members and roles](/organizations/members-and-roles/) and the [roles and permissions](/organizations/roles-and-permissions/) each role carries.
- [Create organization API keys](/organizations/api-keys/)
- [Delete an organization](/organizations/delete-an-organization/)

## Sell to your customers

- [Set up products and pricing](/organizations/products-and-pricing/)
- [Manage customers](/organizations/customers/)
- [Manage customer services](/organizations/customer-services/)
- [Read your organization's overview](/organizations/overview/): revenue, customers and storefront visitors.
- [Run your store from the Commerce tab](/organizations/commerce/): orders, products, stock and shipping for goods that Coritan sells on your behalf.

## Get paid

- [Organization billing](/organizations/billing/): how customers pay and how Coritan pays you.
- [Manage customer invoices](/organizations/billing/invoices/), [generate statements](/organizations/billing/statements/), [track your payouts](/organizations/billing/payouts/) and [follow payment disputes](/organizations/billing/disputes/).
- [Connect your PayNow store](/organizations/billing/paynow/)
- [Track your store's balance and payouts](/organizations/commerce/payouts/) and [respond to chargebacks on store orders](/organizations/commerce/disputes/).

## Run the products your customers use

- [Manage your customers' instances](/organizations/compute/) on Cloud Compute.
- [Host DNS zones for your organization](/organizations/dns/)
- [Run apps for an organization](/apps/organization-apps/) from its **Apps** tab.
- [Run Mail Hosting for your customers](/organizations/mail/)
- [Organization integrations](/organizations/integrations/): Discord and the game proxy.
- [Receive organization webhooks](/organizations/webhooks/)
- [Read the organization audit log](/organizations/audit-log/)

## Build your storefront and staff console

- [Build a storefront on the Organization API](/organizations/storefront/): the public catalogue, customer sign-in, the customer portal, the community, the Commerce API and the Store API.
- [The staff console](/organizations/staff-console/): where your team looks after customers, servers, billing and support.

## How it is billed

Customers pay your organization for the products you define, at your prices, and Coritan pays you what it collected less the platform fee. The products you link to Coritan's own run on your Coritan account at Coritan's prices. [Organization billing](/organizations/billing/) explains both sides.

## Limits

Coritan sets each organization's limits: how many customers, customer services and products it can hold. The API refuses the next one with `403` and a message such as `Customer limit reached (100/100)`. Contact [support](https://www.coritan.com/dashboard/support) to raise a limit.

The Organization API only answers for an organization whose status is `active`. For a suspended, closed or deleted organization, every member call answers `404 Organization not found`.

## API

- `GET /api/v1/orgs`: List organizations (https://docs.coritan.com/api/reference/organizations/organizations-members/orgs/#op-get-api-v1-orgs)
