
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
Agent-first CLI for Ashby's official API.
This CLI is intended for operational workflows around:
It is intentionally scoped to state and workflow mutation, not the full Ashby UI surface.
npm install -g ashby-cli
Or from source:
git clone https://github.com/danielgwilson/ashby-cli.git
cd ashby-cli
npm install
npm run build
Ashby uses HTTP Basic auth with the API key as the username and a blank password.
You can either:
ASHBY_API_KEYashby auth set --stdin
ashby auth status
ashby doctor
ashby auth set --stdin
ashby auth status --json
ashby auth clear
ashby doctor --json
ashby whoami --json
ashby candidate search --name "Jane Doe" --json
ashby candidate search --email "jane@example.com" --json
ashby candidate search --name "Jane Doe" --email "jane@example.com" --json
ashby candidate get <candidate-id> --json
ashby candidate create --name "Jane Doe" --email "jane@example.com" --linkedin-url "https://linkedin.com/in/jane" --json
ashby note create --candidate-id <candidate-id> --note "Strong fast-track candidate" --json
ashby application list --job-id <job-id> --status Active --json
ashby application get <application-id> --json
ashby application create --candidate-id <candidate-id> --job-id <job-id> --interview-stage-id <stage-id> --json
ashby application stage-change --application-id <application-id> --interview-stage-id <stage-id> --json
ashby stage list --interview-plan-id <plan-id> --json
See docs/CONTRACT_V1.md for the stable CLI contract.
FAQs
Agent-first CLI for Ashby's official API
The npm package ashby-cli receives a total of 12 weekly downloads. As such, ashby-cli popularity was classified as not popular.
We found that ashby-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.