CHW-1303 UnknownOrganization

unknown organization in repository URL; verify the @{org-slug} segment or ask an admin to confirm the org exists

Default message: unknown organization in repository URL; verify the @{org-slug} segment or ask an admin to confirm the org exists
HTTP status: 404 (client)

Problem. The @{org-slug} segment in a repository URL does not resolve to any org. Cause. The slug is mistyped, or the org has been deleted. Fix. Verify the slug, ask an admin to confirm the org exists, or switch to a valid org. HTTP 404.

Only callers presenting valid repository credentials see this code. An unauthenticated request for an unknown slug gets the same 401 CHW-1001 a real slug returns, so the repository endpoint cannot be used to discover which orgs exist on a deployment. If you are debugging a slug and getting 401 rather than this error, send your client credentials with the request.