> ## 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="SSO Setup" icon="id-badge" href="/secure/sso-setup">
    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 New Project**](https://app.stackone.com/project/new).

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

<Frame>
  <img src="https://mintcdn.com/stackone-60/-KFzzx2Rt3VBB1He/images/create-new-project.png?fit=max&auto=format&n=-KFzzx2Rt3VBB1He&q=85&s=121724e3cae161dd0cb5f78359a5c181" alt="Create new project dialog with name and region selection" style={{ maxWidth: "500px" }} width="1180" height="946" 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        | 🇬🇧 United Kingdom (London)     | AWS EU-WEST-2      | Add-on       |
  | North America | 🇺🇸 United States (N. Virginia) | AWS US-EAST-1      | Available    |
  | APAC          | 🇦🇺 Australia (Sydney)          | AWS AP-SOUTHEAST-2 | Coming soon  |

  Need a custom region? 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/EZ7nWzE-JJzhmP-C/images/list-projects.png?fit=max&auto=format&n=EZ7nWzE-JJzhmP-C&q=85&s=1f232821db5aa1459705126f25017061" alt="Project selector listing projects with their region codes" style={{ maxWidth: "500px" }} width="604" height="558" 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">
    Project-level roles — Viewer or Project Admin.
  </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>
