/
MI
microsandbox
/
Microsandbox API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 12h ago
Details
Filter operations
api-keys
3
audit-log
4
auth
8
billing
18
health
2
invites
5
members
4
oauth
2
oidc
2
oidc-config
3
organizations
6
get
GET /v1/me/org — get the org bound to this API key (Member+).
get
GET /v1/orgs — list organizations the authenticated user belongs to.
post
POST /v1/orgs — create a new organization; the creator becomes owner.
get
GET /v1/orgs/:slug — get organization details (Member+).
delete
DELETE /v1/orgs/:slug — soft-delete an organization (Owner only).
patch
PATCH /v1/orgs/:slug — update organization (Admin+).
personal-access-tokens
3
quotas
3
registry-credentials
3
sandboxes
24
users
10
volumes
21
waitlist
1
organizations
GET /v1/orgs — list organizations the authenticated user belongs to.
get
/v1/orgs
Response
User's organizations
OrgWithRole[]
required
created_at
string
date-time
required
id
string
uuid
required
mfa_required
boolean
required
name
string
required
role
'owner'
|
'admin'
|
'member'
|
'viewer'
required
Organization membership role.
slug
string
required
updated_at
string
date-time
required
Changes