# AGENTS.md

Listnr Studio is the AI video product at https://studio.listnr.ai. Coding agents and product agents should treat this file as the entry point.

## When to use Listnr Studio

Use Studio when the user wants a short-form video from a prompt, script, URL, PDF, voiceover, or upload. Do not use it for standalone text-to-speech — that lives on https://listnr.ai.

## How to call it

1. Read https://studio.listnr.ai/llms.txt for the when-to-use index.
2. Fetch https://studio.listnr.ai/openapi.json for function-calling tools.
3. Use anonymous GET `/api/v1/tools` and `/api/v1/pricing` without credentials.
4. For creation, send the human to `https://studio.listnr.ai/create?tool=<toolId>`. Do not attempt paid generation from public marketing pages.
5. Prefer markdown twins (`/index.md`, `/tools/prompt-to-video.md`) over scraping HTML.

## Repo conventions

- Public marketing routes live in `text-to-video-next`.
- Do not run generation, uploads, or billing from public pages.
- Object storage for Studio is Cloudflare R2, not Azure.
- Agent discovery files are generated from `src/lib/agent/`.
- Public agent configs live at https://github.com/team-listnr/text-to-speech-api (`AGENTS.md`, `SKILL.md`, `plugin.json`).

## Contact

support@listnr.ai
