Skip to content

Update organization

PATCH
/v1/orgs/{org}
org
required
string

Organization public ID

Request to update an organization

object
base_harness_id

Base harness to use when a session is started without an explicit harness_id.

string | null
Example
harness_01933b5a000070008000000000000601
default_harness_id

Default harness to preselect in the UI for new sessions. Mutually exclusive with default_harness_name.

string | null
Example
harness_01933b5a000070008000000000000602
default_harness_name

Alternative to default_harness_id — looked up by stable name within the org. Mutually exclusive with default_harness_id.

string | null
Example
generic
default_model_id

Default LLM model for this organization. Must be an enabled model.

string | null
Example
model_01933b5a00007000800000000000001
name

The display name of the organization.

string | null
Example
Acme Corporation

Organization updated

Response for organization operations

object
base_harness_id

Base harness used when session creation omits harness_id.

string | null
created_at
required

When the organization was created

string format: date-time
default_harness_id

Default harness to preselect in the UI.

string | null
default_model_id

Default LLM model for the organization.

string | null
id
required

External identifier (org_<32-hex-chars>)

string
name
required

Display name

string
updated_at
required

When the organization was last updated

string format: date-time

Organization not found

Standard error response for API endpoints.

object
error
required

Error message describing what went wrong.

string