Thin Rust client for the live Actobase request and account surfaces.
Install surface:
https://actobase.com/install/https://actobase.com/install/release.json
Current public commands:
- request a watch
- request QA
- check account status
- import or clear an existing API key
CLI commands:
auth import-keyauth showauth clearaccount statuswatch requestqa request
Release helper:
./build_release_bundle.sh
Smoke helper:
./run_cli_smoke.sh
Default base URL:
https://actobase.com
Default config path:
~/.config/actobase/client.json
Quick start from source:
cargo run -- \
--config /tmp/actobase-dev.json \
watch request \
--url https://example.com \
--mode http \
--every 60Then inspect the stored account:
cargo run -- \
--config /tmp/actobase-dev.json \
account statusOnce a key is stored, later watch request and qa request calls reuse the same Actobase account instead of minting a fresh one.
Equivalent curl-first docs:
https://actobase.com/llms.txthttps://actobase.com/offer.jsonhttps://actobase.com/watch/offer.jsonhttps://actobase.com/qa/offer.json