Quickstart
Get a robot streaming to review in three steps.
-
1 Install the intuition client
pip install http://139.224.210.236:8080/app/dl/intuition-0.2.1-py3-none-any.whl
-
2 Copy your API key & create robot.py
API KEY · ak_ · robots push
—
Always visible — paste it into API_KEY below and reuse the same key across all your robots.
Rotate mints a new key and invalidates the old one.
Prefer an environment variable on Windows? Set it instead of editing API_KEY:
-
3 Run it
API keys
One push key (ak_) reused across all your robots · issue one read key (ik_) per backend that fetches robot.status.
Awaiting approval — keys are hidden until your org is approved.
ik_ = your backend fetches robot.status (GET /v1/status, header
Authorization: Bearer ik_...); issue one per consumer, revoke independently.