Jentic publishes the only available OpenAPI specification for Amazon Interactive Video Service, keeping it validated and agent-ready. Amazon IVS is a managed live streaming service that ingests RTMPS broadcasts and delivers low-latency HLS playback to viewers worldwide. The 28-endpoint API covers channel creation, stream key rotation, recording configurations that archive sessions to S3, playback authorization keys for private streams, and EventBridge integration for real-time stream lifecycle signals. It is built for interactive applications such as live shopping, esports, and audience-driven shows where sub-five-second glass-to-glass latency matters.
28 endpointsJentic publishes the only available OpenAPI specification for Amazon Kinesis Video Streams Archived Media, keeping it validated and agent-ready. This focused six-endpoint API lets applications retrieve recorded video from a Kinesis Video Stream after the live ingestion has completed. It generates HLS and DASH streaming session URLs for archived footage, exports clips as MP4 files, fetches still images from arbitrary timestamps, and lists fragments by time window so downstream tools can select the exact segment of footage they need. It is the playback companion to the Kinesis Video Streams ingestion API.
6 endpointsJentic publishes the only available OpenAPI specification for Amazon Nimble Studio, keeping it validated and agent-ready. Nimble Studio is AWS's managed virtual production studio for visual effects, animation, and game-development teams — it provisions cloud-based artist workstations and rendering capacity. The 49 endpoints cover Studios, StudioComponents (shared file systems, license servers, render farms), LaunchProfiles, StreamingImages, StreamingSessions and the streams that artists connect to, plus EulaAcceptances and StudioMembers for access control.
49 endpointsJentic publishes the only available OpenAPI specification for AWS Elemental MediaPackage VOD, keeping it validated and agent-ready. MediaPackage VOD prepares video on demand assets stored in Amazon S3 for delivery in HLS, DASH, CMAF, and Microsoft Smooth Streaming formats. Packaging configurations describe the output streams, packaging groups bundle related configurations, and assets reference the source content to be packaged. The service runs just-in-time, so no transcoded copies sit in storage between requests, and it integrates with AWS Certificate Manager and SPEKE for DRM.
17 endpointsJentic publishes the only available OpenAPI specification for AWS MediaTailor, keeping it validated and agent-ready. AWS MediaTailor performs server-side ad insertion, channel assembly, and prefetch scheduling for streaming video. It assembles linear channels from VOD source content, stitches targeted ads into HLS and DASH streams via VAST and VMAP integrations, and supports Live-to-VOD recording. The control plane covers playback configurations, channels, programs, source locations, live and VOD sources, alerts, and prefetch schedules.
44 endpointsStep 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.