Upload and manage videos from the terminal or from a coding agent — chunked resumable uploads, chapters, privacy tiers, and a stdio MCP server, backed by the self-hosted Agent Video server.
agent-video <command> [options]$ agent-video loginSign in via browser (OIDC loopback)
$ agent-video upload session.mp4 --title "Sprint demo"Chunked resumable upload with a title
$ agent-video listList your videos
$ agent-video installWire ./.mcp.json so an agent can upload with no shell access
agent-video is the standalone Go CLI for Agent Video — a self-hosted
video-sharing product at video.agentics.dk. It logs
you in over OIDC, uploads local video files with a chunked resumable protocol,
manages a video's title/description/privacy/chapters, mints machine bearer
tokens for CI/agent use, and runs a local stdio MCP server so a coding agent
can publish a video directly — no shell access, no browser.
io.Reader/io.SectionReader — the whole file is never buffered in memory.
If an upload is interrupted, re-running the same command resumes from the
last chunk the server actually received.public, unlisted (default), password, and private,
set at upload time or later with edit.MM:SS=Title shorthand.token mint issues a bearer token for CI or an agent
that can't run an interactive browser login; AGENT_VIDEO_TOKEN picks it up
automatically and skips OIDC entirely.agent-video mcp) exposing upload, list, and
show as tools, so an agent can publish a video as a normal tool call.login · upload · video (videos, list, ls) · show · edit ·
chapters (chapter) · rm (delete, remove) · token (tokens: mint/list/revoke) ·
mcp · install (install aspire) · version · help
See the CLI reference for every flag and the full env-var table.
agent-video mcp tool catalog.| Setting | Value |
|---|---|
| Server | https://video.agentics.dk |
| OIDC issuer | https://login.agentics.dk/realms/agentics |
| Client id | agentics-video-desktop |
| Config dir | ~/.agent-video |
Override with AGENT_VIDEO_SERVER, AGENT_VIDEO_ISSUER, AGENT_VIDEO_CLIENT_ID,
and AGENT_VIDEO_HOME. See the CLI reference
for the full env-var table.
Complete command, flag, and environment-variable reference for the agent-video CLI — login, chunked resumable uploads, video/chapter management, machine tokens, and the stdio MCP server.
agent-video <command> [options]
The stdio MCP server agent-video mcp exposes — upload, list, and show — and every argument each tool takes.
Install the agent-video CLI, sign in with your Agentics account, and upload a video from the terminal or wire an agent to do it for you.
agent-video login && agent-video upload session.mp4