PoYo CLI
Run the CLI without a global installation:poyo command. Install it globally first, or replace poyo with npx -y @poyoapi/cli:
Authentication
--api-keyPOYO_API_KEY- System keyring
- Local config fallback
Discover models
Chat
openai-chat, openai-responses, anthropic, and gemini. Text is printed incrementally by default; use --format jsonl to preserve raw SSE event JSON.
Generation
run submits and waits. submit returns immediately unless --wait is provided.
stdio MCP
Output
Use--format table|json|jsonl|csv and optionally --output FILE.