Zero Hiring documentation¶
Zero Hiring is an AI-powered hiring platform. These docs cover the two ways developers and agents integrate with it:
- MCP connector — domain-scoped tools for AI agents (Claude, Cursor, Jenny). Start here if you are wiring an agent or reviewing connector permissions.
- CLI — the
zerocommand-line interface for local install, auth, and direct terminal use.
Workflow guides, pricing, and Jenny-specific behavior live in the repository's SKILL.md agent reference.
Quick links¶
| I want to… | Go to |
|---|---|
| See MCP tool IDs and allowed commands | MCP overview |
| Install the CLI and log in | CLI overview |
| Look up flags for a command | CLI reference |
| Build a Claude Desktop extension | mcp-server README |
Keeping docs fresh¶
Command reference pages and the MCP tool catalog are generated from code in CI. If you change CLI commands or MCP allow-lists, run:
pip install -e .
cd mcp-server && npm install
python scripts/generate_docs.py
Then commit any updated docs/generated/mcp-tools.json when MCP allow-lists change. CLI and MCP reference pages are generated at site build time and are not checked in.