CLI for the Tembo Public API — manage AI coding tasks and repositories.
bun add -g github:tryosschat/tembo-clitembo-cli auth login YOUR_API_KEY
tembo-cli tasks list
tembo-cli tasks create "Fix the login bug"
tembo-cli repos listGet your API key at app.tembo.io → Settings → API Keys.
tembo-cli auth login <api-key> # Save API key
tembo-cli auth logout # Remove API key
tembo-cli auth whoami # Show current user
tembo-cli auth status # Show config info
tembo-cli tasks list # List tasks (--page, --limit, --json)
tembo-cli tasks search <query> # Search tasks (--limit, --json)
tembo-cli tasks create <prompt> # Create task (-a agent, -r repo, -b branch)
tembo-cli repos list # List repos (--json)bunx skills add tryosschat/tembo-cliMIT