## List `$ stl orgs list` **get** `/v0/orgs` List organizations accessible to the current authentication method. ### Returns - `OrgListResponse: object { data, has_more, next_cursor }` - `data: array of Org` - `display_name: string` - `enable_ai_commit_messages: boolean` - `object: "org"` - `"org"` - `slug: string` - `has_more: boolean` - `next_cursor: optional string` ### Example ```cli stl orgs list ```