for Agents
Run surveys from the terminal with the CLI or connect any AI agent via the MCP server. Structured JSON output, token-efficient polling, and zero-install execution.
curl -fsSL https://agents.pickfu.com/install.sh | bash
Works with
curl -fsSL https://agents.pickfu.com/install.sh | bash
Downloads the latest binary. No Node.js required. Click to copy.
Every command supports --json for structured output. Errors tell you what to do next. Long-running operations block at the process level so agents don't burn tokens polling.
Define surveys as JSON, publish from the terminal. No browser needed.
Process-level blocking. The agent's LLM isn't called while the CLI polls.
Model Context Protocol integration. Works with Claude Code, Cursor, and any MCP client.
Store keys via stdin. Never appears in shell history.
curl -fsSL https://agents.pickfu.com/install.sh | bash