Skip to main content
Official CLI for the Assess Public API. Invite candidates, manage assessments and pipelines, work with webhooks and interviews, and automate hiring workflows from your terminal. Binary: praxicraft-assess. Source and releases: praxicraft-assess-cli. You need an organisation API key (ct_live_… or ct_test_…) from Assess → Developer → API Keys.

Install

That URL redirects to the installer on GitHub. The script detects your OS/CPU, downloads the latest Release binary, and installs praxicraft-assess to /usr/local/bin (or ~/.local/bin if you don’t have write access). Optional install directory:

Manual (GitHub Releases)

Download an archive from Releases, extract it, and put praxicraft-assess on your PATH. Builds: darwin_amd64, darwin_arm64, linux_amd64, linux_arm64, windows_amd64, windows_arm64.

From source

Requires Go 1.22+.

Configure

Or set environment variables:
Profiles are stored in ~/.config/praxicraft/config.toml. Use --profile to switch between them.

Quickstart

Run praxicraft-assess with no arguments to open an interactive shell. JSON bodies for create/update:

Commands

Run praxicraft-assess <command> --help for flags on any command.

Useful flags

Examples

More recipes (SDKs, curl, n8n, Zapier) live in praxicraft-assess-examples.

Next

Authentication · SDKs · API Reference · Verify webhooks
Last modified on August 23, 2026