Agencies
Create Agency
Create a new agency.
POST
Create agency
Create a new agency. The authenticated user automatically becomes the owner. A URL-safe slug is derived from the name you provide (for example, “My Team” becomes
my-team).
To create a private agency, set isPrivate: true and supply a password. Users will need either the password or an invite code to join.
Every account starts with access to the Lobby, a default public agency that cannot be deleted.
Authorizations
Personal access token (cru_...) or session token from login/register.
Body
application/json
Create agency