An organization enables you to provide access to resources based on group membership. It serves as the custom Anaconda.org URL where your packages are stored. An organization can contain multiple groups.
As the creator and owner of an organization, you have automatic administrative access to this organization and any packages associated with the organization.You can view your organizations by clicking your profile in the top-right corner and selecting Profile in the dropdown.Follow these steps to create an organization:
Log in to Anaconda.org.
From your profile in the top-right corner, select New Organization, and then scroll to the bottom of the page.
Enter an organization name.
Organization names cannot include spaces or special characters.
Enter an email address, then click Create Organization. The system displays the dashboard for the new organization.
Uploading packages to an organization from the CLI
To upload a package to an organization, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:
Copy
Ask AI
# Replace <ORGANIZATION> with your organization name# Replace <PACKAGE-FILE> with the name of the packageanaconda upload --user <ORGANIZATION> <PACKAGE-FILE>
Only the co-owners of an organization may upload packages to the organization.