Groups
Create Group
Creates a new group for the organization or user.
POST
/
v1
/
organizations
/
{organizationName}
/
groups
Creating more than one group is limited to Scaler, Pro and Enterprise plans.
Path Parameters
organizationName
string
requiredThe name of the organization or user.
Body
application/json
name
string
requiredThe name of the new group.
location
string
requiredThe location key for the new group.
extensions
The extensions to enable for new databases created in this group. Users looking to enable vector extensions should instead use the native libSQL vector datatype.
Available options:
all
Response
200 - application/json
group
object
The newly created group