Skip to main content
talentreview is the official TypeScript SDK and CLI for the Agent API. Reading jobs is public; applying and creating jobs need an API key.

Install

Or run the CLI without installing:
Requires Node.js 18+.

SDK

Methods

The three read endpoints return different shapes: list and get nest job fields under info (with organization/location as objects), while search returns flatter items with a job_details object. The SDK types reflect this.
Errors reject with a TalentReviewError carrying code, status, message, and an optional hint. See Errors for the codes.

CLI

The package installs a talentreview binary (also aliased trai).
Global flags: --json (raw JSON, for agents and scripts), --api-key <key>, --base-url <url>.

Configuration

Source

The package is open source (MIT) at github.com/talentreview-ai/sdk.