Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Name for the new team
Example:
"my-awesome-team"
JSON object containing role and permission definitions. https://vast.ai/docs/cli/roles-and-permissions
Example:
{
"api": {
"misc": {},
"user_read": {},
"instance_read": {},
"instance_write": {},
"billing_read": {},
"billing_write": {}
}
}
Response
Team created successfully
Example:
"Team Successfully Created!"