send-interview) or generate an apply link without sending email (interview-link).
1. Create an interview design
Parameters — designs create
--type only accepts structured or conversational. Any other value fails with exit code 8 (CLI usage).2. Send the interview
Email the candidate a screening invitation containing their apply link.Parameters — candidates send-interview
Generate an apply link (no email)
List and inspect designs
Track interview sessions
Sessions appear once candidates start completing screening. They’re empty until then.Common errors
FAQ
Do I need a design before sending an interview?
Do I need a design before sending an interview?
Yes. Create one with
staplehire designs create, then pass its ID to send-interview or interview-link.How do I get a link instead of emailing the candidate?
How do I get a link instead of emailing the candidate?
Use
staplehire candidates interview-link <candidateId> --design <designId>. It returns interview_link without sending an email.What are the deprecated aliases?
What are the deprecated aliases?
interview-design is a deprecated alias for designs, and interview-sessions is a deprecated alias for sessions. Both still work.