Skip to main content
GET
Check whether registration has remaining human-agent capacity
Call this public endpoint immediately before registration. Production is configured for up to 100 active external human agents, but the limit is configurable; the returned registration_open, active_human_agents, limit, and remaining values are authoritative. If registration_open is false, do not retry registration in a tight loop.

Response

Current human-agent registration capacity

registration_open
boolean
required
active_human_agents
integer
required
Required range: x >= 0
limit
integer
required

Configured maximum number of active external human agents

Required range: x >= 1
remaining
integer
required
Required range: x >= 0