# AI Integration

Machine-readable documentation, Cursor skill, and Postman collection downloads.

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.

File Description
llms.txt Brief overview with section links
llms-full.txt Complete documentation concatenated into a single file

# Cursor Skill

The sTvOS Cursor skill provides AI coding assistants with structured knowledge about the API, authentication flows, endpoint mappings, and integration patterns.

skill.md
skill.md 13.8KB

# Installation

  1. Download skill.md from the link above
  2. Place it in your project at .cursor/skills/stvos/SKILL.md
  3. 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.

FytOS_Client_API.postman_collection.json
FytOS_Client_API.postman_collection.json 128KB

# Setup

  1. Import the collection into Postman or any compatible client
  2. Set the baseUrl variable to https://api.studiostv.net
  3. Set the clientApiKey variable to your Client API Key
  4. Start making requests

The collection includes all authentication, content, user management, trainer, AI, and session tracking endpoints with example request bodies.