hr
Ashby MCP, CLI, and Lua Integration for AI Agents
Ashby integration docs for AI agents: MCP gateway setup, Ashby CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Ashby for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
ashby- route_slug
ashby- package
ashby- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Ashby CLIHeadless setup and direct function calls. Ashby MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Ashby MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Ashby.
Claude Code Ashby MCP setup for Claude Code. Cursor Ashby MCP setup for Cursor. Codex Ashby MCP setup for Codex. OpenAI Agents Ashby MCP setup for OpenAI Agents SDK. Claude Agent SDK Ashby MCP setup for Claude Agent SDK. Vercel AI SDK Ashby MCP setup for Vercel AI SDK. LangChain Ashby MCP setup for LangChain. LangGraph Ashby MCP setup for LangGraph. CrewAI Ashby MCP setup for CrewAI. MCP clients Ashby MCP setup for Generic MCP Clients.
Ashby CLI Matrix
Use these pages for direct Ashby CLI workflows in scripts, CI, cron, and agent wrappers.
CI Ashby CLI for CI. Cron Jobs Ashby CLI for cron jobs. Shell Scripts Ashby CLI for shell scripts. Headless Automation Ashby CLI for headless automation. Coding Agents Ashby CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
ashby.ashby_get_application | Read read | 1 | Get detailed information about a specific job application in Ashby, including candidate details, status, and evaluation data. |
ashby.ashby_get_current_user | Read read | 0 | Get the profile of the currently authenticated Ashby user. Use this to verify API access and see user details. |
ashby.ashby_get_interview | Read read | 1 | Get detailed information about a specific interview in Ashby, including scheduled time, interviewers, feedback, and scorecards. |
ashby.ashby_get_job | Read read | 1 | Get detailed information about a specific job in Ashby, including full description, requirements, compensation, and hiring team. |
ashby.ashby_list_applications | Read read | 4 | List job applications in Ashby. Returns applications with candidate info, status, and associated job. Use filters to narrow by job or status. |
ashby.ashby_list_interviews | Read read | 3 | List scheduled interviews in Ashby. Returns interview details with date, time, interviewers, and associated application. Filter by application to see interviews for a specific candidate. |
ashby.ashby_list_jobs | Read read | 3 | List job postings in Ashby. Returns open and closed positions with department, location, and application count. Filter by status to find active openings. |