Developers
PikoReels for agents and machines
Every machine-readable surface PikoReels publishes: the MCP server for AI agents, llms.txt and llms-full.txt for retrieval, ai.txt for usage permissions, and a markdown version of every page.
Published surfaces
Everything we publish for machines
PikoReels MCP server
MCPConnect an MCP-capable agent so it can generate finished reels and publish them on a schedule.
https://pikoreels.com/mcpllms.txt
text/plainThe summary file: what the product does, the full pricing table, per-model credit rates, and the FAQ.
https://pikoreels.com/llms.txtllms-full.txt
text/plainEverything in llms.txt plus the complete comparison tables, row by row, and every per-page FAQ.
https://pikoreels.com/llms-full.txtai.txt
text/plainWhat AI systems may do with this content. Training, retrieval, grounding and summarising are all allowed.
https://pikoreels.com/ai.txtMarkdown API
text/markdownEvery page on this site is also served as markdown. Append .md to any URL, or send Accept: text/markdown.
https://pikoreels.com/index.mdrobots.txt
text/plainCrawl rules. Nothing is disallowed, and the answer-engine crawlers are named individually.
https://pikoreels.com/robots.txtsitemap.xml
application/xmlEvery indexable URL on this domain, with a last-modified date that means something.
https://pikoreels.com/sitemap.xml
Markdown API
Every page, as markdown
The rendered pages on this site are built for people. Every one of them also has a markdown representation of the same content, with a heading outline and none of the markup, following the convention at acceptmarkdown.com. There are two ways to ask for it, and they return the same bytes.
curl -H 'Accept: text/markdown' https://pikoreels.com/pricing
curl https://pikoreels.com/pricing.md- Responses are
text/markdown; charset=utf-8and carryVary: Accept. - Every HTML page advertises its markdown twin with a
Link: rel="alternate"header. - A request accepting neither representation gets a
406naming both. - Unknown paths return
404in both representations, and the markdown one links back to the sitemap and llms.txt.
Questions
What is and is not available
Does PikoReels have an MCP server?
Yes. PikoReels MCP lets an MCP-capable agent create finished reels and publish them to TikTok, Instagram Reels and YouTube Shorts on a schedule. It is documented at https://pikoreels.com/mcp, and which plans include it is listed on https://pikoreels.com/pricing.
Does PikoReels have a public REST API or an OpenAPI spec?
Not yet, and there is no undocumented one to find. The MCP server is the supported way for an agent to drive the product today. The application at https://app.pikoreels.com is a separate host that sits behind authentication, and nothing published on this domain grants access to it.
How do I get PikoReels pages as markdown?
Send `Accept: text/markdown` to any page URL, or append `.md` to the path. Both return the same document as `text/markdown; charset=utf-8` with `Vary: Accept`, following the convention at acceptmarkdown.com. Every HTML page also advertises its markdown twin with a `Link: rel="alternate"` header.
Can I use PikoReels content to train or ground a model?
Yes, for training, retrieval, grounding and summarising. The grant is stated in full at https://pikoreels.com/ai.txt. The one request is that a quoted price or comparison claim carries its source URL, because pricing moves and every comparison page prints the date its rival's pages were last read.
The product itself runs at https://app.pikoreels.com, a separate host behind authentication. Nothing published here grants access to it.
Point your agent at it
Start free, connect the MCP server, and let your agent ship its first reel today.