What problem does it solve? Taking a locally-proven AgentOS platform to a live public URL involves many error-prone steps: provider authentication, environment configuration, JWT key setup, and post-deploy verification. This Skill orchestrates that entire deployment workflow so nothing is missed and no unauthenticated endpoint goes live. ## Core Features & Use Cases - Guided Deployment Workflow: Reads the deploy scripts and README, preflights the provider CLI and account, runs the up script, and handles first-deploy versus redeploy detection automatically. - JWT Security Setup: Walks through connecting os.agno.com Live, landing the JWT verification key, and syncing it so the platform boots with auth enabled. - Live Verification: Probes the public domain for /docs 200, /mcp 401 challenge, and /agents 401 to prove the deployment is secure before handover. - Use Case: You have an Agno AgentOS app running locally and want it live on a managed cloud provider with Postgres, a public domain, and token-based authorization, with clear redeploy, logs, and teardown instructions afterward. ## Quick Start Deploy this platform to production and verify it is live on its public URL.