Skip to main content
POST
Create one or more AI employees.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Employee creation request

Request body for creating employees

companyId
string
required

Company ID

numEmployees
integer

Number of employees to create (default: 1)

tags
string[]

Tags to assign to the employee

title
string

Job title for the employee

Response

Created employees

Response after creating employees

employees
object[]

Created employees

success
boolean

Whether creation was successful