You need an API key (
iv_live_...) from Developer → API Keys. Use it in
the x-api-key header and replace <slug> with your team slug.Step 1 — Create a coaching agent
A kind, encouraging interviewer that gives lots of feedback.id as AGENT_ID.
Step 2 — Describe the program
Setuse_case to training and pick the ready / needs practice outcome.
id as TEMPLATE_ID.
Step 3 — Add practice drills (with retakes)
Each drill is a stage. Turn onallow_retake so people can try again.
stage_order: 1 for an “Objection Drill”.
Step 4 — Add your team members
Each rep is a participant. Have a lot of them? Use bulk import.Step 5 — Start the practice
Schedule a session for each rep, pointing at the drill stage.Step 6 — Review progress
Look at scores over time. Because retakes are on, reps can keep practicing and you can watch the numbers climb.List a person's sessions
GET /api/v1/participants/{id}/sessions shows every attempt and score.