Skip to main content
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