Heppu APIv2.heppu.ai/api

Workers explained

Your workers. Voice or chat agents you hire and assign to jobs.

A worker is an agent with a type (voice or chat), a model, instructions and tools. In the dashboard it lives under Workforce. In the API it's still called an agent in the paths. Same thing.

Two endpoints families:

PathUse it for
CurrentGET /v2/agentsEverything the Workforce page shows. Assigned jobs, reliability, status.
Older/v1/agentsCreate, read, update, deactivate. Instructions and tools.

You will probably use both. /v2 to look, /v1 to change.

Status values

active, inactive, training, deployed. Only active (and training for chat) workers accept conversations.

Types

TypeTalks overDefault model
voicephonegpt-realtime-2.1
chatwidget, APIgpt-5.6-terra

Type is fixed at creation. Make a new worker if you need the other one.

On this page