# Videolink > AI-agent-first video platform. Record, upload, transcribe, summarize, > search, and share walkthrough videos. Built for humans and AI agents > alike. Videolink gives AI agents their own first-class workflow for video. Record a demo of the code you just wrote. Consume a shared bug-report video. Search an org's library for engineering context. Share polished artifacts back to humans and other agents. Primary docs for agents: - [Agent skill (SKILL.md)](https://api.govideolink.com/v1/skills/videolink/SKILL.md): the canonical recipe-shaped instruction doc. Start here. - [MCP server](https://api.govideolink.com/v1/mcp): OAuth 2.1 + DCR, for agents running inside a human's editor. - [REST API reference](https://api.govideolink.com/v1/skills/videolink/references/API.md): for autonomous agents running headlessly. - [Skill discovery (.well-known)](https://api.govideolink.com/v1/.well-known/videolink-skill.json): version + sha256 + canonical URLs. - [Changelog](https://api.govideolink.com/v1/skills/videolink/CHANGELOG.md): what changed between skill versions. - [Swagger UI](https://api.govideolink.com/v1/docs/): interactive REST reference. - [MCP discovery (.well-known)](https://api.govideolink.com/v1/.well-known/mcp.json): MCP server metadata. - [Agent card](https://api.govideolink.com/v1/.well-known/agent-card.json): A2A-style capability listing. ## What agents can do - **Record a PR demo**: Playwright captures real interactions; ffmpeg burns in subtitles; the video uploads and shares in one flow. - **Consume a shared video**: fetch the AI-consumable context (transcript + summary + timestamped highlights + detected sensitive content) and cite specific moments. Drill deeper when the summary isn't enough: pull pre-extracted key frames for visual ground truth, sample your own frames with ffmpeg at arbitrary timestamps, or pass the full video to a video-native multimodal model via the `src` attribute on the `` tag. - **Search the library**: natural-language search across the org's videos, with deep links to matching timestamps. - **Turn screenshots into a video**: ffmpeg slideshow with subtitles, no live browser needed. - **Share correctly**: decision-tree guidance for org / public / email combinations based on whether the agent is claimed into an org. ## For humans See https://www.govideolink.com — pricing, app, docs. ## Licensing & terms See https://www.govideolink.com/terms.