> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizations & Projects

> Projects are isolated workspaces inside your organization, each with its own region, API keys, and linked accounts.

Your StackOne account is structured as an **organization** containing **projects**. Members and security are managed at the organization level; everything you build with lives in a project.

## Organization

Your organization is the top level, holding your projects, organization members, and org-wide security (roles, MFA, SSO).

Organization members hold one of two organization roles:

* **Org Admin**: manages who has access and creates projects.
* **Basic**: only sees the projects they're added to.

Org and project roles are independent, so a **Basic** member can be **Project Admin** on a specific project: full control of that project without org-wide access.

<CardGroup cols={2}>
  <Card title="Team Management" icon="users" href="/secure/team-management">
    Invite members and assign org and project roles.
  </Card>

  <Card title="Single Sign-On" icon="id-badge" href="/identity/sso/overview">
    Single sign-on for your organization.
  </Card>
</CardGroup>

## Projects

An isolated workspace inside the organization. Each project has its own:

* **Name**: can be changed at any time without affecting linked accounts or other settings.
* **Region**: set at creation and fixed afterward; it decides where data is stored and appears in the API key as `v1.{region}.xxxxx`.
* **API keys**: scoped to one project, so a production key can't reach dev data.
* **Project members**: project-level roles, so someone can be Project Admin here without org-wide access.
* **Connector profiles and linked accounts**: its own [connector profiles](/gateway/concepts/connector-profiles) and [linked accounts](/gateway/concepts/linked-accounts).

Use separate projects to keep environments or regions apart, for example dev vs production, EU vs US, or temporary projects for individual engineers and QA.

### Create a project

Click the project selector in the top-left of the sidebar and select [**Create a project**](https://app.stackone.com/project/new).

<Note>
  Only Organization Admins can create new projects.
</Note>

<Frame>
  <img src="https://mintcdn.com/stackone-60/lhsIzdulXR1azKqd/images/create-new-project.png?fit=max&auto=format&n=lhsIzdulXR1azKqd&q=85&s=4ddc5e9d5ebf8b3ef0a04b7b98d4bcab" alt="Create a Project form with name, description, and region selection" style={{ maxWidth: "500px" }} width="622" height="776" data-path="images/create-new-project.png" />
</Frame>

<Accordion title="Available regions">
  | Area          | Region                           | Data Center      | Availability        |
  | :------------ | :------------------------------- | :--------------- | :------------------ |
  | Europe        | 🇮🇪 Ireland (Dublin)            | AWS EU-WEST-1    | Available           |
  | Europe        | 🇧🇪 Belgium (St. Ghislain)      | GCP EUROPE-WEST1 | Available           |
  | North America | 🇺🇸 United States (N. Virginia) | AWS US-EAST-1    | Available           |
  | Other         | 🌍 Other regions (e.g. UK, APAC) | —                | On request (add-on) |

  Need a region that isn't generally available? Contact your StackOne account manager.
</Accordion>

### Switch projects

The project selector in the top-left of the sidebar lists the projects you have access to. The region code appears next to each project name (e.g. `EU1` or `US1`).

<Frame>
  <img src="https://mintcdn.com/stackone-60/lhsIzdulXR1azKqd/images/list-projects.png?fit=max&auto=format&n=lhsIzdulXR1azKqd&q=85&s=568cf88fb57e2260f87da304673184cb" alt="Project selector listing projects with their region codes" style={{ maxWidth: "500px" }} width="242" height="161" data-path="images/list-projects.png" />
</Frame>

### Project settings

<Warning>
  Deleting a project (under **Danger Zone**) is immediate and irreversible. It removes everything inside it: linked accounts, API keys, webhooks, and all associated data.
</Warning>

Configure a project from **Project Settings** in the dashboard sidebar. Each setting is covered where it's used:

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" href="/embed/api-keys">
    Create keys and set their scopes.
  </Card>

  <Card title="Team Members" icon="users" href="/secure/team-management">
    Manage who has access to the project and what they can do.
  </Card>

  <Card title="Advanced Logs" icon="scroll" href="/secure/observability">
    Request-log retention and error-only mode.
  </Card>

  <Card title="Defender" icon="shield-halved" href="/secure/defender">
    Prompt-injection scanning and blocking thresholds.
  </Card>

  <Card title="Immutable Versioning" icon="code-branch" href="/connector-building/connector-versioning">
    Whether published connector versions can be overwritten.
  </Card>
</CardGroup>
