Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/docs/source/polars-cloud/organization/organizations.md
6939 views

Set up organization

Organizations in Polars Cloud are the top-level entity and typically represent a company. They can have members, contain multiple workspaces and are used to manage billing.

To set up an organization you can either use the dashboard or the following CLI commands:

  • If you're just starting with Polars Cloud then you need to set up both an organization and workspace:

    pc setup
  • Or if you only want to set up an organization:

    pc organization setup

For other subcommands you can execute the help command:

pc organization --help usage: pc organization [-h] [-v] [-t TOKEN] [-p TOKEN_PATH] {list,setup,delete,details} ... positional arguments: {list,setup,delete,details} list List all active organizations setup Set up an organization delete Delete an organization details Print the details of an organization