agent-first-http 0.8.0

Give your AI agent its own private browser — so it reads the real page, past logins and bot walls, without ever touching yours.
Documentation
command Agent-First HTTP
  arg stdout_file --stdout-file
  arg stderr_file --stderr-file
  command fetch
    arg url
    arg endpoint --endpoint-url
    arg token --token-secret
    arg browser --browser
    arg browser_bin --browser-bin
    arg render --render
    arg tab --tab
    arg takeover --takeover
    arg profile --profile
    arg wait --wait
    arg headers --header
    arg cookies --cookie
    arg user_agent --user-agent
    arg evaluate_after_wait --evaluate-after-wait
    arg want --want
    arg method --method
    arg data --data
    arg form --form
    arg network_bodies --network-bodies
    arg network_body_max_bytes --network-body-max-bytes
    arg readiness_idle_ms --readiness-idle-ms
    arg readiness_stable_ms --readiness-stable-ms
    arg readiness_min_text_bytes --readiness-min-text-bytes
    arg no_network_redact --no-network-redact
    arg out --out
    arg cookie_jar --cookie-jar
    arg no_cookie_jar --no-cookie-jar
    arg observe_main_wait_ms --observe-main-wait-ms
    arg max_response_bytes --max-response-bytes
    arg retry --retry
    arg backoff_ms --backoff-ms
    arg proxy --proxy-url
    arg ca_cert --ca-cert
    arg tls_insecure --tls-insecure
    arg timeout_ms --timeout-ms
    arg capture_ws --capture-ws
    arg capture_sse --capture-sse
  command host
    arg listen --listen
    arg profile --profile
    arg display --display
    arg takeover_provider --takeover-provider
    arg takeover_quality_percent --takeover-quality-percent
    arg browser --browser
    arg browser_bin --browser-bin
    arg token --token-secret
    arg no_health --no-health
    arg health_public --health-public
    arg engine_envs --engine-env
    arg browser_args --browser-arg
    arg proxy --proxy-url
    arg recent_requests_cap --recent-requests-cap
  command upload
    arg endpoint --endpoint-url
    arg token --token-secret
    arg tab --tab
    arg selector --selector
    arg file --file
  command cdp
    arg method
    arg endpoint --endpoint-url
    arg token --token-secret
    arg tab --tab
    arg params --params
    arg wait --wait-event
  command panel
    arg endpoint --endpoint-url
    arg token --token-secret
  command health
    arg endpoint --endpoint-url
    arg token --token-secret
  command capabilities
    arg endpoint --endpoint-url
    arg token --token-secret
  command profile
    command list
      arg profile_root --profile-root
    command info
      arg name
      arg backend --backend
      arg profile_root --profile-root
    command lock-status
      arg name
      arg backend --backend
      arg profile_root --profile-root
    command downloads
      arg name
      arg backend --backend
      arg profile_root --profile-root
    command delete
      arg name
      arg backend --backend
      arg confirm --confirm
      arg profile_root --profile-root
    command prune
      arg older_than --older-than
      arg dry_run --dry-run
      arg profile_root --profile-root
    command cookies
      arg name
      arg backend --backend
      arg profile_root --profile-root
  command tabs
    command list
      arg endpoint --endpoint-url
      arg token --token-secret
    command close
      arg tab --tab
      arg endpoint --endpoint-url
      arg token --token-secret
  command skill
    command status
      arg agent --agent
      arg scope --scope
      arg skills_dir --skills-dir
    command install
      arg agent --agent
      arg scope --scope
      arg skills_dir --skills-dir
      arg force --force
    command uninstall
      arg agent --agent
      arg scope --scope
      arg skills_dir --skills-dir
      arg force --force
  command container
    command install
      arg runtime --runtime
      arg name --name
      arg port --port
      arg profile --profile
      arg shm_size --shm-size
      arg takeover_provider --takeover-provider
      arg with --with
      arg rebuild --rebuild
      arg from_source --from-source
      arg context --context
      arg host_args
      arg reveal_token_secret --reveal-token-secret
    command uninstall
      arg runtime --runtime
      arg name --name
      arg purge --purge
    command status
      arg runtime --runtime
      arg name --name
      arg port --port
      arg reveal_token_secret --reveal-token-secret
    command logs
      arg runtime --runtime
      arg name --name
      arg follow --follow
      arg raw --raw