Create a human
Create a new human in your organization. Humans represent the real people whose time can be booked by AI agents.
The number of humans you can create depends on your plan (Free: 1, Starter: 5, Growth: 25).
Authentication
AuthorizationBearer
API key authentication. Pass your key as a Bearer token:
```
Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxx
```
Get your API key from the [Slotflow Dashboard](https://app.slotflow.dev).
Request
This endpoint expects an object.
name
Full name of the human
timezone
IANA timezone identifier (e.g. “America/New_York”, “Europe/London”)
email
Email address (optional)
role
Role or title (optional, e.g. “sales_rep”, “interviewer”)
Response
Human created successfully
id
Unique identifier for the human
name
Full name of the human
timezone
IANA timezone identifier (e.g. “America/New_York”)
active
Whether the human is active and bookable
created_at
ISO 8601 creation timestamp
email
Email address (optional)
role
Role or title (e.g. “sales_rep”, “interviewer”)