Skip to main content

CLI for the Podojo user research platform

Project description

podojo-cli

Command-line tool for the Podojo user research platform.

podojo lets UX researchers manage projects, upload and transcribe interviews, build unmoderated user tests, run AI voice interviews, download research videos, cut showreels, and run synthetic test participants — all without leaving the terminal.

Installation

uv tool install podojo-cli

Or with pip:

pip install podojo-cli

Requires Python 3.11+. Some commands need extra tooling:

  • showreel requires ffmpeg on your PATH (brew install ffmpeg).
  • synth requires the optional synth extra: pip install 'podojo-cli[synth]' then playwright install chromium.

Authentication

Log in once with your Podojo API key — it's stored in your system keychain:

podojo auth login            # prompts for the key
podojo auth login --key XXX  # or pass it directly
podojo auth logout           # remove the stored key

Configuration is read from, in order of precedence:

  1. Environment variables — PODOJO_API_KEY, PODOJO_BASE_URL
  2. ~/.podojo.toml
  3. The system keyring (set by podojo auth login)

Usage

podojo --help            # top-level help
podojo <group> --help    # help for a command group

Projects

podojo projects list
podojo projects create "Checkout Redesign" --brief "Q1 usability study"
podojo projects upload-doc "Checkout Redesign" brief.md --type brief
podojo projects get-doc "Checkout Redesign" --type final -o final-report.md

upload-doc and get-doc accept brief, agent, and final document types. Embedded images are stripped from markdown before upload.

Interviews & transcripts

podojo interviews upload session-03.mp4 --project "Checkout Redesign"
podojo transcripts list "Checkout Redesign"
podojo transcripts download "Checkout Redesign" <batch-id> -o transcript.txt

Videos & showreels

podojo videos list "Checkout Redesign"
podojo videos download <batch-id> -o clip.mp4
podojo showreel create clips.json -o showreel.mp4

The showreel clips.json is a list of clips, each with batch_id, participant, country, topic, start, and end (MM:SS or HH:MM:SS). Each clip gets an auto-generated title card.

Unmoderated user tests

podojo usertests example > my-test.yaml   # print a template to start from
podojo usertests validate my-test.yaml    # check it without creating
podojo usertests create -f my-test.yaml
podojo usertests list
podojo usertests get checkout-usability-v1
podojo usertests update checkout-usability-v1 -f changes.yaml
podojo usertests delete checkout-usability-v1
podojo usertests snippet                  # recorder script for self-hosted prototypes

A user test can open with an optional participant screener: on-screen single-select screening_questions whose options carry qualifies: true flags. Participants must pick a qualifying option on every question; everyone else sees the test's rejection_message and never reaches the recorded test. See podojo usertests example for the exact shape.

AI interviews

An AI interview is a self-serve voice conversation: an AI interviewer asks your questions in order and adaptively follows up. One YAML file defines one study:

podojo aiinterviews example > my-interview.yaml   # print a template to start from
podojo aiinterviews validate my-interview.yaml    # check it without creating
podojo aiinterviews create -f my-interview.yaml
podojo aiinterviews list
podojo aiinterviews get checkout-experience-v1
podojo aiinterviews update checkout-experience-v1 -f changes.yaml
podojo aiinterviews delete checkout-experience-v1

create and get print the participant Preview and Live URLs. The frontend base URL can be overridden via ai_interviews_url in ~/.podojo.toml or PODOJO_AI_INTERVIEWS_URL.

A study can open with an optional participant screener: on-screen single-select screening_questions whose options carry qualifies: true flags. Participants must pick a qualifying option on every question; everyone else sees the study's rejection_message and never reaches the voice interview. See podojo aiinterviews example for the exact shape.

Synthetic participants

The synth group drives a Playwright browser through a user test preview so an agent (e.g. Claude Code) can act as a synthetic participant:

podojo synth start checkout-usability-v1   # or a preview URL
podojo synth state
podojo synth click "Get Started"
podojo synth fill "#answer" "It felt slow"
podojo synth advance
podojo synth stop

Links

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

podojo_cli-1.12.1.tar.gz (65.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

podojo_cli-1.12.1-py3-none-any.whl (34.9 kB view details)

Uploaded Python 3

File details

Details for the file podojo_cli-1.12.1.tar.gz.

File metadata

  • Download URL: podojo_cli-1.12.1.tar.gz
  • Upload date:
  • Size: 65.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for podojo_cli-1.12.1.tar.gz
Algorithm Hash digest
SHA256 a0e2c21d4a20f0bdf992c6290f7db9c8b98f557a0f91df4ad24a6910f6c34907
MD5 dfd929d62676d009457a58df7623ea0a
BLAKE2b-256 cc6c03ede89f1e05cdade5ad5811c13056d076fadf13ff8bcfb6946796e5dabd

See more details on using hashes here.

Provenance

The following attestation bundles were made for podojo_cli-1.12.1.tar.gz:

Publisher: publish.yml on podojo/cli-podojo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file podojo_cli-1.12.1-py3-none-any.whl.

File metadata

  • Download URL: podojo_cli-1.12.1-py3-none-any.whl
  • Upload date:
  • Size: 34.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for podojo_cli-1.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 993fb45584925fca61eeac08d2edd912d441cbad71e8ccb6cc7e802ddfc72fef
MD5 0677d1b19dddc5526c360b259088097b
BLAKE2b-256 bdff08364327e25ffb2f5b029a9ebb38c61b74a66e21cbaaf2c7954a26139c01

See more details on using hashes here.

Provenance

The following attestation bundles were made for podojo_cli-1.12.1-py3-none-any.whl:

Publisher: publish.yml on podojo/cli-podojo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page