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
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.TalentReviewError carrying code, status, message,
and an optional hint. See Errors for the codes.
CLI
The package installs atalentreview binary (also aliased trai).
--json (raw JSON, for agents and scripts), --api-key <key>,
--base-url <url>.