- Download: pass
urlto start a background download - Check: pass
recording_idto check download status - Stop: pass
recording_id+stop: trueto stop a live recording
Example: Download a Space
Request:Example: Check status
Request:Example: Stop a live recording
Request:Parameters
Pass
url to start a download. Pass recording_id to check status. Pass recording_id + stop: true to stop.
Pipeline
Once a Space is downloaded, pipe it through the rest of Augent:spaces(url=...)to download the audiospaces(recording_id=...)to poll until completetranscribe_audio(audio_path=...)to get the full transcriptsearch_audio,deep_search,chapters,highlights, etc.
take_notes(url=...) directly if you just want formatted notes from the Space.
Setup
X/Twitter requires authentication to access Space audio. Any account works, including a burner. This is a one-time setup.- Log into x.com in any browser
- Open DevTools (F12 or Cmd+Option+I), go to Application tab, then Cookies, then
https://x.com - Copy the
auth_tokenandct0cookie values - Create
~/.augent/auth.json:
~/.augent/auth.json.

