interview-sandbox-cli
v1.0.0
Published
CLI for Interview Sandbox — list interviews, view candidate status and evaluations
Maintainers
Readme
Interview Sandbox CLI
A standalone command-line tool for Interview Sandbox. Use it to list your interviews, view candidate status, and fetch evaluations — no server, Firebase, or app setup required. You only need an API key from the dashboard.
Install
npm install -g interview-sandbox-cliSetup
- Get an API key from your Interview Sandbox dashboard: Settings → API Keys → Create API key
- Configure the CLI:
sandbox config set api-key isk_your_key_hereCommands
| Command | Description |
|---------|-------------|
| sandbox list | List your interviews |
| sandbox status --interview <id> | List candidates for an interview |
| sandbox evaluate --candidate "Name" --interview <id> | Detailed evaluation for one candidate |
| sandbox config set api-key <key> | Store API key |
| sandbox config get api-key | Show masked key |
| sandbox config path | Show config file path |
Options
--interview,-i— Interview ID (required for status/evaluate)--candidate,-c— Candidate name (required for evaluate)--api-url— Override API URL (default: production)--json,-j— Output JSON for scripts/agents
Environment
INTERVIEW_SANDBOX_API_KEY— API key (alternative to config)INTERVIEW_SANDBOX_API_URL— API base URL (default: production)
Examples
sandbox list
sandbox summary --interview abc123
sandbox report --candidate "Alex Chen" --interview abc123 --json