KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Ashby MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Ashby.

Ashby CLI Matrix

Use these pages for direct Ashby CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.