# Organizations Learn how to manage organizations, members, and roles in the Freddy API. ## Overview Organizations are the top-level container for users, API keys, and resources in Freddy. Each user belongs to one or more organizations, and all API requests are scoped to an organization. ## Key Concepts - **Organization**: A workspace that contains users, API keys, and resources. - **Members**: Users who belong to an organization, each with an assigned role. - **Roles**: Permission levels such as Owner, Admin, and Member. - **API Keys**: Organization-scoped keys for programmatic access. ## Related Resources - [List Organizations](/docs/api-reference/organizations/management/list) - [Create Organization](/docs/api-reference/organizations/management/create) - [Organization Members](/docs/api-reference/organizations/management/list)