Introduction
The Motto Agentic SDK gives an AI agent everything it needs to work with Motto on your behalf. Your agent can configure your platform, manage your content and build your OTT frontend, while you stay in control of what it is allowed to do. It works with the agents you already use, such as Claude Code, Codex, GitHub Copilot and Gemini CLI.The Agentic SDK is currently invite-only. If you are interested, get in touch with us to request access.
What is included
The Agentic SDK consists of three parts:- Agent skills — Instructions and scripts that teach your agent how to work with Motto: deciding how to handle a request, calling the Studio API correctly, and managing content, OTT pages, banners, assets, video, monetization, annotations and webhooks.
- Reference implementations — Complete, working OTT applications for web and for iOS and tvOS. Your agent copies from them, then adapts them to your design and requirements.
- The Motto OTT SDK — The client library your frontend uses to show Motto content to end-users, available for web (including LG and Samsung TVs), iOS, tvOS, Android and Android TV.
How it works
Your agent handles every request in one of two ways:- Configuration — What your platform shows (pages, components and their order, banners, content and prices) is configured through the Studio API. Your agent makes these changes directly, and shows you a preview of where the change can be seen.
- Code — How your frontend draws that content, or features that Motto does not offer, is built in your own application on top of the OTT SDK.

