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

# Settings & workspace

> Manage your account profile, organization, members and roles, plan and billing, and connected accounts in Orisu.

Settings open in a dialog from the **Settings** button in the sidebar. It's organized into three areas: your personal **Account**, the **Organization** you belong to, and the **Workspaces** inside it. Billing and connected accounts are reached separately, as described below.

## Account

Your account is personal to you and carries across every organization you belong to.

<Columns cols={2}>
  <Card title="Profile" icon="circle-user-round">
    Your name, email, and avatar. The activation checklist toggle also lives here; turn it off once you're settled, or bring it back later.
  </Card>

  <Card title="Security" icon="shield">
    Your password and active sessions.
  </Card>
</Columns>

## Organization

An organization is the billing and ownership boundary. Everyone in it shares the same plan, credit balance, members, and workspaces. From the **Organization** section you can rename the organization and manage its details, members, invitations, and API keys.

<Note>
  Billing is tied to the organization, not to individual people. See [Credits & billing](/guides/credits) for how the shared credit balance works.
</Note>

### Workspaces

Workspaces sit inside an organization and group related agents. Create and rename workspaces under **Workspaces**, then assign members to each one. How many workspaces you can create depends on your plan.

## Members & roles

People join an organization by invitation, and roles control what they can do.

### Organization roles

| Role   | Can do                                                          |
| ------ | --------------------------------------------------------------- |
| Owner  | Full control, including billing and deleting the organization.  |
| Admin  | Manage members, invitations, and API keys.                      |
| Member | Belong to the organization and the workspaces they're added to. |

### Inviting people

<Steps>
  <Step title="Open invitations">
    In settings, go to **Organization → Invitations**.
  </Step>

  <Step title="Enter their email and role">
    Type the person's email, pick a role (**Member** or **Admin**), and choose which workspace to add them to.
  </Step>

  <Step title="Send the invite">
    Select **Send invite**. They receive an email to join. Pending invitations appear in a list below, where you can cancel any that haven't been accepted.
  </Step>
</Steps>

<Note>
  The number of members you can add is set by your plan. If an invite is blocked because you've hit the limit, Orisu prompts you to upgrade. See [Credits & billing](/guides/credits).
</Note>

### Workspace roles

Within a workspace, each member has one of two roles, set under **Workspaces → Members**:

| Role   | Can do                                          |
| ------ | ----------------------------------------------- |
| Admin  | Manage the workspace's members and their roles. |
| Editor | Work on agents in the workspace.                |

Workspace admins can add organization members to a workspace, change a member's workspace role, and remove members.

## Plan & billing

Billing is managed for the whole organization from the billing dialog, reached from your user menu in the sidebar.

From there you can:

* See your current plan and credit balance.
* Compare plans and upgrade or downgrade.
* Buy a one-time credit top-up.
* Review your transaction history.
* Cancel your subscription.

Plans differ in monthly credits and in workspace, member, and agent limits. Monthly and yearly billing are both available, with a discount for yearly.

<Card title="How credits work" icon="coins" href="/guides/credits">
  Subscription vs. purchased credits, estimated cost per node, and reserve-then-settle.
</Card>

## Connected accounts

Some nodes act on services outside Orisu and need you to connect an account first. Today this is **Google Drive**, used by the Drive import and export nodes.

You connect Google Drive from the node itself rather than a central settings page:

<Steps>
  <Step title="Add a Drive node">
    Add a [Google Drive import](/nodes/integrations/google-drive-import) or [Google Drive export](/nodes/integrations/google-drive-export) node and select it to open its config panel.
  </Step>

  <Step title="Connect your account">
    Select **Connect Google Drive**. A popup opens for you to authorize access. When it closes, the connected account appears in the panel.
  </Step>

  <Step title="Pick the account">
    Choose which connected account the node should use. You can connect more than one and select per node.
  </Step>
</Steps>

A status dot shows each connection's health. If an account's access expires or fails, select **Reconnect** on it to re-authorize.

### API keys

Under **Organization → API Keys**, owners and admins can create keys for programmatic access to trigger your apps from outside Orisu. A key's full value is shown only once when created, so store it somewhere safe. Revoke a key any time to immediately stop anything using it.
