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

# Client Organizations

> Manage buildings, users, and service accounts

A client organization is a client that and receives KODE OS products through its channel partner. In Launchpad, client organizations are primarily responsible for:

* Adding and managing buildings in their portfolio
* Adding and managing users who work on behalf of their organization
* Managing applications and assigning users to KODE OS roles
* Adding and managing service accounts
* Configuring security settings
* Setting up SSO
* Managing the company profile

The Home page provides an overview of your organization, including building count, user count, and total square footage. It also displays user security metrics, sign-in activity trends, and failed sign-in details.

<Frame caption="The client organization Home page shows portfolio metrics, user security status, sign-in activity, and failed sign-in details">
  <img src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/launchpad/launchpad-client-org-home.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=a663b6b2602546233730c083a1f42f2f" alt="Client organization Home page with overview cards for buildings, users, and square feet, user security metrics, sign-in success and failure chart, and failed sign-ins table" width="1024" height="632" data-path="images/launchpad/launchpad-client-org-home.png" />
</Frame>

As a client organization, you access Launchpad via your dedicated workspace address in this format:

```
yourorganizationname.kodelabs.com
```

For workspace sign-in and activation, see [Workspaces and sign-in](/products/launchpad/get-started/workspaces-and-sign-in).

## Authentication logs

The **Authentication Logs** page, accessible from the left-hand sidebar, records all sign-in activity for your organization. Each row in the table displays the user name, email, date and time, status, identity provider, message, IP address, and browser agent.

<Frame caption="The Authentication Logs page lists all sign-in attempts with status, IP address, and browser agent details">
  <img src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/launchpad/launchpad-client-org-auth-logs-table.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=a21fe3d22c7d6d2c47dbd719698b7ea8" alt="Authentication Logs table showing columns for name, email, date and time, status, IDP, message, IP address, and agent, with search and filter controls" width="1024" height="324" data-path="images/launchpad/launchpad-client-org-auth-logs-table.png" />
</Frame>

Select a user from the table to view their individual authorization history. The detail page shows general information and a list of all authentication events for that user, including date, IP address, status, application, and agent.

<Frame caption="A user's authentication detail page shows their general information and full authorization history">
  <img src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/launchpad/launchpad-client-org-auth-logs-detail.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=66fee7ea57321a65753d565dd1fdc228" alt="Authentication log detail page for a user showing general information and an authorizations table with date, IP address, status, application, message, and agent columns" width="1021" height="579" data-path="images/launchpad/launchpad-client-org-auth-logs-detail.png" />
</Frame>

## Company profile

The **Company Profile** page, accessible from the left-hand sidebar, displays your organization's core details. It includes three sections: General Information, Contact Person, and Preferences. Use the `Edit` button on each section to update the respective details.

<Frame caption="The Company Profile page displays general information, contact person, and language preferences for your organization">
  <img src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/launchpad/launchpad-client-org-company-profile.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=52f4903669380fcfb5a80c322a012716" alt="Company Profile page showing general information with name, access status, workspace domain, and address, contact person section with name, email, and phone number, and preferences section with default language" width="1024" height="497" data-path="images/launchpad/launchpad-client-org-company-profile.png" />
</Frame>

## Next steps

Add and manage buildings, users, and service accounts for your organization.

<CardGroup cols={2}>
  <Card title="User Management" icon="cog" href="/products/launchpad/client-organizations/users" arrow={true} cta="Start">
    Add users, invite from trusted organizations, and manage user details and app assignments.
  </Card>

  <Card title="Apps & Roles" icon="App-Store" href="/products/launchpad/client-organizations/apps" arrow={true} cta="Start">
    Define custom roles with per-product permissions and assign roles to users in your organization.
  </Card>

  <Card title="Building Management" icon="cog" href="/products/launchpad/client-organizations/buildings" arrow={true} cta="Start">
    Add buildings to your portfolio, update building details, and manage publish status.
  </Card>

  <Card title="Service Account" icon="webhook" href="/products/launchpad/client-organizations/service-accounts" arrow={true} cta="Start">
    Create a service account for integrations and API access.
  </Card>
</CardGroup>
