Agents roadmap
Public roadmap for YT2Text agent support, from REST API and skill files to SDKs and MCP.
By YT2Text Team • Published March 30, 2026
Agents roadmap
YT2Text is API-first today. Agents can already integrate over HTTPS using the public skill files and the REST API.
Live now
- public agent skill:
https://yt2text.cc/skill.md
- metadata:
https://yt2text.cc/skill.json
- JSONL discovery:
https://yt2text.cc/skill.jsonl
- landing page:
https://yt2text.cc/agents
- public API:
https://api.yt2text.cc/api/v1
Phase 1: solid API-first onboarding
Current priority:
- make the skill files easy to discover
- document plan gates clearly
- keep examples curl-first and operational
- ensure agents can submit, poll, and fetch reliably
Phase 2: first-party SDKs
Priority order:
- JavaScript/TypeScript
- Python
- Swift
- Kotlin
The first SDK releases should cover:
- API-key auth
- video submission
- polling helpers
- typed response models
- retry/backoff
- error normalization
Phase 3: platform hardening before MCP
Before MCP, the public integration layer should be tightened in these areas:
- webhook secret management
- delivery logging and retry semantics
- stable batch completion events
- idempotency guidance
- clearer quota and usage reporting
Phase 4: MCP
MCP should come after the public API contract is stable enough to wrap cleanly.
The first MCP surface should stay narrow:
- submit video
- get status
- get result
- submit batch
- get batch status
- get usage limits
Positioning
What we can say now:
- YT2Text works with agents today over the public REST API
- public skill files are available
- first-party SDKs are planned
- MCP is planned after API and SDK hardening
What we should not say yet:
- official SDK packages are already published
- MCP is already live
- batch completion webhook delivery is fully productized