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

# Organization

> The Organization API allows you to programmatically retrieve and update your organization''s settings via the public API.

The Organization API allows you to programmatically retrieve and update your organization's settings via the public API.

## Overview

Your API key is scoped to a single organization. Use these endpoints to:

* **Retrieve settings** — Get current organization details like name, language, website, and AI prompt
* **Update settings** — Modify your organization's configuration without accessing the dashboard

## Authentication

All endpoints require a valid API key passed as a Bearer token in the `Authorization` header.

The organization is automatically inferred from the API key — you never need to pass an org ID.

## Available Endpoints

<CardGroup>
  <Card title="Get Organization" icon="eye" href="/api-reference/organization/get">
    Retrieve the current organization's details
  </Card>

  <Card title="Update Organization" icon="pen" href="/api-reference/organization/update">
    Update the current organization's settings
  </Card>
</CardGroup>
