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

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-8 and carry Vary: Accept.
  • Every HTML page advertises its markdown twin with a Link: rel="alternate" header.
  • A request accepting neither representation gets a 406 naming both.
  • Unknown paths return 404 in 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.