#
AI Integration
Resources for integrating sTvOS with AI coding assistants, LLMs, and API testing tools.
#
LLM-Ready Documentation
Download the full sTvOS documentation as a single text file for use with large language models, RAG pipelines, or AI coding assistants.
Using with LLMs
Feed llms-full.txt into your LLM context window or RAG pipeline to give the model comprehensive knowledge of the sTvOS API. The brief llms.txt is useful as a system prompt summary.
#
Cursor Skill
The sTvOS Cursor skill provides AI coding assistants with structured knowledge about the API, authentication flows, endpoint mappings, and integration patterns.
#
Installation
- Download
skill.mdfrom the link above - Place it in your project at
.cursor/skills/stvos/SKILL.md - Cursor will automatically use the skill when relevant to your queries
#
Postman Collection
Import the Client API Postman collection to explore and test all client-facing endpoints interactively.
#
Setup
- Import the collection into Postman or any compatible client
- Set the
baseUrlvariable tohttps://api.studiostv.net - Set the
clientApiKeyvariable to your Client API Key - Start making requests
The collection includes all authentication, content, user management, trainer, AI, and session tracking endpoints with example request bodies.