Organizations
Organizations are the top-level workspace boundary in ClawButler. The current surface focuses on selecting the active org, editing basic org metadata, and managing existing members.
/organizationsOverview#
Each organization is its own governance context. Switching organizations changes the workspace boundary for agents, connectors, approvals, costs, audit, and the other org-scoped operator surfaces.
The current Web page is intentionally narrower than older documentation. It supports selecting the current workspace, creating and editing orgs, listing members, adding an existing user by ID, changing member roles, and removing members.
Prerequisites#
- A user account that already has access to at least one organization, or permission to create one
- Access to the Web console at `/organizations`
Expected Results#
On the current page, expect:
- -An organization selector with a current-workspace badge
- -A detail card for the selected organization with name, slug, description, and edit action
- -A member table with add, role-change, and remove actions for existing users
Web Operations#
Use this page to manage the active workspace boundary, not to run a full identity-management product.
Select Current Workspace
Choose an organization from the selector, then use the workspace button to make it current. This changes the org context for the rest of the operator console.
Create Or Edit Organizations
You can create an organization with name and slug, then later edit name and description. The current Web form does not act as a full settings console for every org property.
Manage Members
The current Web flow adds existing users by user ID, not by email invitation. Owners remain fixed on the page; non-owner members can be promoted between admin and member or removed.
CLI Operations#
CLI exposes the same org boundary and member-management workflow:
$ ap org listInspect the current organization context:
$ ap org currentList members and add an existing user:
$ ap org members <org-id>$ ap org add-member <org-id> --user-id <user-id> --role admin