From 1fe0d34af513aa11844c0c6b09f6bdf28716b5a6 Mon Sep 17 00:00:00 2001 From: khushalsonawat Date: Thu, 25 Jun 2026 21:24:37 +0530 Subject: [PATCH] docs(command-center): autoplay the overview video on #watch links - Add id + data-embed to the overview iframe and a small handler so /docs/command-center#watch autoplays the muted video and scrolls to it (for email/campaign traffic) - Normal visitors keep click-to-play --- src/pages/docs/command-center/index.mdx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/command-center/index.mdx b/src/pages/docs/command-center/index.mdx index 0b7a345d..ace12580 100644 --- a/src/pages/docs/command-center/index.mdx +++ b/src/pages/docs/command-center/index.mdx @@ -7,10 +7,26 @@ description: "A unified API gateway for 100+ LLM providers with built-in guardra The `prism-ai` Python package and `@futureagi/prism` TypeScript package are being renamed. The current packages will continue to work but are deprecated. Watch for the updated package names in an upcoming release. -
- +
+
+ + ## About Agent Command Center is Future AGI's AI Gateway. It sits between your application and LLM providers, giving you a single API that handles routing across 100+ providers, safety guardrails, response caching, cost tracking, and full observability.