# HeyMilo AI Documentation ## Docs - [Async bulk ingest candidates](https://docs.heymilo.ai/api-reference/candidates/async-bulk-ingest-candidates.md): Queue multiple candidates for async processing through the interviewer's workflow. Returns an ingestion ID to track the job. - [Async ingest a single candidate](https://docs.heymilo.ai/api-reference/candidates/async-ingest-a-single-candidate.md): Queue a candidate for async processing through the interviewer's workflow. Returns an ingestion ID to track the job. - [Bulk ingest candidates](https://docs.heymilo.ai/api-reference/candidates/bulk-ingest-candidates.md): Submit multiple candidates at once for processing through the interviewer's workflow. Returns an interview ID and URL for each candidate. - [Ingest a single candidate](https://docs.heymilo.ai/api-reference/candidates/ingest-a-single-candidate.md): Submit a candidate for processing through the interviewer's workflow. Returns the interview ID, interview URL, and full candidate receipt. - [List candidates for an interviewer](https://docs.heymilo.ai/api-reference/candidates/list-candidates-for-an-interviewer.md): Retrieve a paginated list of candidates for a specific interviewer. Each candidate includes workflow progress, scores, and agent summaries. Optionally filter by the date the candidate was invited to this interviewer with `created_after` and/or `created_before` (Unix epoch seconds, inclusive) to incr… - [Get a design template group](https://docs.heymilo.ai/api-reference/design-template-groups/get-a-design-template-group.md): Returns a single design template group by ID. - [List design template groups](https://docs.heymilo.ai/api-reference/design-template-groups/list-design-template-groups.md): Returns all design template groups for the workspace. - [Get a design template](https://docs.heymilo.ai/api-reference/design-templates/get-a-design-template.md): Returns a single design template by ID. - [List design templates](https://docs.heymilo.ai/api-reference/design-templates/list-design-templates.md): Returns all design templates for the workspace. - [Get a custom domain](https://docs.heymilo.ai/api-reference/domains/get-a-custom-domain.md): Returns a single custom domain configuration by ID. - [List custom domains](https://docs.heymilo.ai/api-reference/domains/list-custom-domains.md): Returns all custom domains configured for the workspace. - [Get an email template group](https://docs.heymilo.ai/api-reference/email-template-groups/get-an-email-template-group.md): Returns a single email template group by ID. - [List email template groups](https://docs.heymilo.ai/api-reference/email-template-groups/list-email-template-groups.md): Returns all email template groups for the workspace. - [Get an email template](https://docs.heymilo.ai/api-reference/email-templates/get-an-email-template.md): Returns a single email template by ID. - [List email templates](https://docs.heymilo.ai/api-reference/email-templates/list-email-templates.md): Returns all email templates configured for the workspace. - [Health Check](https://docs.heymilo.ai/api-reference/health/health-check.md) - [Get an interview template](https://docs.heymilo.ai/api-reference/interview-templates/get-an-interview-template.md): Returns a single interview template by ID. - [List interview templates](https://docs.heymilo.ai/api-reference/interview-templates/list-interview-templates.md): Returns all interview templates configured for the workspace. Interview templates are reusable agent configurations cloned from a blueprint posting. - [Activate an interviewer](https://docs.heymilo.ai/api-reference/interviewers/activate-an-interviewer.md): Activate an interviewer so it begins accepting candidates. The interviewer must have a valid workflow configuration. - [Archive an interviewer](https://docs.heymilo.ai/api-reference/interviewers/archive-an-interviewer.md): Archive an interviewer. Archived interviewers stop accepting new candidates. - [Clone an interviewer](https://docs.heymilo.ai/api-reference/interviewers/clone-an-interviewer.md): Create a copy of an existing interviewer with its workflow configuration. - [Create an interviewer](https://docs.heymilo.ai/api-reference/interviewers/create-an-interviewer.md): Create a fully-configured interviewer with an agentic workflow. Returns the new posting ID, URLs, and a full posting receipt. - [Get an interviewer](https://docs.heymilo.ai/api-reference/interviewers/get-an-interviewer.md): Retrieve the full details of a specific interviewer by ID. - [List interviewers](https://docs.heymilo.ai/api-reference/interviewers/list-interviewers.md): Retrieve a paginated list of interviewers for the authenticated workspace. - [Update a workflow step's config](https://docs.heymilo.ai/api-reference/interviewers/update-a-workflow-steps-config.md): Partially update one workflow step's config without touching other steps or posting-level fields. ``step_id`` is the step's ``type`` or its 1-based ``order``. - [Update an interviewer](https://docs.heymilo.ai/api-reference/interviewers/update-an-interviewer.md): Update fields on an existing interviewer. Only provided fields are modified; omitted fields remain unchanged. - [Delete interview metadata](https://docs.heymilo.ai/api-reference/interviews/delete-interview-metadata.md): Remove all metadata from a specific interview. - [Get full interview data](https://docs.heymilo.ai/api-reference/interviews/get-full-interview-data.md): Retrieve the full interview results across all workflow steps. Includes per-agent results (scorecard, transcript, resume evaluation, SMS screening, form results). Returns status 'not_ready' if the candidate has not finished. - [Get interview metadata](https://docs.heymilo.ai/api-reference/interviews/get-interview-metadata.md): Retrieve the key-value metadata attached to a specific interview. - [Set interview metadata](https://docs.heymilo.ai/api-reference/interviews/set-interview-metadata.md): Set or update metadata for a specific interview. Up to 50 keys, each key max 40 chars, each value max 500 chars. All values must be strings. - [Get a phone number](https://docs.heymilo.ai/api-reference/phone-numbers/get-a-phone-number.md): Returns a single phone number configuration by ID. - [List phone numbers](https://docs.heymilo.ai/api-reference/phone-numbers/list-phone-numbers.md): Returns all phone numbers provisioned for the workspace. - [API Key Usage](https://docs.heymilo.ai/api-reference/public-api/api-key-usage.md): Monitor and analyze your API key usage to track integration activity, identify trends, and troubleshoot issues. - [Documentation](https://docs.heymilo.ai/api-reference/public-api/documentation.md) - [Create a question](https://docs.heymilo.ai/api-reference/questions/create-a-question.md): Creates a new question or criterion for a posting. The ``modality`` field determines the question type. - [Delete a question](https://docs.heymilo.ai/api-reference/questions/delete-a-question.md): Soft-deletes a question or criterion. It will no longer appear in listings. - [List questions](https://docs.heymilo.ai/api-reference/questions/list-questions.md): Returns all questions and criteria for a posting. Optionally filter by modality (voice, sms, form, resume_eligibility, resume_scoring, voice_tags). - [Reorder questions](https://docs.heymilo.ai/api-reference/questions/reorder-questions.md): Sets the display order for questions of a given modality. You must include every active question ID for the specified modality in the desired order. - [Retrieve a question](https://docs.heymilo.ai/api-reference/questions/retrieve-a-question.md): Returns a single question or criterion by its ID. - [Update a question](https://docs.heymilo.ai/api-reference/questions/update-a-question.md): Updates the specified question. Only fields present in the request body are modified; omitted fields remain unchanged. - [List agent types](https://docs.heymilo.ai/api-reference/schema-discovery/list-agent-types.md): Returns the registry of supported agent types and their configuration. - [List question types](https://docs.heymilo.ai/api-reference/schema-discovery/list-question-types.md): Returns the registry of supported question/criteria types by modality. - [Get a sender email](https://docs.heymilo.ai/api-reference/sender-emails/get-a-sender-email.md): Returns a single sender email address by ID. - [List sender emails](https://docs.heymilo.ai/api-reference/sender-emails/list-sender-emails.md): Returns all sender email addresses configured for the workspace. - [Get a voice](https://docs.heymilo.ai/api-reference/voices/get-a-voice.md): Returns a single voice from the workspace registry by ID. - [Get voice audio preview](https://docs.heymilo.ai/api-reference/voices/get-voice-audio-preview.md): Returns an audio preview of the voice. May redirect (302) to an external audio URL. - [List voices](https://docs.heymilo.ai/api-reference/voices/list-voices.md): Returns all voices in the workspace voice registry. - [Configuration](https://docs.heymilo.ai/api-reference/webhooks/configuration.md) - [Deactivate a webhook](https://docs.heymilo.ai/api-reference/webhooks/deactivate-a-webhook.md): Deactivate (soft-delete) a webhook by ID. - [Get webhook details](https://docs.heymilo.ai/api-reference/webhooks/get-webhook-details.md): Retrieve details of a specific registered webhook by ID. - [List webhooks](https://docs.heymilo.ai/api-reference/webhooks/list-webhooks.md): Retrieve all active webhooks for the authenticated workspace. - [Register a webhook](https://docs.heymilo.ai/api-reference/webhooks/register-a-webhook.md): Register a webhook URL to receive event notifications. Events include candidate completion, interview status changes, etc. - [List workspaces accessible to the caller](https://docs.heymilo.ai/api-reference/workspaces/list-workspaces-accessible-to-the-caller.md): Return every HeyMilo workspace the authenticated caller can operate on. API-key callers always receive a single entry; OAuth callers receive every workspace they are a member of and may pass `X-Workspace-Id: ` on subsequent calls to scope operations to a specific workspace. - [Documentation](https://docs.heymilo.ai/documentation/get-started/landing.md): The next generation of recruiting. Intelligent AI agents that transform how you hire. - [What is HeyMilo AI?](https://docs.heymilo.ai/documentation/get-started/what-is-heymilo.md) - [Candidate Experience](https://docs.heymilo.ai/draft-docs/candidate-experience/candidate-experience.md): Index for candidate-facing flows, customization, and how to talk about AI interviews. - [Talking to Candidates About AI](https://docs.heymilo.ai/draft-docs/candidate-experience/candidate-experience/talking-to-candidates-about-ai.md): Scripts, FAQs, and how to explain human review and optional candidate report email. - [What Candidates See](https://docs.heymilo.ai/draft-docs/candidate-experience/candidate-experience/what-candidates-see.md): Candidate journey by interview type — link, SMS, form, resume — and what you can customize. - [Data](https://docs.heymilo.ai/draft-docs/data/data.md): Manage your data in HeyMilo — organize resources with labels and configure data indexing. - [Data Indexing](https://docs.heymilo.ai/draft-docs/data/data/data-indexing.md): Configure how your data is indexed and searchable across HeyMilo. - [Resource Labels](https://docs.heymilo.ai/draft-docs/data/data/resource-labels.md): Tag and categorize your interviewers, candidates, and other resources for easy filtering and organization. - [Log In](https://docs.heymilo.ai/draft-docs/getting-started/log-in.md): How to access your HeyMilo account and troubleshoot common login issues. - [Configuring Your AI Interviewer](https://docs.heymilo.ai/draft-docs/getting-started/log-in/configuring-your-ai-interviewer.md): Configure questions and scoring for every stage — Resume, Form, SMS, Voice/Video, and LLM Assessment. - [Creating an Interviewer](https://docs.heymilo.ai/draft-docs/getting-started/log-in/creating-an-interviewer.md): Create your first AI interviewer, from dashboard to shareable link, step by step. - [Deleting Candidate Data in Compliance Hub](https://docs.heymilo.ai/draft-docs/getting-started/log-in/deleting-candidate-data.md): HeyMilo includes a built-in system for managing candidate data deletion requests, supporting GDPR Article 17 (right to erasure) and general data compliance needs. - [How Scoring Works](https://docs.heymilo.ai/draft-docs/getting-started/log-in/how-scoring-works.md): How HeyMilo's AI scores candidates objectively and consistently at scale. - [Interview Types](https://docs.heymilo.ai/draft-docs/getting-started/log-in/interview-types.md): Choose the format that fits your role and volume. - [Reviewing Candidates](https://docs.heymilo.ai/draft-docs/getting-started/log-in/reviewing-candidates.md): How to review candidates — from the interviewer list to score reports, actions, and downloads. - [What Candidates Experience](https://docs.heymilo.ai/draft-docs/getting-started/log-in/what-candidates-experience.md): Quick view of how candidates get invited and what they do at each stage so you can set expectations and answer their questions. - [ATS Integrations](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts.md): Connecting your ATS to HeyMilo is how most teams get jobs and candidates into the product automatically and push results back without copy-paste. - [Ashby](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/ashby.md): Integrating HeyMilo with Ashby enables powerful end-to-end, conversational AI candidate engagement and screening capabilities within your hiring workflow. - [Avionté](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/avionte.md): HeyMilo seamlessly plugs into your Avionté ATS to bring end-to-end AI recruiting automation into the hiring process—less manual work, faster placements. - [Bullhorn](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/bullhorn.md): Connect HeyMilo to Bullhorn so candidates flow in automatically and interview results push straight into Bullhorn Notes. Includes ATS connection, agent setup, mapping, and importing jobs from Bullhorn to auto-create agents. - [Ceipal](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/ceipal.md): Integrating HeyMilo with Ceipal gives your team access to full end-to-end conversational AI recruiting inside your existing hiring pipeline. - [Greenhouse](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/greenhouse.md): Add HeyMilo as an assessment partner in Greenhouse to seamlessly conduct end-to-end, AI-powered interview flows in your job’s interview plan. - [Import From ATS](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/import-from-ats.md): Pull jobs from your connected ATS, generate a HeyMilo interview agent in a few clicks, and control exactly which questions carry over from a template vs get generated fresh from the job description. - [JobDiva](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/jobdiva.md): Integrating HeyMilo with JobDiva brings full end-to-end conversational AI recruiting directly to your Hotlists. - [Lever](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/lever.md): HeyMilo’s AI-powered end-to-end interviews plug directly into Lever so every applicant is screened instantly, schedules stay open, and your recruitment pipeline will never be blocked. - [Manatal](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/manatal.md): Integrating HeyMilo with Manatal gives your team access to full end-to-end conversational AI recruiting inside your existing hiring pipeline. - [Recruit CRM](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/recruit-crm.md): Integrating HeyMilo with RecruitCRM brings full end-to-end conversational AI recruiting directly into your workflows. HeyMilo automatically engages candidates, screens them through your customized pro - [Salesforce](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/salesforce.md): HeyMilo’s AI-powered candidate engagement and screening integrates seamlessly with Salesforce to streamline your hiring process. - [SmartRecruiters](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/smartrecruiters.md): Bring end-to-end automation to SmartRecruiters with HeyMilo. HeyMilo automatically manages applicant engagement, screening, and evaluation at scale, so your team can concentrate on top-tier candidates - [TeamTailor](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/teamtailor.md): Integrating HeyMilo with Teamtailor enables powerful conversational AI candidate engagement and screening capabilities within your hiring workflow. - [Tracker](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/tracker.md): Automate end-to-end candidate engagement, conversational screening, and evaluation directly in Tracker! - [Workable](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/workable.md): Integrating HeyMilo with Workable empowers your recruiters by automating AI candidate engagement and screening across resume review, outreach, and two-way conversational interviews. - [Workday](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/workday.md): Integrating HeyMilo with Workday unlocks seamless end-to-end AI candidate screening directly inside your hiring workflow, from automated interview invites to instant write-backs of reports, scores, transcripts, and insights into Workday candidate records. - [Zoho](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/zoho.md): Supercharge your hiring workflow by connecting HeyMilo with Zoho Recruit. - [Integrating With Indeed](https://docs.heymilo.ai/draft-docs/integrations/integrating-with-indeed.md): Availability: Options in Indeed depend on your Indeed plan and product settings. Some controls are only visible on paid accounts or may require your Indeed account manager to enable. - [Cloning, Editing & Archiving](https://docs.heymilo.ai/draft-docs/interviewers/cloning-editing-archiving.md): Clone an interviewer for a new role, edit a live one, or archive when you're done. When to clone vs edit for consistent scoring. - [Overview](https://docs.heymilo.ai/draft-docs/interviews/interviews.md): Choose how candidates are screened — resume, form, SMS, voice/video — and how to configure each stage. Start here when you're building an interviewer. - [Form Interviews](https://docs.heymilo.ai/draft-docs/interviews/interviews/form-interviews.md): Form-based screening — candidates complete a tailored set of questions; HeyMilo evaluates answers instantly so you can determine fit and next steps. - [Interview Tags](https://docs.heymilo.ai/draft-docs/interviews/interviews/interview-tags.md): On voice/video, interview tags tell the AI what to listen for in the conversation (e.g. years of experience, specialization). Values show on the candidate report. Tags are informational only — they do not change the score. - [Multilingual Support](https://docs.heymilo.ai/draft-docs/interviews/interviews/multilingual-support.md): You choose the language the AI uses for each interview flow. On voice/video, you also choose the spoken voice (including accent / region). - [Question Library](https://docs.heymilo.ai/draft-docs/interviews/interviews/question-library.md): Reusable questions for voice/video interviews. - [Resume Analysis](https://docs.heymilo.ai/draft-docs/interviews/interviews/resume-analysis.md): Say goodbye to basic keyword filters: Resume screening in HeyMilo contextually evaluates resumes against your chosen requirements, scoring and ranks candidates so you can focus on the best fits first. - [SMS Interviews](https://docs.heymilo.ai/draft-docs/interviews/interviews/sms-interviews.md): Screen candidates by text message — quick, adaptive questions and follow-ups. Great for fast hiring and high response rates. - [Structured Questions](https://docs.heymilo.ai/draft-docs/interviews/interviews/structured-questions.md): Use structured questions in voice and video interviews when you need objective pass/fail checks: work authorization, minimum experience, certifications, shift fit, and similar must-haves. - [Write-back Configs](https://docs.heymilo.ai/draft-docs/interviews/interviews/untitled-page.md): Easily set up custom rules that automatically write interview results back to your ATS, no developer required. Set a condition, pick the actions, and apply the rule workspace-wide or per agent. - [Voice/Video Interviews](https://docs.heymilo.ai/draft-docs/interviews/interviews/voice-interviews.md): Run AI voice (phone) or video (browser) interviews — natural conversation, follow-ups, and scoring. - [Inviting Candidates & Driving Completion](https://docs.heymilo.ai/draft-docs/inviting-candidates/inviting-candidates.md): Candidates can be invited to HeyMilo interviews in several ways: manually (email or text), through ATS or Indeed, via Share Link, Add Manually, ingestion (CSV/resumes/API), Apply Email, and more. - [Outreach](https://docs.heymilo.ai/draft-docs/outreach/outreach.md): Outreach is where you run candidate-facing communication and how your interview experience looks. - [Email Templates](https://docs.heymilo.ai/draft-docs/outreach/outreach/contact-blasts.md): Email templates control what candidates automatically get for invites, nudges, and resume requests. - [Contact Blasts](https://docs.heymilo.ai/draft-docs/outreach/outreach/contact-blasts-1.md): Contact blasts let you send email, SMS, or automated phone calls to selected candidates on an interviewer—for nudges, urgent fills, and re-engagement—without messaging people who don’t need it. - [Custom Domains](https://docs.heymilo.ai/draft-docs/outreach/outreach/custom-domains.md): White-label your interview links with your own domain so candidates see your brand, not HeyMilo's. - [Interview Branding](https://docs.heymilo.ai/draft-docs/outreach/outreach/interview-branding.md): Interview Branding (design templates) controls how candidate-facing interview pages look: before they start, during the AI interview, and after they finish. - [Phone Numbers](https://docs.heymilo.ai/draft-docs/outreach/outreach/phone-numbers.md): Phone Numbers are the caller ID for AI phone/voice outreach and the from number for SMS to candidates. - [Sender Domains](https://docs.heymilo.ai/draft-docs/outreach/outreach/sender-domains.md): Send candidate email from your own email (e.g. no-reply@yourcompany.com or interviews@yourcompany.com) instead of a generic HeyMilo “from” address. - [Settings & Admin](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin.md): Manage your HeyMilo account — team members, roles, billing, company settings, and compliance. - [My Account & Company Settings](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/account-and-company.md): Manage your personal account settings and company-wide context that shapes how HeyMilo works for your organization. - [Billing](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/billing.md): The Billing section lets you manage your HeyMilo subscription, view usage, and update payment details. - [Compliance](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/compliance.md): Configure data privacy, retention policies, and regulatory compliance settings for your HeyMilo account. - [Notifications](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/notifications.md): HeyMilo notifications help you see what changed in your workspace without hunting through every interviewer. The experience is faster and easier to scan, and you can control what you see. - [Team & Roles](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/teams-and-permissions.md): Add team members to your HeyMilo account and control what each person can access and do. - [Sourcing](https://docs.heymilo.ai/draft-docs/sourcing/sourcing.md): Need help finding candidates? HeyMilo gives you multiple ways to fill your pipeline. - [AI Receptionists](https://docs.heymilo.ai/draft-docs/sourcing/sourcing/ai-receptionists.md): The AI Receptionist is a phone agent that answers inbound candidate calls 24/7, runs your screening questions, applies any disclosures your team requires, and routes qualified callers into the right HeyMilo agent. - [Sally & data sources (Databricks)](https://docs.heymilo.ai/draft-docs/sourcing/sourcing/sally-and-data-sources-databricks.md): Sally is HeyMilo’s autonomous sourcing experience: she searches connected data sources, compares people to your role, scores fit, and surfaces candidate recommendations based on rules you set. - [Interviewers: AI Settings](https://docs.heymilo.ai/draft-docs/tools/ai-settings.md): Need to tune how your AI interviews? Customize your Interviewers AI Settings — knowledge, templates, scoring, structure, integrity, agents, language & voice. - [Agent Library](https://docs.heymilo.ai/draft-docs/tools/ai-settings/agent-library.md): Agent Library is HeyMilo’s model picker. For each part of an interviewer: live call, text screen, resume pass, or form—you choose which HeyMilo model runs that step. - [Interview Evaluation](https://docs.heymilo.ai/draft-docs/tools/ai-settings/interview-evaluation.md): Fine-tune how the AI evaluates candidate responses — scoring rules, rubric guidance, and evaluation behavior. - [Interview Integrity (Cheat Detection)](https://docs.heymilo.ai/draft-docs/tools/ai-settings/interview-integrity.md): Interview integrity helps you spot possible cheating during web (voice/video) interviews—off-screen help, suspicious timing, device use, and similar signals. Flags are for review; they do not auto-reject candidates or change scores. - [Interview Templates](https://docs.heymilo.ai/draft-docs/tools/ai-settings/interview-templates.md): Interview Templates are reusable interview configurations. Use them so you don’t rebuild stages, questions, scoring, and defaults every time you open a similar role. - [Knowledge Base](https://docs.heymilo.ai/draft-docs/tools/ai-settings/knowledge-base.md): Need accurate answers for candidates about your company? Knowledge Base — what it is, where to set it, and how the AI uses it. - [Languages & Voices](https://docs.heymilo.ai/draft-docs/tools/ai-settings/languages-and-voices.md): Use Languages & Voices to see which languages and TTS voices HeyMilo supports, hear previews, and add voices to your workspace so they show up when you configure interviewers. - [Webhook Configuration](https://docs.heymilo.ai/draft-docs/webhook-management/webhook-documentation.md) - [Your Dashboard](https://docs.heymilo.ai/draft-docs/your-dashboard/dashboard.md): When you log in, the dashboard is your home base. This is where you see all your roles (interviewers), open candidates to review, and get to the rest of HeyMilo. - [LLM Assessment](https://docs.heymilo.ai/llm-assessment.md): The LLM Assessment is a screening agent that puts candidates in a live conversation with an AI and evaluates how well they use it to complete a task. ## OpenAPI Specs - [openapi](https://api.heymilo.ai/openapi.json) ## Optional - [HeyMilo AI](https://www.heymilo.ai/)