/
VO
voidmind-io
/
Untitled API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
auth
3
dashboard
1
invites
5
keys
5
model-access
6
model-aliases
6
models
8
org-members
4
orgs
5
get
List organizations
post
Create an organization
get
Get an organization
delete
Delete an organization
patch
Update an organization
service-accounts
5
team-members
4
teams
5
usage
2
users
5
orgs
Create an organization
Creates a new organization. Only system admins may call this endpoint.
post
/orgs
Request body
InternalApiAdminCreateOrgRequest
required
daily_token_limit
integer
monthly_token_limit
integer
name
string
requests_per_day
integer
requests_per_minute
integer
slug
string
timezone
string
Response
Created
InternalApiAdminOrgResponse
required
created_at
string
daily_token_limit
integer
deleted_at
string
id
string
monthly_token_limit
integer
name
string
requests_per_day
integer
requests_per_minute
integer
slug
string
timezone
string
updated_at
string
Changes