# Loam ## Docs - [Create application](https://docs.hireloam.com/api-reference/applications/create-application.md): Add a new candidate to a job. Creates an application in the Inbox stage. - [Delete application](https://docs.hireloam.com/api-reference/applications/delete-application.md): Permanently delete an application. - [Get application details](https://docs.hireloam.com/api-reference/applications/get-application-details.md): Get full details about an application including candidate info, notes, feedback, and AI profile. - [List applications](https://docs.hireloam.com/api-reference/applications/list-applications.md): List applications, optionally filtered by job or stage. - [Move application to stage](https://docs.hireloam.com/api-reference/applications/move-application-to-stage.md): Move an application to a different stage in the pipeline. - [Update candidate](https://docs.hireloam.com/api-reference/candidates/update-candidate.md): Update a candidate's profile fields. Adding a LinkedIn URL triggers AI profile processing. - [Add interview feedback](https://docs.hireloam.com/api-reference/feedback/add-interview-feedback.md): Add interview feedback for a candidate. Can be saved as draft or submitted immediately. - [Create job](https://docs.hireloam.com/api-reference/jobs/create-job.md): Create a new job posting in draft status with default pipeline stages. - [Delete job](https://docs.hireloam.com/api-reference/jobs/delete-job.md): Permanently delete a job and its associated data. - [Get job details](https://docs.hireloam.com/api-reference/jobs/get-job-details.md): Get details about a specific job including stages and application counts. - [List jobs](https://docs.hireloam.com/api-reference/jobs/list-jobs.md): List all jobs in your organization. Can filter by status. - [Update job](https://docs.hireloam.com/api-reference/jobs/update-job.md): Update a job's details. When changing status to `published`, plan-based publish limits are enforced. - [Add note](https://docs.hireloam.com/api-reference/notes/add-note.md): Add a note to an application. Notes are visible to all team members. - [Delete note](https://docs.hireloam.com/api-reference/notes/delete-note.md): Delete a note. Only the note author can delete their notes. - [Update note](https://docs.hireloam.com/api-reference/notes/update-note.md): Update a note's content. Only the note author can edit their notes. - [Search candidates](https://docs.hireloam.com/api-reference/search/search-candidates.md): Search for candidates by name or email across all applications. - [Convert prospect to candidate](https://docs.hireloam.com/api-reference/sourcing/convert-prospect-to-candidate.md): Convert a sourcing prospect into a candidate with an application on a specific job. Places them in the first post-Inbox stage by default. - [Create sourcing search](https://docs.hireloam.com/api-reference/sourcing/create-sourcing-search.md): Create and run a new sourcing search. Searches for candidates matching the query, enriches profiles with AI, and saves them as prospects. - [Delete sourcing search](https://docs.hireloam.com/api-reference/sourcing/delete-sourcing-search.md): Delete a sourcing search and all its associated prospects. - [Export shortlist](https://docs.hireloam.com/api-reference/sourcing/export-shortlist.md): Export all shortlisted prospects with key fields for external use. - [Get prospect](https://docs.hireloam.com/api-reference/sourcing/get-prospect.md): Get full details about a specific sourcing prospect. - [Get sourcing search](https://docs.hireloam.com/api-reference/sourcing/get-sourcing-search.md): Get details about a specific sourcing search. - [List search prospects](https://docs.hireloam.com/api-reference/sourcing/list-search-prospects.md): List all prospects from a specific sourcing search. - [List shortlisted prospects](https://docs.hireloam.com/api-reference/sourcing/list-shortlisted-prospects.md): List all shortlisted prospects across all searches. - [List sourcing searches](https://docs.hireloam.com/api-reference/sourcing/list-sourcing-searches.md): List all sourcing searches for your organization. - [Remove from shortlist](https://docs.hireloam.com/api-reference/sourcing/remove-from-shortlist.md): Remove a prospect from the shortlist. Changes status back to `discovered`. - [Reveal prospect email](https://docs.hireloam.com/api-reference/sourcing/reveal-prospect-email.md): Reveal a prospect's email address using email lookup services. Uses one email reveal credit from your plan. - [Shortlist prospect](https://docs.hireloam.com/api-reference/sourcing/shortlist-prospect.md): Add a prospect to the shortlist. Changes status from `discovered` to `shortlisted`. - [Update prospect email](https://docs.hireloam.com/api-reference/sourcing/update-prospect-email.md): Manually set or update a prospect's email address. - [Update prospect pipeline stage](https://docs.hireloam.com/api-reference/sourcing/update-prospect-pipeline-stage.md): Update a shortlisted prospect's pipeline stage. - [AI Candidate Briefs](https://docs.hireloam.com/help/ai-features/candidate-briefs.md): AI automatically parses resumes into structured, scannable candidate profiles. - [AI Chat](https://docs.hireloam.com/help/ai-features/chat.md): Ask questions about your pipeline in natural language. - [MCP Setup](https://docs.hireloam.com/help/ai-features/mcp-setup.md): Connect Loam to Claude, Claude Code, Codex, Cursor, or another MCP-compatible AI tool. - [Reviewing Candidates](https://docs.hireloam.com/help/candidates/reviewing-candidates.md): View applications, AI briefs, notes, and activity on the candidate detail page. - [Sharing & Collaboration](https://docs.hireloam.com/help/candidates/sharing-candidates.md): Collaborate on candidate evaluations with your team. - [Careers Page](https://docs.hireloam.com/help/careers-page.md): Set up a branded careers page for your startup. - [Getting Started](https://docs.hireloam.com/help/getting-started.md): Set up your account, post your first job, and start reviewing candidates. - [Creating a Job](https://docs.hireloam.com/help/jobs/creating-a-job.md): Post a new job listing in under 5 minutes. - [Managing Your Pipeline](https://docs.hireloam.com/help/jobs/managing-pipeline.md): Review candidates across Board, Triage, and Table views. - [Triage View](https://docs.hireloam.com/help/jobs/triage.md): Review candidates at speed with keyboard shortcuts. - [Running Searches](https://docs.hireloam.com/help/sourcing/running-searches.md): Find candidates with natural-language sourcing powered by AI. - [Shortlist & Outreach](https://docs.hireloam.com/help/sourcing/shortlist.md): Manage your shortlisted prospects, track outreach, and convert them to candidates. - [API Keys](https://docs.hireloam.com/help/team-and-settings/api-keys.md): Generate and manage API keys for the Loam REST API. - [Billing](https://docs.hireloam.com/help/team-and-settings/billing.md): Manage your subscription and billing. - [Team Management](https://docs.hireloam.com/help/team-and-settings/team-management.md): Invite team members and manage roles. ## OpenAPI Specs - [openapi](https://docs.hireloam.com/docs/openapi.yaml)