SageOx

The hivemind for agentic engineering

Features

ox import handles both URLs and local files. It's the fastest way to bulk-import recordings or grab videos directly from Loom and Cap share links.

Import from a URL

Paste a share link and SageOx downloads the video server-side, then runs the full extraction pipeline automatically.

terminal
# Import a Loom recording
$
Import started
ID: rec_01234567890
Status: pending
Track: ox import --status rec_01234567890 --watch

URL import works with Loom, Cap, and any direct video URL.

Import a local file

Local imports upload via LFS and commit metadata directly to your Team Context.

terminal
# Import a screen recording from your desktop
$
Uploading: checkout-redesign.mp4 (42 MB)
Imported: Sprint 12 Checkout Flow
Path: data/docs/2026/03/30/sprint-12-checkout-flow

Track import status

terminal
$
ID TITLE STATUS CREATED
rec_01234567890 UX Design Review ready 2026-03-30 14:32
rec_01234567891 Sprint 12 Checkout Flow processing 2026-03-30 14:35

Batch import

Import multiple recordings at once:

terminal
# Import all recordings from a directory
$

Flags reference

FlagDescriptionExample
--titleRecording title (used for search)--title "Design Review"
--forceRe-import even if content already exists--force
--listList recent imports and their status--list
--status <id>Check status of a specific import--status rec_012...
--watchWatch import progress until complete--status rec_012... --watch

For fastest processing, keep recordings under 100 MB and resolution at 720p or 1080p max. See Cap Setup for optimal recording settings.