Skip to main content
Organization settings control the global configuration that applies across all projects in your organization — AI provider preferences, default translation workflow settings, team member roles, and branding. These endpoints are typically used by integration scripts that need to read configuration, or by admin tooling that manages organizations programmatically.
Most organization settings endpoints require the caller’s API token to be associated with an Owner or Admin role. Requests from tokens without sufficient privileges return 403 Forbidden.

Endpoints

Get Organization

Returns the organization associated with the current API token, including its settings:
Response:

Update Organization Settings

List Members

Returns all members of the organization with their roles:
Response:

Invite a Member

Sends an invitation email to a new member:

Available Roles

Key Notes

  • The aiProvider setting determines which model is used for AI translation jobs across the organization. Valid values are anthropic (Claude Sonnet) and openai (GPT-4o).
  • The toneInstructions field is passed to the AI engine as a system-level style guide. Describe your brand voice here to ensure consistent AI output across all projects.
  • Only one member can hold the owner role. Ownership can be transferred but not duplicated.