Skip to main content
POST
Create a team

Authorizations

slog-api-key
string
header
required

API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.

Body

application/json
name
string
required
Example:

"Engineering"

prefix
string
required

Short uppercase code, unique within the workspace.

Example:

"ENG"

description
string
Example:

"Core product engineering team."

parentId
string

ID of the parent team for hierarchical structuring.

Example:

null

Response

Team created.

team
object