Skip to main content

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.

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

Get Organization

Retrieve the current organization’s details

Update Organization

Update the current organization’s settings