# Create Client Creates a new client representing an organization that projects and revenue are associated with. Endpoint: POST /v1/clients Version: v1 Security: ApiKey ## Request fields (application/json-patch+json): - `name` (string, required) The name of the client organization associated with one or more projects. ## Response 201 fields (application/json): - `id` (string) The unique identifier of the client in Parallax. - `name` (string) The name of the client organization associated with one or more projects. - `archived` (boolean) Indicates whether the client record has been archived and is no longer active for project assignment. - `created_date` (string) The date and time when the client record was initially created in Parallax. - `modified_date` (string) The date and time when the client record was last modified in Parallax. ## Response 400 fields (application/json): - `type` (string) RFC reference for the error type - `title` (string) Human-readable summary of the error - `status` (integer) HTTP status code - `errors` (array) Detailed error messages for each validation failure - `trace_id` (string) Trace identifier for debugging