For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Looking to operate your workspace from an agent — create clips, publish, schedule? See the MCP server. This skill gives your agent knowledge of the Reap Public API so it can write integrations for you.
Overview
Install the Reap Public API skill into your AI coding agent so it has full context on every endpoint, schema, and workflow. Once installed, your agent can help you build integrations, create automation pipelines, and use the Reap Public API without you having to reference the docs manually. Supported agents include Cursor, GitHub Copilot, Claude Code, Cline, Codex, Amp, Gemini CLI, and 30+ more.Install the Skill
Run the following command in your project directory:Select Agents
Choose which agents to install the skill to. Universal agents (Cursor, Copilot, Claude Code, etc.) are pre-selected. You can also pick from 30+ additional agents.
Choose Scope
Select Project to install in the current directory (committed with your project), or Global to make it available across all projects.
Choose Method
Select Symlink (recommended) for a single source of truth with easy updates, or Copy to duplicate the skill files into each agent’s directory.
Done! Your agent now has full knowledge of the Reap Public API — endpoints, request/response schemas, enums, authentication, and workflows.
What Can Your Agent Do With This Skill?
Once the skill is installed, you can ask your AI agent to:Build Integrations
“Integrate Reap clipping into my Express backend”
Generate Code & Pipelines
“Write a Python pipeline that uploads a video, creates clips, and polls for completion”
Direct the AI
“Build me a highlight reel of the funniest moments from this podcast — keep clips under 60 seconds”
Debug API Calls
“Why is my create-reframe call returning 400?”
Update the Skill
To pull the latest API changes, re-run the install command:Uninstall
Remove the skill directory from your project:Learn More
- skills.sh — Browse and manage agent skills
- Quickstart — Get started with the Reap API
- Authentication — Set up your API key